I am using IT++ 4.1.r1681. The HTML help for modulate method from OFDM class is as follows:
cvec modulate (const cvec &input)
Modulate complex data symbols. Length of input must be Nfft.
This is wrong because the input length should be a multiple of Nfft. Same issue for demodulate() method.
I would like to report this as a bug. Please confirm.
Hi cristeab,
I recently came across this problem and can confirm your bug.
/stephan
Log in to post a comment.
I am using IT++ 4.1.r1681. The HTML help for modulate method from OFDM class
is as follows:
cvec modulate (const cvec &input)
Modulate complex data symbols. Length of input must be Nfft.
This is wrong because the input length should be a multiple of Nfft. Same
issue for demodulate() method.
I would like to report this as a bug. Please confirm.
Hi cristeab,
I recently came across this problem and can confirm your bug.
/stephan