I am working on improving the wfm_tx transmitter for the e100 and am in
the process of replacing calls to libm for sin/cos with the fixed point
(argument only) version already in gnuradio.
It does not look like the qa_code actually runs though (cmake build).
Any hints on getting the qa code to run?
What makes you think that it’s not running? I tried it and the QA code
in
the t3() test runs. I purposefully made an error in the calculation, and
it
fails as expected.
I run ‘ctest -V -R core’ to just run this test with verbose output to
see
the cout call, too.