diff scripts/signal/freqz_plot.m @ 4340:8aa604426d35

[project @ 2003-02-20 04:01:31 by jwe]
author jwe
date Thu, 20 Feb 2003 04:01:31 +0000
parents 2ca2d23a49a7
children 92be67bc9301
line wrap: on
line diff
--- a/scripts/signal/freqz_plot.m
+++ b/scripts/signal/freqz_plot.m
@@ -79,7 +79,7 @@
       axis ("autoy");
       xlabel ("Frequency");
       axis ([ w(1), w(n) ]);
-      plot (w, phase/(2*pi), ";Phase (radians/2pi);");
+      plot (w, phase*360/(2*pi), ";Phase (degrees);");
       
     unwind_protect_cleanup