discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] assertion error beyond 4096 output items


From: Activecat
Subject: Re: [Discuss-gnuradio] assertion error beyond 4096 output items
Date: Thu, 29 May 2014 17:19:16 +0800



On Thu, May 29, 2014 at 4:54 PM, Karan Talasila <address@hidden> wrote:
We changed the print statement to what you said and console output is

address@hidden:~/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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]