Creates a clipped view into the correlation. This does not create a copy of the input correlation.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexVector TrimConvolution( FloatComplexVector z, CorrelationBase..::.Windowing opt ) |
| Visual Basic (Declaration) |
|---|
Public Function TrimConvolution ( _ z As FloatComplexVector, _ opt As CorrelationBase..::.Windowing _ ) As FloatComplexVector |
| Visual C++ |
|---|
public: FloatComplexVector^ TrimConvolution( FloatComplexVector^ z, CorrelationBase..::.Windowing opt ) |
Parameters
- z
- Type: CenterSpace.NMath.Core..::.FloatComplexVector
A correlation result.
- opt
- Type: CenterSpace.NMath.Core..::.CorrelationBase..::.Windowing
Boundary clipping option.