/
(8.D.1.2) ComplexConjugateFract32

(8.D.1.2) ComplexConjugateFract32

Overview

Complex conjugate

Discussion

The module takes a fract32 complex input signal and converts it into its conjugate.

Type Definition

typedef struct _ModuleComplexConjugateFract32 { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure } ModuleComplexConjugateFract32Class;

Pins

Input Pins

Name: in1

Description: Complex input

Data type: fract32

Channel range: Unrestricted

Block size range: Unrestricted

Sample rate range: Unrestricted

Complex support: Complex

Output Pins

Name: out1

Description: Complex output

Data type: fract32

MATLAB Usage

File Name: complex_conjugate_fract32_module.m

M = complex_conjugate_fract32_module(NAME) Conjugates a complex Fract32 signal. Input and output signals are both complex. Arguments: NAME - name of the module.

 

Related content

(8.D.2.5) ComplexConjugateFract32
(8.D.2.5) ComplexConjugateFract32
More like this
(8.D.2.2 ) ComplexConjugateFract32
(8.D.2.2 ) ComplexConjugateFract32
More like this
(8.D.2.2) ComplexConjugateFract32
(8.D.2.2) ComplexConjugateFract32
More like this
(8.D.2.3) ComplexConjugateFract32
(8.D.2.3) ComplexConjugateFract32
More like this
(8.D.2.4) ComplexConjugateFract32
(8.D.2.4) ComplexConjugateFract32
More like this
(8.D.2.7) ComplexConjugateFract32
(8.D.2.7) ComplexConjugateFract32
More like this