Sign in

username or email:

password:



Not a member?
Forgot your password?

Search matlab



Search tips

Subscribe to matlab



Ads

Discussion Groups

See Also

Embedded SystemsFPGA

Discussion Groups | Matlab DSP | Non stationary Transient Data

Hi guysI have been trying to process my data with FFT to analyze the natural frequency of it. I try to use a high pass filter of 1 or 2 HZ because the source of the signal is a DC and i found that the result is still weird...

  

Post a new Thread



Is this thread worth a thumbs up?

0

Non stationary Transient Data - PANG...@ntu.edu.sg - Apr 16 12:07:09 2010

Hi guys

I have been trying to process my data with FFT to analyze the natural frequency
of it. I try to use a high pass filter of 1 or 2 HZ because the source of the
signal is a DC and i found that the result is still weird. It is a DC motor
attach to a load and run it and will last for approximately 2 sec only.

So i would like to ask the best DSP method to analyze this as if i just use FFT
i would see a dominant 0Hz.

Cheers
Penixilin

______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: Non stationary Transient Data - Jeff Brower - Apr 17 9:38:13 2010

Penixilin-

> I have been trying to process my data with FFT to analyze
> the natural frequency of it. I try to use a high pass filter
> of 1 or 2 HZ because the source of the signal is a DC and i
> found that the result is still weird. It is a DC motor
> attach to a load and run it and will last for approximately
> 2 sec only.

Your HPF would have to be really sharp to remove just a few Hz.  What is your
sampling rate?  What type of filter are
you using?  How many taps (FIR) or what order (IIR)?

> So i would like to ask the best DSP method to analyze this
> as if i just use FFT i would see a dominant 0Hz.

If you use a large enough FFT size you should be able to separate dc from 1 Hz. 
Your Hz/bin should be at least 0.5 or
less (i.e. sampling rate/FFT size).

-Jeff
______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )