Oversampler
Oversample (part of) an array of samples by a fixed factor, using a lengthy windowed sinc filter. Very crude.
Constructor Summary
| Public Constructor | ||
| public |
constructor(factor: *) |
|
Method Summary
| Public Methods | ||
| public |
oversample(inbuf: *, instart: *, inlen: *): * |
|
Public Constructors
public constructor(factor: *) source
Params:
| Name | Type | Attribute | Description |
| factor | * |
Public Methods
public oversample(inbuf: *, instart: *, inlen: *): * source
Params:
| Name | Type | Attribute | Description |
| inbuf | * | ||
| instart | * | ||
| inlen | * |
Return:
| * |