Reputation: 79
In Csound with opcode pvsbin I can retrieve single bins from FFT. But which opcode should I use if I want to retrieve large chunks of bins from FFT simultaneously, like for instance bins 1 to 300 from a 2048 bins FFT ?
Thanks
Upvotes: 0
Views: 51
Reputation: 33
I would use the opcodes pvs2array/pvsfromarray. You can find an example in https://flossmanual.csound.com/csound-language/arrays#operations-on-arrays (Example 03E07) which you can easily adapt, I think. (I wanted to include the main part of the code here but I am not successful inserting multi-line code in this post.)
Upvotes: 0