01-11-2008 01:28 PM
01-11-2008 02:06 PM - edited 01-11-2008 02:07 PM
01-11-2008 05:51 PM
01-13-2008 03:06 AM
EBL is right, the PXI-5922 over samples and uses digital decimation which includes a "brick wall" digital filter. The the brick wall filter is the default setting, which is ideal for frequency domain applications where it is optimized for passband flatness and stopband rejection (brick wall). Good news is that you can select from a few other filter settings that are more ideal for time domain applications like yours, and are optimized for parameters such as settling time. If you are using LabVIEW you can use the LabVIEW NI-SCOPE property node with the property Flex FIR Antialias Filter Type or in C you can use the NISCOPE_ATTR_FLEX_FIR_ANTIALIAS_FILTER_TYPE property. I would recommend using the 48 or 16 tap Hanning filter setting for your application.
You can get more information on these settings and their specifications in the NI-SCOPE help file or specifications (http://www.ni.com/pdf/manuals/374049d.pdf page 12).
Let us know if this helps and good luck on your project.
Michael S.
National Instruments
01-15-2008 06:36 PM
02-04-2008 05:02 PM
02-05-2008 03:18 PM
02-05-2008 03:38 PM - edited 02-05-2008 03:38 PM
02-05-2008 03:45 PM
Thanks Jennifer for your response. You really cleared up my understanding of the 5922. I must ask, however, what do you see winning, more user functionality with FPGAs like in the R series boards or more software processing at higher bandwidths due to faster busses, ie PXI express?
Thanks,
caz
02-05-2008 05:21 PM