From: Pierre H. <pie...@cr...> - 2013-10-21 13:32:17
|
Hi, Le 20/10/2013 09:45, Todd a écrit : > I submitted a pull request #2522 [1]. It includes support for more > basic spectrum plots like magnitude and phase spectrums. These are > extremely commonly used in signal processing, acoustics, and many > other fields, but are also very important for educational usage since > pretty much anyone going through one of several engineering degrees > like electrical engineering has to learn these types of plots. I have > heard a number of colleagues complaining about the lack of these plots > in matlab. Having specific signal processing functions is indeed important. I hust have a question about "phase" vs. "angle" spectrum. From browsing quickly through you doc, it seems that the difference is just about *unwrapping the phase*. If that's indeed the case, I've two questions/remarks: 1) is the terminology "phase" vs. "angle" spectrum standardized ? I must say I've never heard of one meaning "wrapped" and the other "unwrapped". I didn't find similar terms in Matlab docs, but I didn't search that thoroughly. 2) Should there be two separate functions for these two, or just one function, with a switch argument `unwrap` ? (I guess it would be True by default) best, Pierre |