LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Z-transform

Is there an easy way to implement Z-transforms in LabView?
Message 1 of 2
(2,711 Views)
bbeckham wrote:

> Is there an easy way to implement Z-transforms in LabView?

I can only assume you mean by that difference equations? Or do you mean
a .vi sub with coefficients that you can enter. These borth amount to
the same thing. You can easily implment difference equations. One way
is by using registers as past values of input or output.

regards

Tom
0 Kudos
Message 2 of 2
(2,711 Views)