linki
- 5
- 0
I have a digital transmitter from which I collect and save values from. How do I know if I must apply this theorem or not? My values seems fine..
The discussion revolves around the application of the Nyquist theorem in the context of collecting digital values from a digital transmitter. Participants explore the relevance of sampling rates, aliasing, and the nature of signals in digital communication, including the use of anti-aliasing filters and the implications of sampling digital versus analog signals.
Participants express differing views on the applicability of the Nyquist theorem to digital signals, the necessity of sampling rates, and the role of anti-aliasing filters. The discussion remains unresolved with multiple competing perspectives on these topics.
Some participants highlight the importance of understanding the analog bandwidth of signals and the potential for aliasing, but there is no consensus on the specifics of how these concepts apply in various scenarios.
anorlunda said:If your values are fine, why do you need any theorem? The purpose of your question is unclear.
linki said:I have a digital transmitter from which I collect and save values from. How do I know if I must apply this theorem or not? My values seems fine..
Actually, the instant at which the decision is made about the digital value of each symbol totally involves 'sampling'. The analogue value of any digital signal at any time can consist of contributions of many other symbols - hence the principle of sampling in the middle of an 'Eye'. That technique has long been superseded by modern signalling systems which use some very fancy filtering over many symbols.anorlunda said:There's a contradiction. Normally we don't sample digital signals such as Ethernet.
anorlunda said:Welcome to PF.
If your values are fine, why do you need any theorem? The purpose of your question is unclear.
But if I guess, you are asking when sampling rate becomes significant. It is significant whenever the analog signal has frequency components higher than roughly 0.1 of the sampling frequency. It causes seemingly false readings because of aliasing. To prevent that, we typically use an analog low-pass filter before sampling and call that the anti-aliasing filter. Are you familiar with those concepts?
cabrera said:You need to add a anti-aliasing filter with a roll-off at half of the sampling frequency of the ADC
Depending on the actual spectrum of the data (I'm thinking of comb spectra), you can be even more cheeky than that - as long as the artefacts can be guaranteed to lay between the elements of that comb spectrum. Early digital coding of good old PAL colour TV did just that and allowed some useful sub Nyquist sampling by choosing to make the alias components lie between the comb of line frequency harmonics. Perfect for stationary pictures but the artefacts would start to show when there was enough motion in the picture.the_emi_guy said:you actually need a bandpass filter whose bandwidth is <1/2 sampling freq.