LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Incompatible mabview and Matlab responses

Solved!
Go to solution

Hi all,

I need to determine an tranfer function of that bode answer:

 

 

_______________________ 17dB / / / / / __________________________________/ -14dB 1.5kHz 20kHz

 

 

 

I tried to do that with Labview and with matlab. However, the same transfer function dont have the same bode diagrame on matlab ant labview:

Matlab code:

 


 sys=tf([0.0244 1.17E-5 2.64E-9],[0.056 1.26E-5 9.8E-10])^2

bode(sys);

 


Labview Snipet:

 

tf.png

 

Why is it different? What is the true answer?

Thanks

 

 

 

0 Kudos
Message 1 of 2
(2,626 Views)
Solution
Accepted by topic author neil84
the polynome prder is inverted from matlab to labview
0 Kudos
Message 2 of 2
(2,597 Views)