mdzafar
Junior Member level 2
- Joined
- Oct 30, 2006
- Messages
- 24
- Helped
- 1
- Reputation
- 2
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,443
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