On Thu, May 29, 2014 at 4:54 PM, Karan Talasila <karan....@gmail.com> wrote:

> We changed the print statement to what you said and console output is
>
> sagar@Horus:~/gr-alamouti/
> build$ ctest -V -R al_enc
> UpdateCTestConfiguration  from
> :/home/sagar/gr-alamouti/build/DartConfiguration.tcl
> UpdateCTestConfiguration  from
> :/home/sagar/gr-alamouti/build/DartConfiguration.tcl
> Test project /home/sagar/gr-alamouti/build
> Constructing a list of tests
> Done constructing a list of tests
> Checking test dependency graph...
> Checking test dependency graph end
> test 2
>     Start 2: qa_al_enc
>
> 2: Test command: /bin/sh
> "/home/sagar/gr-alamouti/build/python/qa_al_enc_test.sh"
> 2: Test timeout computed to be: 9.99988e+06
> 2: al_enc::work:noutput_items1024
> 2: al_enc::work:noutput_items1024
>


This is unittest, not the application flowgraph.

Unittest is used to verify your code.
Application flowgraph is used to run RF simulations.

In application flowgraph, if you only have 8192 inputs while the fft_length
is set to 8192, then the work() should be called only once.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to