[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11611 - gnuradio/branches/developers/n4hy/pfb_iir2/gn
From: |
n4hy |
Subject: |
[Commit-gnuradio] r11611 - gnuradio/branches/developers/n4hy/pfb_iir2/gnuradio-examples/python/apps/filter_design_tool |
Date: |
Mon, 17 Aug 2009 16:01:53 -0600 (MDT) |
Author: n4hy
Date: 2009-08-17 16:01:53 -0600 (Mon, 17 Aug 2009)
New Revision: 11611
Modified:
gnuradio/branches/developers/n4hy/pfb_iir2/gnuradio-examples/python/apps/filter_design_tool/iirdestest.py
Log:
chebyshev type I bandpass results labeled incorrectly
Modified:
gnuradio/branches/developers/n4hy/pfb_iir2/gnuradio-examples/python/apps/filter_design_tool/iirdestest.py
===================================================================
---
gnuradio/branches/developers/n4hy/pfb_iir2/gnuradio-examples/python/apps/filter_design_tool/iirdestest.py
2009-08-17 22:00:47 UTC (rev 11610)
+++
gnuradio/branches/developers/n4hy/pfb_iir2/gnuradio-examples/python/apps/filter_design_tool/iirdestest.py
2009-08-17 22:01:53 UTC (rev 11611)
@@ -34,7 +34,7 @@
[.1, .4],
.1,
60)
-print "Chebyshev Lowpass design, order and cutoff frequency = ",numbersC,"\n"
+print "Chebyshev Bandpass design, order and cutoff frequency = ",numbersC,"\n"
tf=[0.0976, 0.1953, 0.0976, 0.3333, -0.9428, 1.0]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11611 - gnuradio/branches/developers/n4hy/pfb_iir2/gnuradio-examples/python/apps/filter_design_tool,
n4hy <=