public static Spectrum SoundSpectrumEx(Fan f, int speed, bool debug) { CentSelect cs = new CentSelect(); Kruger.Spectrum spectrum = cs.SoundSpectrumEx(f, speed, debug); return(spectrum); }
public static Spectrum SoundSpectrum(Fan f) { CentSelect cs = new CentSelect(); Kruger.Spectrum spectrum = cs.SoundSpectrum(f, 0); Array LpASpectrum = spectrum.Inlet_LpA_Spectrum; return(spectrum); }