readme_frac_resampler_up_v2.txt

来自「可变分数抽取器设计。用matlab里的sg实现」· 文本 代码 · 共 20 行

TXT
20
字号
The fractional upsampler design in SysGen 9.1i is a fully parallel implementation of a fractional upsampler.
The implementation has been designed in a general way so that it can be targeted to the widest range of devices. 
However, with some small modifications, DSP48(E) blocks can be substituted for generic multipliers and adders
in the filter section of the design to obtain a higher performance version for Virtex-4 and Virtex-5 devices.


The design enables the input signal to be interpolated by any fractional number between 1.0 and 128.0, inclusive. In fact, the
highest interpolation rate can be increased to 1024 (by changing a parameter in the InitFcn call) without significantly
increasing required device resources.

The interpolation rate is 128 (or max. interpolation rate set by the parameter) divided by whatever value is present on the 'L' input
to the module. 'L' can be changed on the fly, which allows continously variable interpolation rates.

The parameters of the design are set in the InitFcn callback in Model Properties and can be changed to adapt the design for
different input bit widths, coefficent bit widths, filter lengths, etc.




⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?