필터 지우기
필터 지우기

HDL coding of simulink blocks Qam, Convolutional encoder and Ifft

조회 수: 2 (최근 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 CenterFile Exchange에서 QAM에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by