Feedforward equalizer for NRZ OOK signals
4 views (last 30 days)
Show older comments
Hello,
currently I'm working on transmission of NRZ OOK signals generated from bit pattern generator with prbs order of 15 and
would like to do FFE with LMS algorithm to compensate ISI.
I found that there is a matlab function of FFE, but the default constellation is QPSK.
(Constellation — Signal constellation
pskmod(0:3,4,pi/4) (default) | vector
Signal constellation, specified as a vector. The default value is a QPSK constellation generated using this code: pskmod(0:3,4,pi/4).
Data Types: double)
can I adjust the default so that I can utilize for OOK?
If so, I'd like to know how to do.
Thanks
1 Comment
Sam Jeong
on 15 Sep 2023
Hi,
Do you mean FFE as a Feed-Foward Equalizer generally used in SerDes Application?
If is it, I would like to recommend you to use SerDes Toolbox which contains stimulus block for PRBS pattern generation and FFE blocks. It will save your effort.
Regards,
Sam
Answers (0)
See Also
Categories
Find more on Customize SerDes Systems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!