Hi,
1)I have the transfer function with an equation. H(s) = ((G)/(1+(s/Qw)+((s/w)**2)).
2)Like the VI in this page.
Frequency response using swept sine
I need to replace the "digital IIR filter
VI" with my own transfer function
So I need to build a block that contains my transfer
function equation. But I don't have any of the
toolkits so I can't write the function directly into
LabVIEW. What I've done so far is converting my
equation into a difference equation(bilinear). then write it in
LabVIEW. My block diagram looks similar to the one at the last example.
As in the link below
http://zone.ni.com/devzone/cda/tut/p/id/2836
my problem is that how can I deal with this VI that
I've already made(the difference equation)? I need to
pass signal thru this VI(sine) and get an output with
gain and shifted phase. Can you please give me an
example.
I saw somebody post that I can use this with the IIR filter.vi but I don't know what parameter to wire. Please help me with this as it's quite urgent. Thank you
Winn