Re: Filtering waveform?

2004-02-14 Thread LocalDSP
A correction to my previous comment. Linear or Spline interpolation is not the way to go if you wish to decimate your data. The correct technique is, as you mention, to filter your signal before data decimation (dropping samples). You are considering to use a Bessel filter. I assume this is becaus

Re: Filtering waveform?

2004-02-13 Thread LocalDSP
LabVIEW 6.1 offers some few resampling options with the low level VIs. (Linear and Spline interpolation). See for example the VI attached to this reply: http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=5065000500CE580100&HTHREAD=88270&UCATEGORY_0=_49_%24_6_&UC

Re: Filtering waveform?

2004-02-13 Thread timohe
How can i do re-sampling in LabVIEW 6.1?