discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] understanding decimator block


From: BHN66
Subject: [Discuss-gnuradio] understanding decimator block
Date: Mon, 3 Aug 2015 15:09:36 +0200

hello everyone,
i'm trying to understand a decimator block and how to write such a block by myself. for testing and learning purposes only i have written a simple block. the c++-code you can see in "cpp_code.png" and the python qa-code you can see in "qa_python.png". there is an input vector (1,4,3,9,5,2,4,1,6) and it should calculate the sum of every three numbers (1+4+3=8, 9+5+2=16, ...)
everytime i get a segmentation fault error message. do anybody know why?
 
thanks for your help!
 
 
alphonso

Attachment: cpp_code.png
Description: PNG image

Attachment: qa_code.png
Description: PNG image


reply via email to

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