From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to creat a BPF

Hi,
 
I have a program of analog output (sine wave at 20 kHz freq) and an analog input which samples the analog output.
 
I need to create a BPF after I create the sine wave. 
 
any help and thoughts?
thanks in advanced
Download All
0 Kudos
Message 1 of 6
(3,046 Views)

Hi Naama,

 

- what is a BPF? (Are you talking about Bandpass filters?)

- why do you convert your data to DDT wires? The DAQmx functions work better with "plain" wires like "array of DBL!"

- Why do you need a bandpass just behind the signal generation function?

- What's the point in using DAQmx IsTaskDone when you don't read its output?

- What's the problem at all? Apparently you already solved your problem!?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(3,014 Views)
Hi, and thank you for your response.
What I need to do is a sine wave that need to go through Bandpass Filter- this will be my analog output and then I need to acquire this signal in my analog input channel.
the problem is when I added the filter the program doesn't work well there is an error (200284)
I have added the program. 
0 Kudos
Message 3 of 6
(2,979 Views)

You are loosing the timing information of your sine wave by using the Dynamic Data Type. Stick to the waveform, and you shouldn't get an error:grafik.png

 

 

 

 

 

 

 

 

 

Regards, Jens

Kudos are welcome...
Message 4 of 6
(2,972 Views)

Jens, thank you very very very much!! you helped me a lot. 

Happy new year!

Naama

0 Kudos
Message 5 of 6
(2,940 Views)

Hi Jens,

Just one more question because I am new in Labview. 

I have add the new program with your comment and I look at the filtered signal graph and it doesn't look different though the inquire data look different.

I work with the X-series USB-6341 so the sampling info is now 500kHz.

 

thanks in advanced,

Naama

 

0 Kudos
Message 6 of 6
(2,932 Views)