HalfbandInterpolator2x::<FORMAT>
format付きvalue interfaceを使う2倍halfband補間器
FORMATはsample幅と小数部位置を一体で指定する。既定のQ2.23はASRC処理中の1bit headroomを確保し、係数Q2.16との最初の積を26x18に保つ
Generic Parameters
| FORMAT | gndless_fixedpoint SignedFixedPointFormat |
|---|
Parameters
| COEFFICIENT_SET | u32 | 使用する係数セット (1または2) |
|---|
Ports
| clk | input | clock | |
|---|---|---|---|
| rst | input | reset | |
| input_valid | input | bbool | |
| input_ready | output | bbool | |
| input_sample | modport | gndless_fixedpoint FixedPointValue input_port | |
| output_valid | output | bbool | |
| output_ready | input | bbool | |
| output_sample | modport | gndless_fixedpoint FixedPointValue output_port |