oogle.com/search?q=gnu+radio+embedded+python+block ).
> >
> > Regards,
> > Kyeong Su Shin
> >
> > 보낸 사람: faisal 대신 Discuss-gnuradio <
> > discuss-gnuradio-bounces+ksshin=postech.ac...@gnu.org>
> > 보낸 날짜: 2019년 3월 13일 수요일 오전 12:31
> > 받는 사람: Discuss-g
You'd need to write your own block that can handle these formats.
A word of warning: When doing SDR, you deal with MEGASAMPLES per
second.
A 32 bit floating point number has circa 9 significant digits.
That makes 10 characters when you include the decimal dot.
Then you also need to write down the
?q=gnu+radio+embedded+python+block ).
>
> Regards,
> Kyeong Su Shin
>
> --
> *보낸 사람:* faisal 대신 Discuss-gnuradio
>
> *보낸 날짜:* 2019년 3월 13일 수요일 오전 12:31
> *받는 사람:* Discuss-gnuradio@gnu.org
> *제목:* [Discuss-gnuradio] Spectrum sensing using gnuradi
io@gnu.org
제목: [Discuss-gnuradio] Spectrum sensing using gnuradio + hackrf one
hello everyone
can anyone help me i want to save data which comes from average block and
threshold block.
how can we save a date in text file or in an excel file?
i attched the grc.file please have a
hello everyone
can anyone help me i want to save data which comes from average block and
threshold block.
how can we save a date in text file or in an excel file?
i attched the grc.file please have a look at it.
gt.grc
Description: Binary data
_
Dear all
I am working on B200 USRP for sensing the ISM band spectrum.
My parameters is 2.4 G - 2.5G, FFT size 1024 (6.4MHz), sampling rate 40e6,
taking 832 bins of 1024 from 96th bin to 928th bin, totally 19 subbands, each
of 5.2 of 6.4 MHz, and frequency between two bin values is 6250Hz.
When
sonal home page: https://sites.google.com/site/tadilomypage/
>
> From: discuss-gnuradio-bounces+tadilo.bogale=emt.inrs...@gnu.org
> [discuss-gnuradio-bounces+tadilo.bogale=emt.inrs...@gnu.org] On Behalf Of
> Martin Braun [martin.br...@ettus.com]
On 07/30/2014 03:37 PM, Tom Rondeau wrote:
> The easiest way to average is to use the single_pole_iir_filter to
> smooth out the data stream. But note that you're coming out of the FFT
> block as a vector. You can set the vector length of the single pole IIR,
> but I'd have to review exactly what t
On Tue, Jul 29, 2014 at 3:34 PM, Bogale, Tadilo Endeshaw <
tadilo.bog...@emt.inrs.ca> wrote:
> Hello Everyone
>
> I am a new to gnuradio. I would like to do simulation of spectrum sensing
> (Simple energy detector with single band only).
>
> Normally I have seen "usrp_spectrum_sense.py". However,
Hello Everyone
I am a new to gnuradio. I would like to do simulation of spectrum sensing
(Simple energy detector with single band only).
Normally I have seen "usrp_spectrum_sense.py". However, that is written for
USRP (and not easy to understand and modify it). Actually I have a difficulty
in
Liquid dsp
On Thu, Feb 13, 2014 at 6:04 AM, Marcus Müller wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Przemek,
> well, since this is the open source world, you shouldn't need to write
> everything from scratch.
> You can of course start off with Martin Marinov's source code,
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Przemek,
well, since this is the open source world, you shouldn't need to write
everything from scratch.
You can of course start off with Martin Marinov's source code,
https://github.com/martinmarinov/rtl_tcp_andro-
which will give you an tcp server
Hello,
This is my first post to this mailing list and my apologies if I ask a
lame/irrelevant question. Unfortunately, me and my hacking friend could not
find the answer to the issue we are trying to solve (Google, etc.) so here
is my post.
We want to implement the most fundamentally simple spect
;
>
>
>
>
> *From:* Johannes Demel [mailto:johannes.de...@ettus.com]
> *Sent:* Tuesday, December 17, 2013 5:26 PM
>
> *To:* Nikita Sharakhov
> *Cc:* discuss-gnuradio@gnu.org
> *Subject:* Re: [Discuss-gnuradio] Spectrum Sensing
>
>
>
> Hi Nikita,
>
>
* Johannes Demel [mailto:johannes.de...@ettus.com]
> *Sent:* Tuesday, December 17, 2013 12:30 PM
> *To:* Nikita Sharakhov
> *Cc:* discuss-gnuradio@gnu.org
>
> *Subject:* Re: [Discuss-gnuradio] Spectrum Sensing
>
>
>
> Hi Nikita,
>
> In order to answer your question
Is that possible with gr-fosphor? Is there any other
> software that I should look at?
>
>
>
> Best regards,
>
>
>
> Nikita
>
>
>
> *From:* Johannes Demel [mailto:johannes.de...@ettus.com]
> *Sent:* Monday, December 16, 2013 10:58 PM
> *To:* Nikita Sharakhov
I would like to do spectrum sensing with GNU radio. Is there a good way to
get the raw output from uhd_fft.py (the value for each frequency)? I would
like to do this programatically (with code), rather than through a GUI.
I have tried doing spectrum sensing with usrp_spectrum_sense.py, and this
sc
I am actually doing something similar for cognitive radio, the best way to
go about it is to follow the tutorial online for how to write a signal
processing block
http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html (I do
find a little vague on some parts); you can browse google for a
Hello
I am looking for a way to assemble a spectrum sensing in gnuradio-companion.
Here in gnuradio.blogspot only found information about the file
usrp_spectrum_sense.py, but would like to know how to implement spectrum
sensing (including detection of energy) in gnuradio-companion.
Could anyone h
Hi all!
I'm starting to work on a project and first of all would like to know if
it'd be possible or what recommendations anyone has on it.
Basically what I want to accomplish is the following:
Host A: USRPv1 + RFX2400
Host B: USRPV1 + RFX2400
Both hosts would:
1) Always scan for the wireles
On Thu, Nov 02, 2006 at 04:53:11PM -0600, Shravan Rayanchu wrote:
> Does that mean 8Mhz is the max. width of spectrum I can sense? But I
> remember reading on some post that we can sense spectrum upto +/-15MHz
> from the carrier frequency. (i.e. a chunk of 30 Mhz). Which one of the
> above is corre
Shravan -
On Thu, Nov 02, 2006 at 03:53:35PM -0600, Shravan Rayanchu wrote:
> I was going through some gnuradio documentation (on comsec.org wiki)
> which says "...16-bit I and 16-bit Q data (complex), resulting in 8M
> complex samples/sec across the USB (32 Mbps max. data rate). This
> provides a
Does that mean 8Mhz is the max. width of spectrum I can sense? But I
remember reading on some post that we can sense spectrum upto +/-15MHz
from the carrier frequency. (i.e. a chunk of 30 Mhz). Which one of the
above is correct? What puts a limit on the maximum amount of spectrum
we can sense?
Al
Hello everyone,
I was going through some gnuradio documentation (on comsec.org wiki)
which says "...16-bit I and 16-bit Q data (complex), resulting in 8M
complex samples/sec across the USB (32 Mbps max. data rate). This
provides a maximum effective total spectral bandwidth of about
6MHz...".
By
24 matches
Mail list logo