[]
Returns the equivalent low-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 low-pass synthesis waveform of the filter. The length of the returned signal is 2*in_l+lp_l-2, where in_l is the length of 'in' and 'lp_l' is the lengthg of the low-pass synthesis filter.
<p>The length of the low-pass synthesis filter is
getSynLowNegSupport()+getSynLowPosSupport().</p>
public virtual float[] getLPSynWaveForm(float[] in_Renamed, float[] out_Renamed)
Public Overridable Function getLPSynWaveForm(in_Renamed As Single(), out_Renamed As Single()) As Single()
| Type | Name | Description |
|---|---|---|
| float[] | in_Renamed | |
| float[] | out_Renamed |
| Type | Description |
|---|---|
| float[] |