I'm tying to test my design using MATLAB. Specifically, I'm exporting time domain simulation data into MATLAB to do FFT in MATLAB.
FFT requires coherently sample data. Therefore, my time domain data needs precise time step. For instance, for a sampling frequency of 50MHz, my time step must be 20ns.
I tried setting this in ADE-> transient simulation options window. However, for some reason, the time step defaults to ~ps.
Is there anyway I can set a time step in CADENCE and expect the same timestep in the simulation data?