time series with inverse dft -?

asked Jan 17 '14

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,

Preview: (hide)

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 (Jan 23 '14)edit