First, I want tothank the group for the wonderful tutorials on GNU Radio
Companion.
My problem needs touse an external signal as the Audio Source. GNURadiodefaults
to using the microphone in the laptop. I added an externalUSB/audio device to
connect the external signal.
After unsuccessfullytryi
Hi everyone,
as you may have noticed, we've moved our issue tracker to github. Issues
can be posted here now: https://github.com/gnuradio/gnuradio/issues
The old issue tracker will be readable for a little (this one:
http://gnuradio.org/redmine/projects/gnuradio/issues) in case we messed
somethin
Hi Nathan,
Thank you very much for the suggestions. I will try them.
Regards,
Hasini
On Tue, Sep 20, 2016 at 11:44 PM, West, Nathan
wrote:
> Do you really need the count, or do you just need some code to process
> FFTs as the block computes them? I suspect a little bit more understanding
> of
On 21 September 2016 at 09:28, Pablo Leyva Camacho wrote:
> Hi everyone!
>
> I have a couple of questions regarding the developing an osmosdr source/sink
> driver.
>
> Today I have found that a couple of years ago, in the company I am working,
> some of my coworkers developed a FPGA based SDR plat
Hi everyone!
I have a couple of questions regarding the developing an osmosdr
source/sink driver.
Today I have found that a couple of years ago, in the company I am working,
some of my coworkers developed a FPGA based SDR platform for a private
client. I have asked for the specifications and they
Gavin,
wow, looks like you went through a lot of learning! Maybe I can give you
some pointers:
On 09/19/2016 04:03 PM, Gavin Jacobs wrote:
> https://github.com/dl1ksv/gr-ax25
>
> So, I learned about git, and cmake, and make, and tons of other linux
> stuff, tried to download and install, but no
Do you really need the count, or do you just need some code to process FFTs
as the block computes them? I suspect a little bit more understanding of
GNU Radio will help you achieve what you want.
Assuming that I have some DSP stuff I want to operate on an FFT output, I
would go about this in one o