| Package | Description |
|---|---|
| de.quippy.sidplay.resid_builder.resid |
| Modifier and Type | Method and Description |
|---|---|
PointPlotter |
SID.fc_plotter()
Return FC spline plotter object.
|
PointPlotter |
Filter.fc_plotter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Filter.interpolate_brute_force(double x1,
double y1,
double x2,
double y2,
double k1,
double k2,
PointPlotter plotter,
double res)
Evaluation of cubic polynomial by brute force.
|
protected void |
Filter.interpolate_forward_difference(double x1,
double y1,
double x2,
double y2,
double k1,
double k2,
PointPlotter plotter,
double res)
Evaluation of cubic polynomial by forward differencing.
|
void |
Filter.interpolate(int[][] f0_base,
int p0,
int pn,
PointPlotter plotter,
double res)
Evaluation of complete interpolating function.
|
Copyright © 2014. All rights reserved.