Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-23 | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | |
* gnuradio/wip/udp_source_sink: gnuradio-core: update copyrights gnuradio-core: allow swig to handle exceptions in UDP source/sink grc: update UDP source and sink block wrappers Simplify USE_SELECT usage Return immediately when using d_residual. Defend against a peer that sends an invalid message length. Move initialization of select timeout Correct update of d_temp_offset (parallel construction) Identify memory leaks that occur on error conditions Use -1 as file descriptor "not open" value instead of 0 Add additional conditionalization of networking includes Flush pending errors in gr_udp_sink on disconnect() Rework UDP source and sink, with incompatible API changes Updates to udp source/sink (select(), wait, cleanup) Discard data in gr_udp_sink until receiver is started. Use getaddrinfo in gr_udp_{source,sink} Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER) | |||
2010-05-11 | Fixing up GUI windows to better scale with gtgui sinks. | Tom Rondeau | |
2010-05-11 | Fixing benchmark loopback to work with new v2's of modulators. | Tom Rondeau | |
2010-05-10 | Fixing benchmark program to work with original dbpsk/dqpsk modulations again ↵ | Tom Rondeau | |
(and saving the version 2 mods for those marked v2). | |||
2010-05-04 | Rework UDP source and sink, with incompatible API changes | Don Ward | |
Remove source address specifications for sink; add connect() and disconnect() to sink; add get_port() to source; add optional EOF signaling (using zero-length packets) to sink and source; modify dial_tone, vector, and audio examples to match new code; add qa test case. | |||
2010-04-30 | Updates to udp source/sink (select(), wait, cleanup) | Don Ward | |
Use select() to avoid blocking on recv() in gr_udp_source (only known way to avoid blocking on Cygwin). Add wait argument to gr_udp_source to allow waiting for connection or accepting lack of connection as EOF; add --no-wait option to dial_tone_sink.py. Remove system dependencies from .h files; remove unused data members and (useless?) public open and close functions. | |||
2010-04-15 | New matplotlib does the fftshift for us when doing mlab.psd. This makes the ↵ | Tom Rondeau | |
figures make sense again. | |||
2010-03-14 | Fixing copyright of a couple of stragglers. | Tom Rondeau | |
2010-03-14 | Fixing copyright dates. | Tom Rondeau | |
2010-03-14 | Making old and new digital modulations completely seperable by adding ↵ | Tom Rondeau | |
modulation_utils2 so only new modulator blocks work with the version 2 of everything. Also changed some internal names for clarity. | |||
2010-03-13 | Merge branch 'digital' of vps.gnuradio.org:trondeau into digital | Tom Rondeau | |
2010-03-13 | Merge branch 'digital' of git@gnuradio.org:trondeau into digital | Tom Rondeau | |
Conflicts: gnuradio-examples/python/digital/benchmark_qt_rx2.py | |||
2010-03-13 | Fixing call to usrp_receive_path2. | Tom Rondeau | |
2010-03-13 | Adding version 2 of receive path so as not to affect old dbpsk and dqpsk ↵ | Tom Rondeau | |
operations. | |||
2010-03-13 | Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk ↵ | Tom Rondeau | |
operations. | |||
2010-03-06 | Small fixes for loopback with new code. | Tom Rondeau | |
2010-03-06 | Fixing how new pick_bitrate is used. | Tom Rondeau | |
2010-02-27 | Fixing use of pick_bitrate2 in QT Rx2. | Tom Rondeau | |
2010-02-26 | Fixing a few bugs in handling of real samples per symbol. | Tom Rondeau | |
2010-02-26 | Fixes pick_bitrate2 for use on receiver side. | Tom Rondeau | |
2010-02-25 | Fixing pick_bitrate2 for transmit side with all cases tested. | Tom Rondeau | |
2010-02-15 | New pick_bitrate2 will take any combination of bitrate, samples per symbol, ↵ | Tom Rondeau | |
and converter rate. | |||
2010-02-10 | Working on pick_bitrate. | Tom Rondeau | |
2010-02-09 | Arbitrary bit rates seems to be working. | Tom Rondeau | |
2010-02-09 | Removing resampler from usrp transmit path as its taken care of in the ↵ | Tom Rondeau | |
modulators. | |||
2010-02-08 | Setting up code to handle setting of samples per symbol properly. Still ↵ | Tom Rondeau | |
buggy in the transmitter due to the make packet padding to 512 bytes. | |||
2010-02-08 | Adding a pick bitrate calculation for new tx/rx modulators with arbitrary ↵ | Tom Rondeau | |
samples per second to allow and real valued bitrate. | |||
2010-01-31 | Preventing an error message by casting an integer (0) to the requested float. | Tom | |
2010-01-17 | Doing the same with the resampler on the receiver side. | Tom | |
2010-01-17 | Playing with using the resampler to allow any bit rate requested. | Tom Rondeau | |
2010-01-02 | Fixing up loopback benchmark program for new DBPSK receiver. | Tom | |
2010-01-02 | UIC files to go along with previous commit (for QT receiver code). | Tom | |
2010-01-02 | Adding a routine to exercise the new DBPSK receiver code with the QT GUI. | Tom | |
2009-12-20 | Adding FLL to QT loopback example. | Tom | |
2009-10-12 | Fixing import of UI file. | Tom Rondeau | |
2009-10-12 | Temporary working dbpsk2 example until we match everything. | Tom Rondeau | |
2009-10-09 | Starting to rework QT app to control new PFB clock recovery alg. | Tom | |
2009-10-06 | Merge branch 'master' into sync | Tom | |
Conflicts: gr-utils/src/python/gr_plot_qt.py gr-utils/src/python/pyqt_plot.py gr-utils/src/python/pyqt_plot.ui | |||
2009-10-06 | Working with PFB clock recovery block. | Tom | |
2009-10-06 | Updating display for better viewing on small screens | Tom | |
2009-09-09 | updated digital to use installed usrp options | Josh Blum | |
2009-08-23 | Added blks2.pfb_arb_resampler_ccf to GRC block list | Johnathan Corgan | |
* New block XML file * Added set_taps callback to blks2 hier block * GRC example showing pre- and post-resampling swept spectrum | |||
2009-08-15 | Added missing .gitignore | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11594 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-12 | Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase ↵ | trondeau | |
filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-31 | Fixing bug in setting SNR | trondeau | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11523 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-28 | Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into ↵ | jcorgan | |
trunk. This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11513 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-10 | Merged r11401:11405 from jblum/digital into trunk. Restores tunnel.py, ↵ | jcorgan | |
rx_voice.py, and tx_voice.py operation after transmit/receive path refactoring. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11406 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-06 | Fix Makefile and update package for r11361 | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11364 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-06 | Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵ | trondeau | |
and examples of the QT-based interface. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5 |