03-22-2024 05:24 AM
我要觀察訊號的頻譜圖得到他的頻率,但是一直會有一個很大的直流訊號,我在labview內加高通濾波器後一樣無法濾掉直流訊號,請問要如何解決?
03-22-2024 05:38 AM
Hi Michael,
@michael_ku wrote:
I want to observe the frequency spectrum of the signal to get its frequency, but there is always a large DC signal. Even after adding a high-pass filter in labview, I still cannot filter out the DC signal. How can I solve it?
You could replace the DC value in the FFT spectrum data with zero...
You could subtract the mean of the time signal from this signal before the FFT...
03-29-2024 02:03 AM - edited 03-29-2024 02:40 AM
How could I replace the DC value in the FFT spectrum data with zero?
I couldn't find it.
by the way, I tried second method its didn't work.
My problem is biased towards removing dynamic DC, is there any way to solve it.
I appreciate your help.
03-29-2024 12:53 PM
Hi Michael,
@michael_ku wrote:
My problem is biased towards removing dynamic DC, is there any way to solve it.
Please attach a VI with some typical measurement data set to default in your charts…
What exactly is a "dynamic DC"?