[Discuss-gnuradio] Increase time interval that USRP is looking for PPS signal.

2019-04-03 Thread Marius U
Hello, I currently have a B200 USRP that is supposed to transmit/receive a file after being triggered by a PPS signal. The current file is able to to do this if the PPS signal generator (I am using an FPGA for this and it is accurate enough for my needs) is already on and transmitting the signal b

Re: [Discuss-gnuradio] Tutorial issue: AttributeError: 'module' object has no attribute 'square2_ff'

2016-03-04 Thread Marius Cachelin
Hi Lefteris, I already got the same error. I think, you must try to rebuild your OOT module as follow : - cd gr-howto - sudo rm -R build - mkdir build - cd build - cmake ../ - make - sudo make install - sudo ldconfig Cheers, Marius -- *CACHELIN Marius* *Ingénieur

Re: [Discuss-gnuradio] Destructor of block never called

2015-10-14 Thread Marius Cachelin
(# of packet lost, # of packets send...), and I want to print out these information when I close my application. So I think I am going to find an other way to do this... Thanks you Sylvain for your help. Marius 2015-10-13 17:15 GMT+02:00 Sylvain Munaut <246...@gmail.com>: > Hi, > &g

Re: [Discuss-gnuradio] Destructor of block never called

2015-10-13 Thread Marius Cachelin
on the cross symbol to exit my application, the destructor > of > > my block is never called. > > If you mean the red cross in GRC, then this is a "KILL" button, not a > stop button. The process is forcibly terminated and destructors won't > be run. > >

[Discuss-gnuradio] Destructor of block never called

2015-10-09 Thread Marius Cachelin
ur virtual destructor. */ my_block_impl::~my_block_impl(){* *std::cout << "destructor called" << std::endl;* *}* Could someone help me solving this problem? Thanks in advance. Marius -- *CACHELIN Marius* *Ingénieur Systèmes, Réseaux et Télécommunica

Re: [Discuss-gnuradio] SEGFAULT when using GR_LOG_INFO

2015-08-20 Thread Marius Marius
Does someone could help me to fix it? I really need to use this feature, and I don't know what I am doing wrong... Thanks -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mail

[Discuss-gnuradio] RX/TX transceiver

2015-08-18 Thread Marius Cachelin
his can be possible because when I use tx_sob and tx_eob, I can't be in RX and TX mode in same time. I use a N210 USRP with a WBX daugtherboard. Thanks. Marius -- *CACHELIN Marius* *Ingénieur Systèmes, Réseaux et Télécommunications* marius.cac

[Discuss-gnuradio] SEGFAULT when using GR_LOG_INFO

2015-08-16 Thread Marius Cachelin
ks. *CACHELIN Marius* *Ingénieur Systèmes, Réseaux et Télécommunications* marius.cache...@gmail.com ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Issues with OOT

2015-07-31 Thread Marius Cachelin
ng. It just copy all inputs items into output buffer. I read some discusses about this error, but I can't understand why I get it. I checked all my *CMakelist.txt*, and all is good. I run *make test*, and all test passed. If someone could help me to figure this out, It would be very he

[Discuss-gnuradio] Memory issues

2015-07-29 Thread Marius Cachelin
ng my transmitter after a while. I have checked all my blocks. All memory allocations are freed, and all my objetcs (new...) are deleted. So, how the memory can increase if I do not allocate extra memory and free all memory? Thanks you in advance. -- *CACHELIN Marius* *Ingénieur Systèmes, Résea

[Discuss-gnuradio] Issues using "Correlata and Sync" block, inside Hier_block2

2015-06-19 Thread Marius Cachelin
uot;corr" port). I don't understand why, because when I use the "correlate and sync" block outside my hier_block, it work fine! I think, this is a misunderstood of how to use these type of blocks, so if someone could explain to me where is my mistake, I would be very grateful! Tha

[Discuss-gnuradio] GRC Message Source/Sink and Packet Source

2012-06-05 Thread Marius
that does that with GRC block? I know that transmit_path.py or benchmark_tx.py do that, but they are not separated. Therefore it's by far simpler here. Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.o

Re: [Discuss-gnuradio] Persistence causes glAccum exception

2012-05-26 Thread Marius
be stopped. That's actually THE feature that us useful for Signal inspection. Other than that the QT Sinks should be separate blocks in GRC, too. Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Using a MPSK Demodulator or 4QAM for oQPSK

2012-05-26 Thread Marius
y at least ,) Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Carrier Sensing only in gr_packet_sink?

