You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to implement Bispectrum function for audio analysis and found your repo. But this function takes a light curve object as input, can we make it more general to utilise for other purposes?
How Bispectrum can be use in audio analysis can be found here:
The text was updated successfully, but these errors were encountered:
Hi @matteobachetti Thank you for quick reply and help, However I am still confused how to use any of that function, to give an example my data looks like this:
I have audio segments in numpy representation, such as:
For each segment ( Numpy array ) I am calculating the features, such as :
@monk1337 the use case seems very different from ours. At the moment, it's difficult for me to understand how to adapt our infrastructure to your use case. I would need some time dedicated to this issue, which I cannot afford at the moment. If you have time to investigate this, free to propose improvements of the code, though
Hi, I am trying to implement Bispectrum function for audio analysis and found your repo. But this function takes a light curve object as input, can we make it more general to utilise for other purposes?
How Bispectrum can be use in audio analysis can be found here:
The text was updated successfully, but these errors were encountered: