Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
vlnew
Posted - 04/18/2022 : 09:37:13 AM Hello,
I am doing Fourier transform of a very regular and smooth sinus-like function. As a result I expect a very smooth Fourier transform with easily detectable frequency maxima. But am getting an output which is calculated with large "time steps" on the X axis. How to decrease these steps?
Thanks!
1 L A T E S T R E P L I E S (Newest First)
Sam Fang
Posted - 04/20/2022 : 04:05:14 AM Hi vlnew,
Frequency resolution in FFT was determined by: df=1/(N*dt)
To decrease df, you can increase number of input data N or sampling interval dt.