2012-05-25 Thread Marius
right before modulation, mostly to avoid blocks wasting performance on iterating over noise. I'm aware that a Squelch Filter might archive a similar effect, but that still means the other Signal Block go into general_work() routines. So, why is carrier_sense() not in gr_sync_block etc.? Be

[Discuss-gnuradio] How to implement a Packet Sink Block as simple as possible

2012-05-21 Thread Marius
. The only thing I practically need is to map the demodulated bits into frames (of variable length). I don't think a full blown packet stack should be necessary or a queue data structure. I'd be happy if someone had a fix or a workaround. I'm not sure whether there is a simpler solut

[Discuss-gnuradio] USRP2 FPGA: how to use custom_defs

2012-02-25 Thread Marius Ciepluch
ooking for what the current chains exactly are: is there some sort of flow-graph here. Did somebody already analyse this? There are some custom FPGA builds here and there. I'd be happy if someone contributed insights how to touch this without having to redo everything. Best, Marius

Re: [Discuss-gnuradio] GR upgrade fail due to UHD

2012-02-21 Thread Marius Ciepluch
gt; > http://files.ettus.com/uhd_docs/manual/html/build.html#setup-the-library-path-linux > > Cheers, > Ben Hi Ben, that was my issue. Thanks a lot for the answer. Best, Marius signature.asc Description: OpenPGP digital signature __

[Discuss-gnuradio] GR upgrade fail due to UHD

2012-02-20 Thread Marius Ciepluch
braries in /usr/share/lib is misplaced. Maybe from an older installation. How can I track this issue? GR 3.5 builds incompletely due to this. Best, Marius signature.asc Description: OpenPGP digital signature ___ Discuss-gnuradio mailing list Discus

[Discuss-gnuradio] A portable Build of GNU Radio 3.4 to test

2012-02-11 Thread Marius
real with other people's system , different distributions etc. You can easily add your libs by running the cde binary and let it output into the unpacked folder. The only dependency here is Linux 2.6 and an x86_64 installation. Best, Marius ___ D

Re: [Discuss-gnuradio] Tune UHD - as fast as possible

2012-02-11 Thread Marius
t;> this setup will go, but it's worth pursuing. >> >> @(^.^)@  Ed >> I hope it doesn't add any latency to the equation like: RPC command + UHD command + FPGA reaction + RF frontend. I'm not even sure if using the C++ API would be any different. So my Monday

Re: [Discuss-gnuradio] Tune UHD - as fast as possible

2012-02-10 Thread Marius Ciepluch
illoscope copes with that). Here I use the WBX. My overall goal is to understand more about the hardware. So if someone knows how I can implement a callback or a polling function to make the device tune for real, but as fast as possible, that'd be very helpful. Best, Marius On 02/09/2

[Discuss-gnuradio] Tune UHD - as fast as possible

2012-02-09 Thread Marius Ciepluch
ork. It remains at the initial frequency. Do you use the Function Probe block in GRC? Or is there any other way to make it tune without ending the Flow-Graph? Best, Marius signature.asc Description: OpenPGP digital signature ___ Discuss-gnuradio mail

[Discuss-gnuradio] SpecEst toolbox install issue

