| Contents | Index |
You can generate HDL code for DUC and DDC System objects, giving you a direct path from System object to hardware. This capability is limited to code generation at the command line only.
The command line interface now includes the property InputDataType. This property accepts only numerictype values.
>> hDDC = dsp.DigitalDownConverter('Oscillator','NCO');
>> generatehdl(hDDC, 'InputDataType', numerictype([], 8,7));The software generates a data valid signal at the top DDC or DUC level:
For DDC, the signal is named ce_out. Filter Design HDL Coder™ software ties that signal to the corresponding ce_out signal from the decimating filtering cascade.
For DUC, the signal is named ce_out_valid. The coder software ties that signal to the corresponding ce_out_valid signal from the interpolating filtering cascade.
You may not set the input and output port names. These ports have the default names of ddc_in and ddc_out. Inputs and outputs are always registered by the software. If you attempt to turn them off, you will get a warning.
You can implement filtering stages in DDC and DUC with the default fully parallel architecture only. For these objects, the coder software does not support optimization and architecture-specific properties such as:
SerialPArtition
DALUTPArtition
DARAdix
AddpipelineRegisters
MultiplierInputPipleine
MultiplierOutputPipelines
![]() | Programmable Filter Coefficients for IIR Filters | Optimization of HDL Filter Code | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |