/
(8.D.1.3) ComplexConjugate
(8.D.1.3) ComplexConjugate
Overview
Complex conjugate
Discussion
The module takes a complex input signal and converts it into its conjugate.
Type Definition
typedef struct _ModuleComplexConjugate
{
ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure
} ModuleComplexConjugateClass;
Pins
Input Pins
Name: in1
Description: Complex input
Data type: float
Channel range: Unrestricted
Block size range: Unrestricted
Sample rate range: Unrestricted
Complex support: Complex
Output Pins
Name: out1
Description: Complex output
Data type: float
MATLAB Usage
File Name: complex_conjugate_module.m
M=complex_conjugate_module(NAME)
Conjugates a complex floating-point signal. Input and output signals are
both complex. Arguments:
NAME - name of the module.
, multiple selections available,
Related content
(8.D.2.2 ) ComplexConjugate
(8.D.2.2 ) ComplexConjugate
More like this
(8.D.2.2) ComplexConjugate
(8.D.2.2) ComplexConjugate
More like this
(8.D.2.3) ComplexConjugate
(8.D.2.3) ComplexConjugate
More like this
(8.D.2.5) ComplexConjugate
(8.D.2.5) ComplexConjugate
More like this
(8.D.2.6) ComplexConjugate
(8.D.2.6) ComplexConjugate
More like this
(8.D.2.4) ComplexConjugate
(8.D.2.4) ComplexConjugate
More like this