Hacker News new | ask | show | jobs
by nyanpasu64 728 days ago
Is the analog Nyquist frequency of the signal 0.5x the digital baud (effectively sampling) rate?
2 comments

There is no Nyquist frequency in analog. The Nyquist frequency only appears when we're going between a continuous (analog) system and a discrete (digital) system.

For a real receiver circuit you'd want to sample at least once a symbol obviously (so RX sample rate equals the baud rate). In practice you'd want more than that so you can better do DSP afterwards to remove channel losses and such. For a test instrument, it's going to depend on what exactly you want to see. Most standards define a required filter shape and BW for testing and you need enough sample rate in your scope to be able to implement this (usually in DSP).

Not exactly. All other parameters the same, the digital baud rate plays into how much bandwidth the signal uses, but not directly where it is in the spectrum.

Ex:9600 baud FSK signal centered at 440MHz still needs something capable of capturing around 440MHz, but this has nothing to do with baud rate. A 500MHz scope would do well for acquiring the signal.

Practically radios often divide the problem into two parts, first use a mixer to shift the signal down and filter out the parts you don't want, then decode the FSK which remains at a much lower frequency.

This is the governing limit: https://en.m.wikipedia.org/wiki/Shannon%E2%80%93Hartley_theo... and it considers things like SNR as well.

I think the discussion has been all about high speed serial, so it's correct to say that the signal bandwidth starts at DC (or very close to it, there's often AC coupling) due to NRZ or PAM encoding.
Oh that makes sense!