WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2009-Feb-11 04:04:33

Welsen
Member
Registered: 2009-Jan-14
Posts: 1

Systen Generator Blocks

Hello,

I'd like to know how I could convert the following Simulink blocks to SysGen blocks:

1- Real-Imag to Complex.
2- Complex to Real-Imag.
3- Signum function.
4- Discrete filter.

Thanks in advance.

Offline

 

#2 2009-Feb-11 11:10:17

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: Systen Generator Blocks

1-2) These are essentially data-type conversions in Simulink. To process complex numbers in Sysgen, you need to keep the real/imaginary separate, processing them independently.

3) There is a Threshold block in the Sysgen blockset that implements this (well, almost; it outputs +1, not zero, if the input is zero).

4) There is no automatic Sysgen filter constructor; you will need to design/customize a filter to fit your application. Look at the Xilinx Reference Blockset library in Simulink for many example filter implementations.

Offline

 

Board footer