fft of the simulink plot

Thread Starter

dkumar

Joined Mar 4, 2008
1
hi all

i am new to matlab and am a student. I have a simulink model and the after the simulation i see the plot . I want to take the fft of this plot with specification 10X over-sample with 10GHz sampling rate.

please tell me how can i do this.
 

Dave

Joined Nov 17, 2003
6,969
Implement the FFT using m-code and then use the Matlab FCN block (User Defined Functions > MATLAB Fcn) to integrate it into your Simulink model.

Dave
 
Top