10-26-2018 11:24 AM
Hello every one:
I have a task to make a pulse compression to a linear frequency modulated signal using labview, I already generate LFM signal but I cant know how to make pulse compression, any one can help me
Solved! Go to Solution.
10-29-2018
02:15 PM
- last edited on
10-04-2024
04:50 PM
by
Content Cleaner
From my understanding, pulse compression is just the result of correlating the received LFM signal with the transmitted signal, correct? If so, you can set up a LabVIEW VI to correlate both the transmitted and received LFM signal using the Correlation and Convolution VIs. There is an express VI called Correlation and Convolution Express VI as well standard VIs such as CrossCorrelation and Convolution VI. Hope that helps!