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