WCDMA3G_CHInterpolate
Description: Lagrange interpolation
Library: 3GPPFDD 10-99, Channel Model
Class: SDFWCDMA3G_CHInterpolate
Parameters
Name |
Description |
Default |
Sym |
Type |
Range |
---|---|---|---|---|---|
InterpolRate |
interpolation rate |
2 |
M |
int |
[1, ∞) |
InterpolOrder |
interpolation polynomial order |
2 |
N |
int |
[2, ∞) |
OutputSamples |
output samples in each firing |
2560 |
X |
int |
[M, ∞) |
Pin Inputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
1 |
D_in |
input data |
complex |
Pin Outputs
Pin |
Name |
Description |
Signal Type |
---|---|---|---|
2 |
D_out |
interpolated data |
complex |
Notes/Equations
- This model is used as Lagrange interpolation.
OutputSamples D_out tokens are produced when Round(OutputSamples/M) D_in tokens are consumed.