Jump to content

Performing Fourier Transform on Analog Input Signal


Recommended Posts

  • MVP 2023

You can perform a Fourier Transform on any set of data.  The question is what are you looking for?  You've given us nothing to go on.

PLC analog inputs are not high speed devices so your sample rate is going to be limited.  The absolute fastest analog update time you can get on a Samba is 30 ms (33 Hz).   So the highest frequency you can see is 16 Hz according to the Nyquist theorem.

A Samba doesn't exactly have a lot memory and ladder is a horribly inefficient language for doing heavy number crunching. 

Given those two conditions I would seriously discourage you from trying to use a PLC to achieve FFT results and point you at a high-speed National Instruments data acquisition board and a copy of LabView.

Joe T.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...