[]
Returns the equivalent high-pass synthesis waveform of a cascade of filters, given the syhthesis waveform of the previous stage. This is the result of upsampling 'in' by 2, and concolving it with the high-pass synthesis waveform of the filter. The length of the returned signal is 2*in_l+hp_l-2, where in_l is the length of 'in' and 'hp_l' is the lengthg of the high-pass synthesis filter.
<p>The length of the high-pass synthesis filter is
getSynHighNegSupport()+getSynHighPosSupport().</p>
public virtual float[] getHPSynWaveForm(float[] in_Renamed, float[] out_Renamed)
Public Overridable Function getHPSynWaveForm(in_Renamed As Single(), out_Renamed As Single()) As Single()
| Type | Name | Description |
|---|---|---|
| float[] | in_Renamed | |
| float[] | out_Renamed |
| Type | Description |
|---|---|
| float[] |