Multi channel DDC signal processing

Dear List,
Is it possible to process multiple signals with GNURadio?? suppose I
have 8 channel DDC, and I am going to write signal processing block for
this my new hardware, can I get all 8 channels simultaneously
processed??
Thank you for your response in advance.

Dear Driller,

of course, that’s possible. A signal source can have a virtually
unlimited number of outputs; GNU Radio is specifically designed to
support numerous parallel streams of data.
If you’re processing hardware (the host that runs GR, e.g. your PC)
is up to the task of handling 8 different channels is dependent on
the processing you plan to do, the data rate you need to achieve
and the latency you are willing to accept.

Happy Hacking!

Marcus M.

PS: Please tell us more about the hardware you want to use with GR,
the project is always eager to support new use cases :slight_smile:

Am 06.01.2012 10:00, schrieb GSM Driller:

“Marcus Müller” [email protected] wrote in post #1039710:

Dear Driller,

of course, that’s possible. A signal source can have a virtually
unlimited number of outputs; GNU Radio is specifically designed to
support numerous parallel streams of data.
If you’re processing hardware (the host that runs GR, e.g. your PC)
is up to the task of handling 8 different channels is dependent on
the processing you plan to do, the data rate you need to achieve
and the latency you are willing to accept.

Happy Hacking!

Marcus M.

PS: Please tell us more about the hardware you want to use with GR,
the project is always eager to support new use cases :slight_smile:

Am 06.01.2012 10:00, schrieb GSM Driller:

Dear Marcus,
Thank you for your response. I am going to be a part of my university
project, it is supposed that they are going use Pentek-7851 device for
digital data acquisition. It is having 256 channels of DDC in total. my
part is to write a module which can communicate between DDC output and
application layer.
I heard about GNURadio, I think it may work for me in my rapid
development.

If you can help me in any extent please suggest me what I have to do
next