LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to perform a Class D amplifier test

As we know that, the audio signal output by a Class D amplifier is included audio signal and high frequency switching signal.
Can you tell me or help me to build a program to filter out the high frequency signal, i.e. a loww band pass filter.
0 Kudos
Message 1 of 8
(4,196 Views)

As a starting point, use the Example Finder and search for the "lowpass" keyword.

-Khalid

0 Kudos
Message 2 of 8
(4,188 Views)

Yes, I have studied.

But I wonder LabVIEW can filiter out the high frequency digital impulse in class D amplifier with PCI-6221, not with add-on tool-kit

Message 3 of 8
(4,167 Views)
If you are looking at the switched waveforms (high frequency) directly your sampling rate will need to be much higher than the switching frequency to meet the Nyquist criterion. If the sampling does not satisfy Nyquist, no amount of filtering will give you valid results. In principle every sampled data system needs a physical filter ahead of the sampling point for accurate results. In some cases the source of the signal is bandwidth limited sufficiently to avoid the need for an explicit filter.

What is the amplifier switching frequency? How many harmonics do you need to get good waveform reproduction? What is the sampling rate? What is the amplifier bandwidth?

Lynn
Message 4 of 8
(4,150 Views)

Hi,

 You should use the special low pass filter to remove the switching noise (about 100kHz) in order to carry out the correct and repeative measurement. However, this switching noise will not affect the quality of listening as the speajer is the natural low pass filter. Mots of the engineers use the Audio Precision AUX-0025 for this application.

0 Kudos
Message 5 of 8
(4,089 Views)
Any reasons not to use a hardware based passive or active filter?
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 6 of 8
(4,079 Views)

Digital filtering can be used provided that the digitized signal is alias free (anti-aliasing filters are not effective if the signal has already been aliased).    NI has developed

some VIs below implement and test the 'standard' low-pass and high-pass filters specified in AES 17. The tests pass for sample rates between 44.1k Hz and 204.8k Hz.

0 Kudos
Message 7 of 8
(3,948 Views)

Hi,

The switching frequency is above 500kHz and the energy level is much higher than the over-sampling converter as AES17. So you better to use the external low pass filter such as AUX-0025 or built as some IC manufacturer suggested. The switching frequncy make the input section of the instruments work in abnormal situation and create wrogn result.....

 

 

 

0 Kudos
Message 8 of 8
(3,941 Views)