2011-12-16 Thread Marius
ect. I performaed ldconfig after install and there are no errors. The lib is in /usr/local/lib64/ Thanks for answers ;) Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] distribution and integration - any debs?

2011-10-11 Thread Marius
> > I did some work based of my cmake branch to generate debian files for > each component. Basically, the work consists of an example dependencies > file, a mini project to build each deb file, and a script to tie it all > together: > > http://gnuradio.org/cgit/jblum.git/tree/cmake/debian?h=multi_

[Discuss-gnuradio] distribution and integration - any debs?

2011-10-06 Thread Marius Ciepluch
management (updates, conflicts, additional stacks) to keep work compatible. While it seems the current build system is going to change to cmake... is there any progress here that could ease my part? Or does anyone have a repo, PPA, DL for an updated deb? - That could be very helpful :) Best, Marius sig

Re: [Discuss-gnuradio] UHD with XCVR?

2011-08-06 Thread Marius
this really necessary? Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] coerce endpoint - hier block API question with code

2011-08-06 Thread Marius
Could someone help me - at least a little? I think there's too much to do left, however I don't find a way to treat this error. If that works I'll do GRC integration and clean up the OpenGL stuff (the code is from the source mentioned in the repository, but GPL). I'm missing this kind o

Re: [Discuss-gnuradio] UHD with XCVR?

2011-07-31 Thread Marius
s.com/downloads/uhd_releases/master_images/ I think that > will solve your problem. Loading the released binary images did not solve my problem. I tried them all. The problem persists in the same way I described it. Rebuilding the usrp2 firmware is with an issue too: make[5]: Entering direc

[Discuss-gnuradio] UHD with XCVR?

2011-07-31 Thread Marius
p had been tested with both static IP, and without. % sudo uhd_find_devices [sudo] password for marius: linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.002.000-e03f7c7 -- -- UHD Device 0 -- Devi

[Discuss-gnuradio] GFSK Mod/Demod block

2011-07-29 Thread Marius
Hi! Short question: is anybody aware of GFSK mod or demod block in Gnuradio, or a Flowgraph using it? Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] IEEE 802.15.4 on USRP N210

2011-07-27 Thread Marius
week). E. g. a complete demod and mod path in GRC. Most stuff is in German though. :) Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] oQPSK mod path

2011-07-24 Thread Marius
issue? I know that I need to delay the Q channel and add more Blocks. But this won't help on the vector consumption issue afaik. Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] tx path segfaults on ucla zigbee_phy

2011-06-06 Thread Marius
ere a newer/working version of any TX implementation on a 802.15.4 stack? I'm not sure how to patch or debug this issue, because running through the Swig layer interface stuff with gdb is kind of complex. So I was wondering whether I'm the first person ever facing these bugs

[Discuss-gnuradio] 802.15.4 performance analysis: pin Oscilloscope on IF

2011-05-25 Thread Marius
able to automatically detect the start and end point of a high-amplitude that represents sending activity? I tried to use the integrator to lower the amplitude (I'm not interested in demodulation at this point, just tx start and end). But that doesn't work very well. I hope my t

[Discuss-gnuradio] nature of gr_vector data

2011-03-02 Thread Marius
is is important for me in order to know the data representation and to interpret the results. Best, Marius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Build BBN_80211 with 4.3.3

2010-12-01 Thread Marius
Hi! I'm trying to compile the BBN 802.11 component into the Gnuradio 3.2.2.1 framework on i686 Linux, using GCC 4.3.3. mar...@gnuradio012 ~/gnuradio/sw/bbn_80211 % make make all-recursive make[1]: Entering directory `/home/marius/gnuradio/sw/bbn_80211' Making all in config make[2]

[Discuss-gnuradio] qt4 python-gnuradio-qtgui dependency errors on Lucid 10.4

2010-06-08 Thread Marius
ainly requiring related components. Does anybody know how to resolve this conflict? Thanks, -- Marius signature.asc Description: OpenPGP digital signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/lis