09-18-2023 01:08 AM
Hi i am jay, I am working on my Project and I wanted to design FMCW radar in labview using USRP 2921 kit I wanted to know regarding Labview software as I am unable to access some of blocks in labview such as FFT, LPF,Windows blocks which is mentioned in image and I have attach in these mail I just want to know how could I access those block and which version labview software it used in below design . I would be really thank you if you help me.
Solved! Go to Solution.
09-18-2023 01:57 AM
Hi Jay,
@jay524 wrote:
I wanted to know regarding Labview software as I am unable to access some of blocks in labview such as FFT, LPF,Windows blocks which is mentioned in image and I have attach in these mail I just want to know how could I access those block and which version labview software it used in below design .
So which LabVIEW version do you want to use?
Which version is installed (exact version name (2019/2021/2023Qx), bitness (32/64), edition (base/advanced/pro), modules, toolkits)?
In the image LabVIEWNXG is shown: do you (still) use that?
09-21-2023 12:55 AM
i am using labview 2019 , 32 bit ,edition (advanced), and toolkit i have installed are Data comm, signal processing, RF tools , control and simulation as of now half of design i have implemanted in 2019 labview, and i am unable to acess some blocks , would you please help me to acess the blocks which i have show in image such as lpf , windows etc. i have uploaded my design vi file.
09-21-2023 01:18 AM
What is the difference between labviewNXG and labview 2019 version , can i impleament LabviewNXG file in Labview 2019 version?
09-21-2023 07:03 AM
NI dropped development (and support?) for LabVIEW NXG in 2022. They also stated that there is no "direct" way to convert NXG code to "classical" LabVIEW.
That being said, you can certainly install LabVIEW 2019, have another machine (or VM) running LabVIEW NXG so you can open (and view) your NXG code, then re-create the VIs and other elements of your code in LabVIEW 2019. I greatly recommend using Version Control as you do this.
Bob Schor
01-12-2024 01:05 AM - edited 01-12-2024 01:07 AM
Hi
i have design a reciver for fmcw radar and i am facing issue with filter . I there is error in nmy code from multiplier to lowpass filter its showing error in lowpass, somtimes its says that memory is full in labvew, could you please verify my code, and suggest me a solution for my code.I have attached my file aswell as figure. I wanted to implement as above block which i have posted early.
01-12-2024 01:59 AM
Hi Jay,
@jay524 wrote:
there is error in nmy code from multiplier to lowpass filter its showing error in lowpass, somtimes its says that memory is full in labvew
There are several issues in your VI:
01-16-2024 12:07 AM
Hi GerdW,
I am really new to these software and i am from RF and Microwave Departmeant i really dont have much understaning of these software , i have corrected fews of errors . I would request you to please help me to correct fews errors, and i could not connect the low pass filter would you please help me and send me corrected VI. I would be really thankyou for that. I have attached the file.
thankyou
01-16-2024 01:21 AM
01-16-2024 01:38 AM
Hi jay,
the LabVIEWNXG images shows functions that look like "Butterworth low pass filter" ("LPF") and some windowing function. In LabVIEW you find a SignalProcessing palette with lots of filters and windowing functions, too…
On your VI: it doesn't make sense to wire a waveform into the "Y" input of a BuildWaveform function. All you need is to wire the waveform to the waveform input of BuildWaveform and change the dt value…