To download NI software, including the products shown below, visit ni.com/downloads.
Doppler's effect can be defined as an observed change in frequency of a wave when an observer and source have a relative motion between them. In other words, it is an increase or decrease in the frequency of waves as the source and observer move toward or away from each other.
Doppler effect is important for many applications such as detecting the speed of motion of stars and galaxies in astronomy field, medical imaging to detect vascular anomalies by measuring the speed of blood flow and in radar applications where a signal is sent towards a moving target to detect its speed. Doppler effect is also widely used in channel sounding applications to study the characteristics of a channel and mitigate its effect on the signal due to many physical phenomena such as reflection, refraction, diffraction and shadowing.
In this example program, we are emulating doppler effect on a received signal on 4 different paths where each path shifts the frequency f0 by a value configured by the user ∆f, and then the signals with doppler shift are added to the original direct path then transmitted back to an external medium.
The doppler emulator can be used to test the behavior of receivers used for instance in radar and imaging applications with respect to a moving source, and to emulate effects of channel or emulate a moving target.
This example code is designed for the NI Vector Signal Transceiver (VST) 5646 where the doppler emulator is written on FPGA.
An RF signal is received by the Rx port of the 5646 and it passes through the DSP chain on FPGA where the doppler IP is applied to the signal. Then the signal is transferred to the Tx path to be played out and received by an external analyzer.
Example Specifications:
Description-Separate-2
To run this example code you will need a PXIe-5646 and another transceiver to generate a signal, feed it to the 5646, then receive the signal generated by 5646 back to measure the doppler shift.
You can use 2 VSTs 5646 or a VST 5646 with a VST 5840 (you must have an instantaneuous BW equal or higher than that of VST 5646. for Example:
For more information on the Software architecture, refer to the attached user guide.
How-Separate-2
Hardware Supported:
You can import this code to any other NI VST taking into account the data clock supported by the module and the number of samples treated per cycle.
Software Required:
Watch this gif for an idea on how to operate the UI:
Additional-Separate-2
If you are interested in Channel Emulator applications, you can also consider the Channel Emulator Example Program hosted on the community:
Related-Separate-2
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.