HDL coding of simulink blocks Qam, Convolutional encoder and Ifft
4 views (last 30 days)
Show older comments
aitizaz
on 13 Mar 2011
Edited: Kaustubha Govind
on 11 Apr 2018
Hi everyone
I have implemented 802.11n Mimo-Ofdm on simulink and now i want to simulate it on FPGA via HDL coder. First i want to simulate Transmitter side having some math functions, constants , convolutional encoder, ifft's and 16 qam. but
I am constantly having problem in Checkpoint 1.3 of HDL workflow advisor giving following errors
Error : Frame based models are not supported for HDL code generation. Error : Matrices are not supported in this release.
i have also converted its format from double to sfix16_En13 to check it on different compatibility but same problem. kindly help me out of this problem
Simulation images are given below:
http://img46.imageshack.us/i/87449492.jpg/
http://img848.imageshack.us/i/80911873.jpg/
0 Comments
Accepted Answer
Kaustubha Govind
on 14 Mar 2011
Edited: Kaustubha Govind
on 11 Apr 2018
The error is about the fact that your input signal (coming from Bernoulli Random Binary Generator) is a frame-based signal. You will need to serialize your model (have the algorithm process one bit at a time, rather than a vector or matrix signal).
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!