how would i invert a negative part of complex signal
Afficher commentaires plus anciens
i need to know about matlab command to invert negative part of any complex signal please reply
Réponses (1)
Rick Rosson
le 5 Mar 2016
x = 3+4i;
y = x';
1 commentaire
abdullah qasim
le 12 Juin 2018
but how to set the negative signal to zero
Catégories
En savoir plus sur OFDM dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!