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

agc3 block fails tests #23

Open gnieboer opened 7 years ago

gnieboer commented 7 years ago

qa_agc fails when testing agc3 block due to the values not being as expected.

Examined code for MSVC related issues, added memory alignment and changed _finite if..then but no change.

gnieboer commented 7 years ago

Partially fixed with gnuradio/gnuradio#1330

However, the test itself is still failing due to convergence issue so leaving open