Imagine an ADC unit with a sampling rate fs is not used with an anti-aliasing filter and the sampled data is logged. If in FFT of this logged file one sees a suspicious frequency component call it fx, what can we say about the value of the down sampled high frequency component fh which appears as a false fx? Mathematically speaking.
- \$\begingroup\$ Welcome to EE.SE! This appears to be a homework question. As such, you need to show us your work so far, and explain which part of the question you're having trouble with. For future reference: Homework questions on EE.SE enjoy/suffer a special treatment. We don't provide complete answers, we only provide hints or Socratic questions, and only when you have demonstrated sufficient effort of your own. Otherwise, we would be doing you a disservice, and getting swamped by homework questions at the same time. See also here. \$\endgroup\$Dave Tweed– Dave Tweed2018-02-14 11:34:28 +00:00Commented Feb 14, 2018 at 11:34
- \$\begingroup\$ Has this question been answered to your satisfaction? If not please address this by making a comment under an answer to receive clarification. \$\endgroup\$Andy aka– Andy aka2018-06-01 10:47:45 +00:00Commented Jun 1, 2018 at 10:47
2 Answers
One formula is
fx = |fh - N fs|
or if you prefer
fx = abs(fh - N fs)
where N is whatever integer you need to get a result between 0 and fs.
If fh < fs, then N is 0 and there's no aliasing. If fs/2 < fh < fs, then N is 1 and you get "folding" of the frequency.
If in FFT of this logged file one sees a suspicious frequency component call it fx, what can we say about the value of the down sampled high frequency component fh which appears as a false fx?
- Firstly, if you don't have an adequate anti-alias filter then all you can have are "suspicions".
- Secondly, you cannot say it is down-sampled because you have no other reference point. In other words it could be a proper signal in the baseband or it could be an aliased artefact
- Thirdly, you cannot say it is a false signal.
The above image shows how two signals at frequencies H1 and H2 are converted into the base band by aliasing (mirror imaging about the nyquist frequency FN). You cannot tell if they are real base band signals or aliased images that were mirrored from above the nyquist frequency.
