|
| Name | Description |
|---|
 | ClearPeaks |
Clears all last peak values. This is needed, if you changed from one peak spectrum to another or if you change a channel, to make sure no old history data is present.
|
 | CreateSpectrum(Int32, Graphics, Rectangle, Color, Color, Color, Boolean, Boolean, Boolean) |
Draws the spectrum graph directly on the provided GDI+ graphics.
|
  | CreateSpectrum(Int32, Int32, Int32, Color, Color, Color, Boolean, Boolean, Boolean) |
Creates a bitmap representing a FFT spectrum graph.
|
 | CreateSpectrum3DVoicePrint |
Draws one line of a 3D voice print spectrum at the given position.
horizontal=time, vertical=frequency, color=amplitude |
 | CreateSpectrumBean(Int32, Graphics, Rectangle, Color, Color, Color, Int32, Boolean, Boolean, Boolean) |
Draws the spectrum dancing beans graph directly on the provided GDI+ graphics.
|
 | CreateSpectrumBean(Int32, Int32, Int32, Color, Color, Color, Int32, Boolean, Boolean, Boolean) |
Creates a bitmap representing a FFT spectrum dancing beans graph.
|
 | CreateSpectrumDot(Int32, Graphics, Rectangle, Color, Color, Color, Int32, Int32, Boolean, Boolean, Boolean) |
Draws the spectrum line graph directly on the provided GDI+ graphics.
|
 | CreateSpectrumDot(Int32, Int32, Int32, Color, Color, Color, Int32, Int32, Boolean, Boolean, Boolean) |
Creates a bitmap representing a FFT spectrum dot graph.
|
 | CreateSpectrumEllipse(Int32, Graphics, Rectangle, Color, Color, Color, Int32, Int32, Boolean, Boolean, Boolean) |
Draws the spectrum ellipse graph directly on the provided GDI+ graphics.
|
 | CreateSpectrumEllipse(Int32, Int32, Int32, Color, Color, Color, Int32, Int32, Boolean, Boolean, Boolean) |
Creates a bitmap representing a FFT spectrum ellipse graph.
|
 | CreateSpectrumLine(Int32, Graphics, Rectangle, Color, Color, Color, Int32, Int32, Boolean, Boolean, Boolean) |
Draws the spectrum line graph directly on the provided GDI+ graphics.
|
 | CreateSpectrumLine(Int32, Int32, Int32, Color, Color, Color, Int32, Int32, Boolean, Boolean, Boolean) |
Creates a bitmap representing a FFT spectrum line graph.
|
 | CreateSpectrumLinePeak(Int32, Graphics, Rectangle, Color, Color, Color, Color, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean) |
Draws the spectrum line graph with peak hold directly on the provided GDI+ graphics.
|
 | CreateSpectrumLinePeak(Int32, Int32, Int32, Color, Color, Color, Color, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean) |
Creates a bitmap representing a FFT spectrum line graph with peak hold.
|
 | CreateSpectrumText(Int32, Graphics, Rectangle, Color, Color, Color, String, Boolean, Boolean, Boolean) |
Draws the spectrum dancing text graph directly on the provided GDI+ graphics.
|
 | CreateSpectrumText(Int32, Int32, Int32, Color, Color, Color, String, Boolean, Boolean, Boolean) |
Creates a bitmap representing a FFT spectrum dancing text graph.
|
 | CreateSpectrumWave(Int32, Graphics, Rectangle, Color, Color, Color, Int32, Boolean, Boolean, Boolean) |
Draws the spectrum wave graph directly on the provided GDI+ graphics.
|
 | CreateSpectrumWave(Int32, Int32, Int32, Color, Color, Color, Int32, Boolean, Boolean, Boolean) |
Creates a bitmap representing a FFT spectrum wave graph.
|
 | CreateWaveForm(Int32, Graphics, Rectangle, Color, Color, Color, Color, Int32, Boolean, Boolean, Boolean) |
Draws the sample data wave form graph directly on the provided GDI+ graphics.
|
 | CreateWaveForm(Int32, Int32, Int32, Color, Color, Color, Color, Int32, Boolean, Boolean, Boolean) |
Creates a bitmap representing a sample data wave form graph.
|
 | DetectFrequency |
Gets the interpolated amplification value for a given frequency band.
|
 | DetectPeakFrequency |
Returns the frequency (in Hz) containing the maximum energy within the current FFT data when calling this method.
|
  | GetAmplitudeFromPosY |
Returns the amplitude (power) as a float value which is represented by the given Y coordinate position of a visual control.
|
  | GetFrequencyFromPosX |
Returns the frequency in Hz represented by the given X coordinate position of a visual control.
|