In: Mechanical Engineering
A signal has the functional form f(t) = 5sin(40πt) and is sampled at a rate of 30 samples per second. What false alias frequency would you expect in the discrete data? What sampling rate would avoid aliasing this signal?
; from this equation we can find the input signal frequency(fin):
or, ()
hence, fin= 20 Hz.
goven sample rate, fs= 30 Hz
the fromula for alias frequency: ; where N= any integer greater or equal zero.
for alias frequency, we have to bring the term Nfs as closer to fin.
so, if we choose N=0; Nfs= 0 Hz; if N=1; Nfs= 30Hz which is more closer to fin than N=0 term.
hence, false alias frequency,(Ans).
the maximum frequency of this signal is fin=20Hz, hence the sampling rate would be just double of input frequency, to avoid aliasing this signal.
hence sampling rate= (2*20)= 40 samples /second.(Ans).