Dechirp Mixer
Input signal decryption.
Description
The Dechirp Mixer unit mixes the input signal from port X with the reference signal coming from port RefX. The signals can be complex baseband signals. The input signal may be a matrix in which each column is an independent channel. The reference signal is a vector. The reference signal is complex conjugated and then multiplied with each column of the input signal to calculate the output signal.
Ports
Input
RefX - reference signal
complex vector M by 1
Reference signal in the form of complex vector M by 1.
Data types: Float16
, Float32
, Float64
, Int8
, Int16
, Int32
, Int64
, UInt8
, UInt16
, UInt32
, UInt64
.
Support for complex numbers: Yes
X is the input signal
complex matrix M by N
.
Input signal as a complex matrix M on N.
Each column on the X input is an independent signal and is individually mixed with the signal fed to the RefX port.
Data types: Float16
, Float32
, Float64
, Int8
, Int16
, Int32
, Int64
, UInt8
, UInt16
, UInt32
, UInt64
.
Support for complex numbers: Yes
Output
Port_1 - decoded output signal
`matrix M by N
Decoded signal returned as an M by N matrix. Each column of the output signal on port Port_1 is an output for the corresponding column of the input signal X.
Data types: Float16
, Float32
, Float64
, Int8
, Int16
, Int32
, Int64
, UInt8
, UInt16
, UInt32
, UInt64
.
Support for complex numbers: Yes