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: 

transfer function

I'm rather new with using Labview.

Is there any way to put a signal through a transfer function in the
Laplace domain. Something like the block "transfer function" in
Matlab's simulink. I know the same thing can be approximated by
filtering the signal, intgrating it etc. but is there a simpler way?

Thanks in advance,

Erwin.
0 Kudos
Message 1 of 3
(2,775 Views)
I think you mean:
.....\LABVIEW\vi.lib\Gmath\Trans.llb\Laplace Transform Real.vi
Only if you have the Gmath toolkit included in your LV package, but I think
that comes standard with new (5.0+) LV packages.
See also online reference on:
....\LABVIEW\VI.LIB\GMATH\trans.llb\Fractional FFT.vi
--
Henk Hessel
Slangenburg 26
5655 EZ Eindhoven
tel. +31 40 2525044

e wrote in message
news:396c291e.9518776@news.amc.uva.nl...
> I'm rather new with using Labview.
>
> Is there any way to put a signal through a transfer function in the
> Laplace domain. Something like the block "transfer function" in
> Matlab's simulink. I know the same thing can be approximated by
> filtering the signal, intgrating it etc. but is there a simpler way?
>
> Thanks in ad
vance,
>
> Erwin.
0 Kudos
Message 2 of 3
(2,775 Views)
>I think you mean:
>....\LABVIEW\vi.lib\Gmath\Trans.llb\Laplace Transform Real.vi
>Only if you have the Gmath toolkit included in your LV package, but I think
>that comes standard with new (5.0+) LV packages.
>See also online reference on:
>...\LABVIEW\VI.LIB\GMATH\trans.llb\Fractional FFT.vi

No, haven't got it, but i'll contact NI for an update.
My goal was to display the step response of a simple RC network (6
components). In the absence of the Tranfer function block, i've now
sent a stepped signal through gain, first order Bessel filters and
integrators, and added the outputs.

Thanks!

Erwin.
0 Kudos
Message 3 of 3
(2,775 Views)