jj1bdx / airspy-fmradion

Software decoder for FM/AM broadcast radio with AirSpy R2 / Mini, Airspy HF+, and RTL-SDR
GNU General Public License v3.0
137 stars 19 forks source link

Alternative FIR filter design software is needed #36

Open jj1bdx opened 2 years ago

jj1bdx commented 2 years ago

As of February 2022, the Iowa Hills Software web page is gone. Archive.org link: http://web.archive.org/web/20210511075358/http://iowahills.com/8DownloadPage.html

The core software is on GitHub (thx @hayguen) and that is good: https://github.com/hayguen/iowahills_dsp but I have been using the Windows GUI software of Iowa Hills FIR designer, so I need to reorganize the filter design flow.

jj1bdx commented 2 years ago

Displaying the designed filter frequency/phase diagrams can be performed via SciPy (scipy.signal) and matplotlib, as already done in doc/ directory. Issues that need to solve:

jj1bdx commented 1 year ago

PyFDA seems to be a good alternative of a filter design tool.