Consider a signal that has lowest frequency component Fl and highest frequency component Fh. According to the theory of bandpass sampling, this signal can be sampled and succesfully recoverd if sampled at a frequency (Fs) twice the difference between highest and lowest frequency.
that is, Fs=2⋅(Fh−Fl).
My doubt is , Is there a condition or restriction on Fh and Fl for bandpass sampling?
Answer
It's generally not true that a band pass signal can be sampled and recovered without error if fs>2B is satisfied, where B=fh−fl is the signal's bandwidth. This condition is just necessary but not sufficient.
You have to make sure that the aliased spectra do not overlap. This results in the following condition on the sampling frequency:
$$\frac{2f_h}{n+1}
If Eq. (1) can only be satisfied for n=0, you get the familiar Nyquist sampling theorem where fs must be greater than twice the highest frequency of the signal: fs>2fh. The lowest possible sampling frequency is obtained for the largest integer n such that (1) is still satisfied. This maximum value of n is given by
nmax=⌊flB⌋
where B=fh−fl is the bandwidth. Eq. (2) is obtained from (1) by computing the largest value of n such that the left-most term is still less than the right-most term.
As an example, take a band pass signal with fl=10 kHz and fh=30 kHz. From (2), Eq. (1) can only be satisfied for n=0, so you have to choose fs>2fh=60 kHz, which is a stricter condition than just requiring fs>2B=40 kHz. However, if fl=10 kHz and fh=14 kHz, the maximum value of n for which (1) is satisfied is n=2, which gives you a range $2\cdot 14/3=9.33
No comments:
Post a Comment