HDL coding of simulink blocks Qam, Convolutional encoder and Ifft

1 回表示 (過去 30 日間)
aitizaz
aitizaz 2011 年 3 月 13 日
編集済み: Kaustubha Govind 2018 年 4 月 11 日
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 Center および File ExchangeQAM についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by