gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 33 forks source link

gr_filter_design not working #19

Closed gnieboer closed 7 years ago

gnieboer commented 7 years ago

gr_filter_design in not working on the windows install; this is due to two reasons: 1- The command line invocation inside GRC expects an executable file to be present 2- scipy's fftpack is missing a DLL

gnieboer commented 7 years ago

scipy is being updated to the latest version and dependencies are being rechecked.

A gr_filter_design.bat file will be added to the /bin directory which will allow direct execution