class LwsConv |
Given the filter paramters, we convert the input into the output by applying the given filter, using convolution
| LwsConv () Object creator. | |
| ~LwsConv () Object destructor. | |
| Build ( float* filter, long numberOfFilterSamples, float* inputData, long numberOfInputDataSamples, long* outputNumberOfSamples ) Build is used to make the filter, and return the array that holds the filter. | |
| IsValid () IsValid will verify that the input paramters are valid. |
| myBw The object used to generate the butterworth filter | |
| lastError The string associated with the last error encountered in this class. | |
| numberOfInputSamples The number of input data samples | |
| inputData The input data before filtering | |
| outputData The output data after filtering | |
| myFilter The filter data buffer | |
| numberOfFilterSamples The number of samples in the filter | |
| numberOfOutputSamples The number of samples in the output |
| Clean () Clean will free up malloc'ed memory, except for the filter array malloc'ed by Build. | |
| Setup () Setup will set up the object, making sure we have enough memory. |
Given the filter paramters, we convert the input into the output by applying the given filter, using convolution
Alphabetic index HTML hierarchy of classes or Java