public DataVector32 MultiplyFrequencyResponse(StandardFrequencyResponse frequencyResponse, float rollOff, float ratio)
 {
     Unwrap(DataVector32Native.MultiplyFrequencyResponse(_native, (int)frequencyResponse, rollOff, ratio));
     return(this);
 }
 public DataVector32 Interpolatei(StandardFrequencyResponse frequencyResponse, float rollOff, int interpolationFactor)
 {
     Unwrap(DataVector32Native.Interpolatei(_native, (int)frequencyResponse, rollOff, interpolationFactor));
     return(this);
 }