|   | RectangularWindowApply Method (Double, Int32) | 
        
         
              Splits a signal using the window.
            
 
    Namespace: 
   Accord.Audio.Windows
    Assembly:
   Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
 Syntax
Syntaxpublic virtual double[][] Apply(
	double[][] signal,
	int sampleIndex
)
Public Overridable Function Apply ( 
	signal As Double()(),
	sampleIndex As Integer
) As Double()()
Parameters
- signal
- Type: SystemDouble
 
- sampleIndex
- Type: SystemInt32
 
Return Value
Type: 
DoubleImplements
IWindowApply(Double, Int32) See Also
See Also