how would i invert a negative part of complex signal
Show older comments
i need to know about matlab command to invert negative part of any complex signal please reply
Answers (1)
Rick Rosson
on 5 Mar 2016
x = 3+4i;
y = x';
1 Comment
abdullah qasim
on 12 Jun 2018
but how to set the negative signal to zero
Categories
Find more on OFDM in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!