Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx ProcessSample(TCplx Sample) | Filter a single sample. |
| 2 | Double ProcessSample(Double Sample) | Filter a single sample. |
Overload 1: TCplx ProcessSample(TCplx Sample)
Filter a single sample.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Sample | TCplx | scalar |
Returns: TCplx (complex)
Overload 2: Double ProcessSample(Double Sample)
Filter a single sample.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Sample | Double | scalar |
Returns: Double