| float[] ConvertToGraph(float[] response, double startFreq, double endFreq, int sampleRate, int resultSize)Convert a response to logarithmically scaled cut frequency range.Visibility | Public | Modifiers | static |
Parametersfloat[] response | Source response | double startFreq | Frequency at the first position of the output | double endFreq | Frequency at the last position of the output | int sampleRate | Sample rate of the measurement that generated the curve | int resultSize | Length of the resulting array |
|