Forum Italiano sui Prodotti NI

annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

matlab

hello!
i want to use the mathscript node to filt the wave,i use the wavelet function,but the labview can't run this function.  how can i do?
the wavelet program in M file is
t=0:1000;
z1=sin(5*t) + cos(7*t);
xd=wden(z1,'heursure','s','one',5,'db5');
subplot(2,1,1);
plot(xd);
title('the signal');
0 Kudos
Messaggio 1 di 2
3.361Visualizzazioni

Hey,

if you can't use Mathscript node in LV for your function,

then you have to option:

either create a dll anc call it in LV, or, for further analysis, evaluating this solution:

Custom Wavelet Analysis Using Signal Processing Toolkit in LabVIEW

http://digital.ni.com/public.nsf/allkb/11ABBF34A0D8E9BB86256E55005CA69D?OpenDocument

Hope this helps!

Regards,

KIM

0 Kudos
Messaggio 2 di 2
3.342Visualizzazioni