Nyquist and FM and Signal Mixing....

In summary, the conversation discusses the challenges of implementing a Frequency Modulating function without using MATLAB's in-built functions or integration function. Due to Australian law, LPON transmitters are only allocated a limited range of frequencies, which requires creating a dense time vector to accurately represent the waveforms. However, due to memory limitations, using interp1() is not feasible. The question is raised whether Nyquists Theorem needs to be followed when mixing the oscillator with the message signal, and if sub-Nyquist sampling is possible in this situation. The speaker suggests that it may be feasible if there is a line structure in the spectrum of the sampled signal and the sample frequency is chosen to fold the aliases back down into identifiable gaps.
  • #1
kostoglotov
234
6
In an assignment I have, we are told to implement a Frequency Modulating function without using any of MATLAB's in-built functions, and not to use it's integration function either (use cumsum instead).

I've been getting a lot of problems trying to solve these assignment problems without telling MATLAB to generate insanely too large vectors that exceed memory...

Thing is, under Australian law, LPON transmitters are allocated 85 Mhz to 88 Mhz.

To create a time vector that correctly represents waveforms at those frequencies means creating very dense time vectors. Our monitoring signal is 72 seconds long, and to sample the oscillator correctly during modulation (fm_mod) means trying to create too large a time vector. I could use interp1() to match the less dense message vector to the 8x.x MHz oscillator waveform vector...except of course, not enough memory.

My question is, do we need to adhere to Nyquists Theorem when mixing our oscillator with our message signal during modulation, or can we apply that 2*pi*fc*t to a time vector that contains WAY fewer points than would be needed to properly represent a 8x.x MHz waveform?
 
Engineering news on Phys.org
  • #2
I have no idea about the particular situation you are discussion but sub Nyquist sampling of a signal is quite feasible if there is a 'line structure' to the spectrum of the original sampled signal and the sample frequency is chosen to fold the aliases back down into identifiable gaps in between the baseband spectral lines. This requires the sampled signal not to change significantly over a short time - so the sidebands of the basic lines leave plenty of room between them.
For an LPON system, there will probably be guard bands between the used channels and aliases could probably be placed in those spaces.
 
  • Like
Likes kostoglotov

1. What is the Nyquist frequency?

The Nyquist frequency is the highest frequency that can be accurately captured and reproduced by a digital system. It is equal to half the sampling rate, or half the number of samples per second.

2. How does the Nyquist frequency relate to FM (frequency modulation) signals?

In FM, the frequency of the carrier signal is modulated by the amplitude of the input signal. The Nyquist frequency is important in FM because it determines the maximum frequency that can be accurately transmitted without distortion.

3. What is signal mixing and how is it related to FM?

Signal mixing is the process of combining two or more signals together to create a new signal. In FM, the input signal is mixed with the carrier signal to produce the modulated signal.

4. How does the Nyquist frequency affect signal mixing?

The Nyquist frequency is important in signal mixing because if the input signal has frequencies above the Nyquist frequency, they will be aliased or distorted in the resulting modulated signal.

5. Can the Nyquist frequency be exceeded in signal mixing?

Yes, the Nyquist frequency can be exceeded in signal mixing, but it will result in aliasing or distortion of the signal. This can be avoided by using a higher sampling rate, or by applying a low-pass filter to remove frequencies above the Nyquist frequency before mixing.

Similar threads

  • Electrical Engineering
Replies
15
Views
2K
  • Electrical Engineering
Replies
4
Views
839
Replies
4
Views
2K
Replies
7
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
10
Views
1K
Replies
2
Views
1K
  • Mechanics
Replies
5
Views
2K
  • Electrical Engineering
Replies
28
Views
5K
  • Electrical Engineering
Replies
4
Views
2K
Back
Top