Complex Conjugate Tranpose

Go to: Back / Home Page

The syntax B = A', which can also be called as B = ctranspose(A), returns the complex conjugate transpose of the QT matrix.

Contents

Syntax

Example

A = cqt([1 2], 1);
A'
ans = 

CQT Matrix of size Inf x Inf


 - Toeplitz part (leading 3 x 4 block): 
     1     2     0     0
     0     1     2     0
     0     0     1     2