ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Different Filters

Solved!
Go to solution
Alright. I added FIRs to different types of filters, as seen in the attached file. The waveform looks pretty weird. Have I done anything wrong, the connection or something???
0 Kudos
Message 1 of 7
(3,936 Views)
the input to the FIR VI is a waveform but you have wired an array of DBL. Hence the FIR VI is not able to perform filtering correctly. So after the filter VI use a build waveform function and using the input waveform as the "waveform' input and the output of filter VI as the 'Y'. Wire the output to the FIR VI.
------

"A VI inside a Class is worth hundreds in the bush"
യവന്‍ പുലിയാണു കേട്ടാ!!!
0 Kudos
Message 2 of 7
(3,925 Views)
the input to the FIR VI is a waveform but you have wired an array of DBL. Hence the FIR VI is not able to perform filtering correctly. So after the filter VI use a build waveform function and using the input waveform as the "waveform' input and the output of filter VI as the 'Y'. Wire the output to the FIR VI.
------

"A VI inside a Class is worth hundreds in the bush"
യവന്‍ പുലിയാണു കേട്ടാ!!!
0 Kudos
Message 3 of 7
(3,925 Views)

Hi,

 I modified the VI alredy.The problem is that you cannot to the DBL type  instead of waveform type.See the attached file.

 

regards.

S.Ahmad

0 Kudos
Message 4 of 7
(3,880 Views)
Hi S.Ahmad,
I'm using labview 8.5 only and I couldn't open your file. can send again?
0 Kudos
Message 5 of 7
(3,813 Views)
Solution
Accepted by gareth1983
0 Kudos
Message 6 of 7
(3,795 Views)
thanks a lot mathan..
0 Kudos
Message 7 of 7
(3,776 Views)