Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HDL simulink: DVB-T OFDM pilot insertion/cyclic prefix

Status
Not open for further replies.

ciacco85

Newbie level 3
Joined
Mar 12, 2012
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,307
That's my first thread in this board, so hi all :)
I'm realizing an HDL synthesizable model with simulink. I'm facing problem with blocks that needs an output sample time higher than input like
- pilot insertion: from a continuous stream of data i should insert samples from a sequence (ex: in 2k-mode, every 1512 data input i should insert 1704-1512=192 pilot and than center-zero-pad to reach 2048 without loosing any data input sample
- cyclic prefix: when all these 2048 are modulated through "HLD streaming FFT", modified to computed an iFFT, i have to add the prefix.
My problem is that i can't use frame based block (like what is done in simulink ofdm demos) because they are not HDL synthetizable.

Maybe there are different way other than change the sample time of block (like using temp-fifo/RAM) but i can't figure it out and the fun thing is that doing something like that in VHDL is so easy

NB: a friend of mine has the same problem in Reed-Solomon code where from 188 byte-in he needs 204 byte-out! Please help us!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top