Hey,
I want to get a graph from a Impulse Response wav file after rfft conversion.
I want to do this with the l02.Hann.window.pd and the integrated pd fft-analysis
As expacted the patch works fine when i get in with the preset signal which is a osc~ signal. But how can I get in with a wav. file?
my first idea was that i do it with:
[open ... (
|
[readsf~]
|
pd fft-analysis
is that okey? my problem is that i can see no graph and i'm not sure why? too less gain from the impulse response?!
thx for your help