mdzafar
Junior Member level 2
hi
Refer to following code, please tell me why we need sampling frequency 'fs', for our signal.
fs=250 % why need sampling frequency
N=512
y=wavread('m. wav')
Y= fft(y,N)
p= abs(Y)/(fs/2) % Why we divide here with ( fs/2), what this tells
please explain these questions , i need these basics informatio for my concepts.
best regards
Refer to following code, please tell me why we need sampling frequency 'fs', for our signal.
fs=250 % why need sampling frequency
N=512
y=wavread('m. wav')
Y= fft(y,N)
p= abs(Y)/(fs/2) % Why we divide here with ( fs/2), what this tells
please explain these questions , i need these basics informatio for my concepts.
best regards