Clear Filters
Clear Filters

Make vector conjiguate symmetry

1 view (last 30 days)
Suha Ismail
Suha Ismail on 18 May 2020
Edited: Suha Ismail on 18 May 2020
How can I make vector x of conplex values with length n= 931001 conjiguate symmetry using conj (function)!!!
N=size (x,1); X=[x (1:n) fliplr (conj (x (1:n/2))]; But it doesn't work

Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!