Hi there,
I begin to have quite an headache wondering how I can do that properly.
I mean
I get a signal from sensors, the sample frequency is 200Hz, and I want to make FFT and DWT analyse of this signal.
Yet the [FFT~] makes analysis from sound signal, so I convert my signal to a sound with [sig~]
It makes my signal from 200Hz to 44.1kHz, all right
The problem is that when I use [sig~] the signal doesn't put "0" between two samples, it keeps the value of the previous sample until it changes (so it's not like to raise the frequency rate and it modifies the spectrum...)
Any idea (the same problem with DWT)
because if I can get that I just have to put a low-pass filter after the upsampling and it's allright
Well the REAL question is "How can i upsample this signal properly from 200Hz to 44.1kHz "
Thanks