📄 exocortex.dsp.xml
字号:
<summary>
Represents the smallest possible value of Complex.
</summary>
</member>
<member name="T:Exocortex.DSP.ComplexArray">
<summary>
<p>A set of array utilities for complex number arrays</p>
</summary>
</member>
<member name="M:Exocortex.DSP.ComplexArray.ClampLength(Exocortex.DSP.Complex[],System.Double,System.Double)">
<summary>
Clamp length (modulus) of the elements in the complex array
</summary>
<param name="array"></param>
<param name="fMinimum"></param>
<param name="fMaximum"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Clamp(Exocortex.DSP.Complex[],Exocortex.DSP.Complex,Exocortex.DSP.Complex)">
<summary>
Clamp elements in the complex array to range [minimum,maximum]
</summary>
<param name="array"></param>
<param name="minimum"></param>
<param name="maximum"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.ClampToRealUnit(Exocortex.DSP.Complex[])">
<summary>
Clamp elements in the complex array to real unit range (i.e. [0,1])
</summary>
<param name="array"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Shift(Exocortex.DSP.Complex[],System.Int32)">
<summary>
Shift (offset) the elements in the array
</summary>
<param name="array"></param>
<param name="offset"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Shift(Exocortex.DSP.ComplexF[],System.Int32)">
<summary>
Shift (offset) the elements in the array
</summary>
<param name="array"></param>
<param name="offset"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.GetLengthRange(Exocortex.DSP.Complex[],System.Double@,System.Double@)">
<summary>
Get the range of element lengths
</summary>
<param name="array"></param>
<param name="minimum"></param>
<param name="maximum"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.GetLengthRange(Exocortex.DSP.ComplexF[],System.Single@,System.Single@)">
<summary>
Get the range of element lengths
</summary>
<param name="array"></param>
<param name="minimum"></param>
<param name="maximum"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.IsEqual(Exocortex.DSP.Complex[],Exocortex.DSP.Complex[],System.Double)">
<summary>
Determine whether the elements in the two arrays are the same
</summary>
<param name="array1"></param>
<param name="array2"></param>
<param name="tolerance"></param>
<returns></returns>
</member>
<member name="M:Exocortex.DSP.ComplexArray.IsEqual(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF[],System.Single)">
<summary>
Determine whether the elements in the two arrays are the same
</summary>
<param name="array1"></param>
<param name="array2"></param>
<param name="tolerance"></param>
<returns></returns>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Offset(Exocortex.DSP.Complex[],System.Double)">
<summary>
Add a specific value to each element in the array
</summary>
<param name="array"></param>
<param name="offset"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Offset(Exocortex.DSP.Complex[],Exocortex.DSP.Complex)">
<summary>
Add a specific value to each element in the array
</summary>
<param name="array"></param>
<param name="offset"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Offset(Exocortex.DSP.ComplexF[],System.Single)">
<summary>
Add a specific value to each element in the array
</summary>
<param name="array"></param>
<param name="offset"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Offset(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF)">
<summary>
Add a specific value to each element in the array
</summary>
<param name="array"></param>
<param name="offset"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Scale(Exocortex.DSP.Complex[],System.Double)">
<summary>
Multiply each element in the array by a specific value
</summary>
<param name="array"></param>
<param name="scale"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Scale(Exocortex.DSP.Complex[],System.Double,System.Int32,System.Int32)">
<summary>
Multiply each element in the array by a specific value
</summary>
<param name="array"></param>
<param name="scale"></param>
<param name="start"></param>
<param name="length"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Scale(Exocortex.DSP.Complex[],Exocortex.DSP.Complex)">
<summary>
Multiply each element in the array by a specific value
</summary>
<param name="array"></param>
<param name="scale"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Scale(Exocortex.DSP.Complex[],Exocortex.DSP.Complex,System.Int32,System.Int32)">
<summary>
Multiply each element in the array by a specific value
</summary>
<param name="array"></param>
<param name="scale"></param>
<param name="start"></param>
<param name="length"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Scale(Exocortex.DSP.ComplexF[],System.Single)">
<summary>
Multiply each element in the array by a specific value
</summary>
<param name="array"></param>
<param name="scale"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Scale(Exocortex.DSP.ComplexF[],System.Single,System.Int32,System.Int32)">
<summary>
Multiply each element in the array by a specific value
</summary>
<param name="array"></param>
<param name="scale"></param>
<param name="start"></param>
<param name="length"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Scale(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF)">
<summary>
Multiply each element in the array by a specific value
</summary>
<param name="array"></param>
<param name="scale"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Scale(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF,System.Int32,System.Int32)">
<summary>
Multiply each element in the array by a specific value
</summary>
<param name="array"></param>
<param name="scale"></param>
<param name="start"></param>
<param name="length"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Multiply(Exocortex.DSP.Complex[],Exocortex.DSP.Complex[])">
<summary>
Multiply each element in target array with corresponding element in rhs array
</summary>
<param name="target"></param>
<param name="rhs"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Multiply(Exocortex.DSP.Complex[],Exocortex.DSP.Complex[],Exocortex.DSP.Complex[])">
<summary>
Multiply each element in lhs array with corresponding element in rhs array and
put product in result array
</summary>
<param name="lhs"></param>
<param name="rhs"></param>
<param name="result"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Multiply(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF[])">
<summary>
Multiply each element in target array with corresponding element in rhs array
</summary>
<param name="target"></param>
<param name="rhs"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Multiply(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF[])">
<summary>
Multiply each element in lhs array with corresponding element in rhs array and
put product in result array
</summary>
<param name="lhs"></param>
<param name="rhs"></param>
<param name="result"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Divide(Exocortex.DSP.Complex[],Exocortex.DSP.Complex[])">
<summary>
Divide each element in target array with corresponding element in rhs array
</summary>
<param name="target"></param>
<param name="rhs"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Divide(Exocortex.DSP.Complex[],Exocortex.DSP.Complex[],Exocortex.DSP.Complex[])">
<summary>
Divide each element in lhs array with corresponding element in rhs array and
put product in result array
</summary>
<param name="lhs"></param>
<param name="rhs"></param>
<param name="result"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Divide(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF[])">
<summary>
Divide each element in target array with corresponding element in rhs array
</summary>
<param name="target"></param>
<param name="rhs"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Divide(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF[])">
<summary>
Divide each element in lhs array with corresponding element in rhs array and
put product in result array
</summary>
<param name="lhs"></param>
<param name="rhs"></param>
<param name="result"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Copy(Exocortex.DSP.Complex[],Exocortex.DSP.Complex[])">
<summary>
Copy an array
</summary>
<param name="dest"></param>
<param name="source"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Copy(Exocortex.DSP.ComplexF[],Exocortex.DSP.ComplexF[])">
<summary>
Copy an array
</summary>
<param name="dest"></param>
<param name="source"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Reverse(Exocortex.DSP.Complex[])">
<summary>
Reverse the elements in the array
</summary>
<param name="array"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Normalize(Exocortex.DSP.Complex[])">
<summary>
Scale and offset the elements in the array so that the
overall range is [0, 1]
</summary>
<param name="array"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Normalize(Exocortex.DSP.ComplexF[])">
<summary>
Scale and offset the elements in the array so that the
overall range is [0, 1]
</summary>
<param name="array"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Invert(Exocortex.DSP.Complex[])">
<summary>
Invert each element in the array
</summary>
<param name="array"></param>
</member>
<member name="M:Exocortex.DSP.ComplexArray.Invert(Exocortex.DSP.ComplexF[])">
<summary>
Invert each element in the array
</summary>
<param name="array"></param>
</member>
<member name="T:Exocortex.DSP.ComplexF">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -