discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Integrate block outputting inconsistent results.


From: Miguel Duarte
Subject: [Discuss-gnuradio] Integrate block outputting inconsistent results.
Date: Thu, 19 Dec 2013 21:59:40 +0000

Hello everyone.

I have a system that depends on the integrate block. It integrates samples and then divides them for averaging. I noticed something wasn't working properly after updating to the last GR version and I don't know what's going on, but testing a simple schematic with some blocks:


Const Source -----> Integrator --------> File Sink

Where the constant source is set at 1024 and the integrator decimation at 1000, the output file contains these values:


1024000 (correct)
0
1024000
0
1024000
0
1024000
0
1024000

And so on. Is there something I'm doing wrong? Did anything change?

Thanks in advance, everyone.

Miguel

reply via email to

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