Jump to content

Faster frequency analysis


Recommended Posts

Hello!

I am using LabVIEW Real-Time to analyse samples from a measurement system. The analysis is quite simplistic: FFT on a window of the samples, extract the 50 Hz signal from the FFT array, perform some work with these values (magnitude and phase both required).

My problem is that by using the FFT to give me the phasor for the 50 hz signal in the input data, I am generating lots of useless data (the data for all frequencies not 50 Hz) and thus my programme is not exactly efficient...

Could someone tell me a smarter, quicker, way to get just the 50 Hz component's information, and not bother having to get all the others.

I heard somewhere that correlation with a 50 Hz sinusoid would yield something like this, but I'm not sure really.

Any advice appreciated - Thanks.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.