Hi Stephan,
Thank you very much for the very nice and useful OMP code.
I believe there might be a mistake in the orthogonalization loop of "atom_new", when working in fast mode. I think the equation:
I am eager to know, if the Fc is very high (e.g. 300MHz), does this code still work? I found a very strange waveform when I set Fc to a high frequency.
I have below OFDM model;
FFT size = 64
Subcarrier spacing = 1e5(Hz)
Symbol duration = 1/subcarrier space = 1e-5(s)
duration of 1 data sample = 1e-5/64 (s) (IFFT data is coverted to serial and become1/64)
in this case, "Fs" in this program should be 1e-5/64 (s) ? or any other values should be used ?
Cheers,
K
Comment only