LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Digital Filter

Hello everyone I am trying to design a IIR Filter but unable to complete it because of two Errors. I am using Labview Community edition. Here is a snippet of it. The errors are "You have connected terminals of different types". Do I have to change properties of Sink or source? The other problem I am facing is I am unable to create a cluster of waveform graph to show magnitude and phase respponse. The ones in the image are just clusters how do i do it? I have also attatched a VI file. It would be great help if anyone answered.

Labview Post.png

0 Kudos
Message 1 of 12
(2,945 Views)

Kindly Save the VI for Previous version of labview.

Message 2 of 12
(2,938 Views)

How do I do that? I don't get what you are saying.

0 Kudos
Message 3 of 12
(2,935 Views)

Go to your vi. in that file->Save for previous version.

Choose LabVIEW 12.0 and save and post the vi here.

Message 4 of 12
(2,932 Views)

Here it is for v12.0

0 Kudos
Message 5 of 12
(2,910 Views)

I have modified the VI, kindly check if that the thing you wanted or not.

0 Kudos
Message 6 of 12
(2,906 Views)

Thank you for trying but the desired output is:

Annotation 2021-06-02 180414.png

0 Kudos
Message 7 of 12
(2,890 Views)

msabah38_0-1622645854360.png

Check this out.

 

0 Kudos
Message 8 of 12
(2,869 Views)

The on block you disabled in the VI should not be disabled. Anyway thanks for trying again and again but I am just looking to connect multiply VI to bundle and unwarp phase VI to bundle and then after bundle to Waveform cluster.

Do you know a way for that.?

0 Kudos
Message 9 of 12
(2,842 Views)

The second element of the bundle is initialised using a double value (sampling frequency/1024) then you're trying to write an array of doubles to it from Unwrap Phase.vi.  For the third element, you're trying to write an array of doubles to a cluster.

Message 10 of 12
(2,798 Views)