Hello,
in the program I am currently working on, I sometimes get the following error
messsage:
python: gri_mmse_fir_interpolator_cc.cc:66: gr_complex
gri_mmse_fir_interpolator_cc::interpolate(const gr_complex*, float):
Zusicherung »imu >= 0« nicht erfüllt.
Abgebrochen
It seems like the assert
Hi guys ,
I am using DBSRX , now i am trying to trace the data flow in the
usr-gnuradio . I see AD9862 ADC in the usrp and some of the block diagrams
, and i think that the daughterboard
passes the analog signals to the ADC in the I and Q format . Please guide me
if this is right or wrong ...
On Thu, Apr 21, 2011 at 10:29 PM, Yulong Yang wrote:
> Hi,
>
> I try to add all it needs to put my custom block into this module. I add
> the corresponding .xml/.cc/.h/.i files into grc/lib/swig folder
> separately and modify MakeFile.am files in each folders. However, it
> still cannot work. Whe
Hi,
I try to add all it needs to put my custom block into this module. I add
the corresponding .xml/.cc/.h/.i files into grc/lib/swig folder
separately and modify MakeFile.am files in each folders. However, it
still cannot work. When generating top_block.py in GRC, the console
says:
self.m
Hello~
I am trying to implement a relay system.
The relay system that I am trying includes 2 TX and 1 RX.
And 2 TX must transmit a signal synchronously.
Now, I have only one USRP2. So I am planning to purchase one of the USRP
series.
My original plan was buying one USRP2.
But I saw t
Hi all.
I need to use external clock on usrp, there are two kinds of clock: sine
wave and square wave. which
is better for usrp?
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Is "Josh Blum" like Nicolas Bourbaki? If so we need to start a Wikipedia
page for that committee as well.
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Is "Josh Blum" like Nicolas Bourbaki? If so we need to start a Wikipedia
page for that committee as well.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
On Thu, Apr 21, 2011 at 4:26 PM, Feng Andrew Ge wrote:
> Dave,
>
> To bypass this problem, change the pkt.py file. In the end, after
>
> msg = self.rcvd_pktq.delete_head()
>
> add
>
> if (string_len > 18) & (string_len < 4096) :
>
> ok, payload = packet_utils.unmake_packet(msg.to_string(),
> i
On 21/04/2011 4:29 PM, Tom Rondeau wrote:
The other bodies were probably charging at the time. They have a large
Nissan Leaf solar charging station they converted just for this purpose.
Ah, it's all clear to me now. ["You see, something's going to happen.
Something wonderful", David Bowman,
On Thu, Apr 21, 2011 at 4:19 PM, Marcus D. Leech wrote:
> On 21/04/2011 4:10 PM, Tom Rondeau wrote:
>
>>
>>
>> That did the trick all right!
>>
>> Thanks for the quick turnaround!
>>
>>
>> You know, I've previously observed that the object we know as "Josh Blum"
> is far too productive to be a s
Dave,
To bypass this problem, change the pkt.py file. In the end, after
msg = self.rcvd_pktq.delete_head()
add
if (string_len > 18) & (string_len < 4096) :
ok, payload = packet_utils.unmake_packet(msg.to_string(),
int(msg.arg1()))
Andrew
On 04/21/2011 12:00 PM, discuss-gnuradio-requ.
On 21/04/2011 4:10 PM, Tom Rondeau wrote:
That did the trick all right!
Thanks for the quick turnaround!
You know, I've previously observed that the object we know as "Josh
Blum" is far too productive to be a single person :-) Although I have
met Josh in "meat space", and he appeared to
On Thu, Apr 21, 2011 at 2:04 PM, Josh Blum wrote:
>
> >> Thats a long-standing bug thats been around since the vector of
> >> io_signatures was added. I guess I will fix it this time before I get
> >> too distracted.
> >
> >
>
> Try my fix on jblum.git fix/grc/multi_pad:
>
> http://gnuradio.org/c
No I am using TVRX to receive and basic TX to transmit. I have changed the
following values,
Receive.
Decimation=256
gain = 20
Transmitter.
Interpolation= 512
Multiply Const=5000
I am now receiving my audio file and saving the data into another file.
Though the data is not the just the file da
On Thu, Apr 21, 2011 at 2:14 PM, ish13 wrote:
>
> Am going to work on it today and see if I get any results from the previous
> replys. Below the setting that are currently being used but I am changing
> the interpolation and decimation rates.
>
> 4k.
> Gain=20.
> Freq= 100.1MHz
> Board is tvrx
>
Am going to work on it today and see if I get any results from the previous
replys. Below the setting that are currently being used but I am changing
the interpolation and decimation rates.
4k.
Gain=20.
Freq= 100.1MHz
Board is tvrx
Version 3.3 gnuradio and 0.7 grc
Ismael
Tom Rondeau wrote:
>> Thats a long-standing bug thats been around since the vector of
>> io_signatures was added. I guess I will fix it this time before I get
>> too distracted.
>
>
Try my fix on jblum.git fix/grc/multi_pad:
http://gnuradio.org/cgit/jblum.git/commit/?id=a4ac44d7adbd9c6cdd107ec7985e294fea81845a
-
On Wed, 20 Apr 2011 17:12:34 -0500 (CDT), "Jeff Brower"
wrote:
>> On 04/19/2011 01:10 PM, i...@agile-sdr-solutions.com wrote:
>>>
>>> Dear Matt,
>>>
>>> We honestly went through every material in search on Google but we
>>> couldn't locate a single article published successful testing for
>>> STBC
On Thu, Apr 21, 2011 at 12:50 PM, Josh Blum wrote:
>
>
> On 04/21/2011 09:19 AM, Tom Rondeau wrote:
> > Josh,
> >
> > Two issues in GNU Radio companion.
> >
> > I'm working on a hier_block in GRC and want it to have multiple outputs.
> > When I generate the block, though, I get a few problems. Fi
On 04/21/2011 09:19 AM, Tom Rondeau wrote:
> Josh,
>
> Two issues in GNU Radio companion.
>
> I'm working on a hier_block in GRC and want it to have multiple outputs.
> When I generate the block, though, I get a few problems. First, only one
> output pad is exposed. Looking at the generated XML
Josh,
Two issues in GNU Radio companion.
I'm working on a hier_block in GRC and want it to have multiple outputs.
When I generate the block, though, I get a few problems. First, only one
output pad is exposed. Looking at the generated XML file, I see that only
one source block is being created (I
Hi folks,
Firstly, thanks very much for your response Nick - you've answered my
main question on how to recover a completely bricked N210 in future.
There are two reasons why I'm hesitant to blame UHD: I ran the update
while I was (accidentally but foolishly!) streaming data from the
USRP, albeit
I've recently been using tunnel.py for 1/2 hr tests with no problems. I'm
using the basic_tx/rx boards with a low frequency (5 MHz) and 1 Mbit
datarate.
On Thu, Apr 21, 2011 at 10:31 AM, David Barton wrote:
> I am working with two USRPS wired connection with 25 dB attenuator between
> them so I d
On Sat, Apr 16, 2011 at 6:11 PM, Alexandru Csete wrote:
> Greetings,
>
> I can see there is an error handler class in gnuradio-core / runtime /
> gr_error_handler and I was wondering if there is an instance of it
> created by the runtime that can be used by the blocks and maybe the
> applications
I am working with two USRPS wired connection with 25 dB attenuator between them
so I didnt expect to much corruption of the packets.
The error seems to occur quicker at lower bit rates for some reason , like
around after 10s of minutes for below 250 kbps and more like after an hour or
more for
On Tue, Apr 19, 2011 at 2:35 PM, ish13 wrote:
>
> Ok I had used the muliplier in a previous code using Frequency Modulation
> which is why I used it again. But thanks for that. I will change it to a
> smaller value.
>
> I also had it set up with the interpolation to 512 and the decimation to
>
On 21/04/2011 10:15 AM, Tom Rondeau wrote:
On Wed, Apr 20, 2011 at 12:38 PM, Joel Koltner
mailto:zapwire-gro...@yahoo.com>> wrote:
I've been away from GNU Radio for a bit and wanted to ask... is
wxPython (and
the included wrappers) still the recommended means of building
simple
On Wed, Apr 20, 2011 at 9:25 AM, David Barton wrote:
> I am running tunnel.py on gnuradio 3.3.0 . It run successfully for a while
> but after a period of time (around an hour) the following exception prints
> out:
>
> Rx: ok = True len(payload) = 82
> Tx: len(payload) = 82
> Exception in thre
On Wed, Apr 20, 2011 at 12:38 PM, Joel Koltner wrote:
> I've been away from GNU Radio for a bit and wanted to ask... is wxPython
> (and
> the included wrappers) still the recommended means of building simple GUIs?
> Or
> has it been supplanted by, e.g., "something Qt" or similar?
>
> Thanks,
> --
30 matches
Mail list logo