HDL coding of simulink blocks Qam, Convolutional encoder and Ifft

4 次查看(过去 30 天)
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/

采纳的回答

Kaustubha Govind
Kaustubha Govind 2011-3-14
编辑:Kaustubha Govind 2018-4-11
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 个)

类别

Help CenterFile Exchange 中查找有关 Code Generation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by