grand-mother/radio-simus

current nf definition leads to shorten of timetrace

Opened this issue · 0 comments

nf = int(2**np.floor(np.log(len(amplitudet))/np.log(2)))

f I check the scipy fftfreq docu, and this is not necessary, and simply leads to the fact that the signal trace gets cut. If we set nf to the length of the signal, this does not happen and the strength of the signal does not change.