I'd like to do 1d fft on my 2d spectrum (i.e. fft along time axis at y=101,102 ... 399,400)
The one of fft spectrum (simply by 'np.fft.fft(signal) / len(signal)') shows x axis maybe in Hz.
But my time axis is fs scale (10^-15 s).
- Can I use fs scale?
- If so, how can I convert Hz to cm^-1 unit?