Conversion from amplitude-time based signal to rectangular form (r,theta)
Show older comments
Hello everyone
I have a signal in the form of magnitude and time and I want to convert it to rectangular form (magnitude and angle). Can someone guide me how to do this as I am totally new to Matlab software.
1 Comment
Walter Roberson
on 7 Nov 2019
angle = atan2(magnitude, time);
Answers (0)
Categories
Find more on Multirate Signal Processing 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!