time series with inverse dft -?

asked 2014-01-17 14:15:28 -0600

pjeltz gravatar image

I am trying to figure how to use function dft to create time series from single frequency component. For example, if I have to create it from single 10kHz sin, how should i initialize input object ( Mat src)? Thank you,

edit retag flag offensive close merge delete

Comments

You do know that the dft function is a function that calculates the dft on an imput image, not on image signals. This means you need to represent your signal as an image first.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-01-23 07:51:14 -0600 )edit