summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-14adding QA for pll_refout blocktrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4086 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14adding QA for pll_carriertracking blocktrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4085 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14These routines have been modified to use fast atan2n4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4084 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter ↵jcorgan
typing issue) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4083 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Two loop gr_costas_loop removing one if statement per samplen4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4080 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Modified gr_pll_carriertracking to use gr_fast_atan2 rather than atan2n4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4079 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-12Merge jcorgan/hier developer branch into trunk. Enables creation of true ↵jcorgan
hierarchical blocks, from either C++ or Python, as well as creating pure C++ gnuradio applications. EXPERIMENTAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4070 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-12Move gr_runtime.h out of the way in preparation for merge of hier developer ↵jcorgan
branch. No changes in functionality. Passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4068 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-04fix for ticket:113 gr_firdes::band_rejecteb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4055 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-04Describe issues surrounding integrating BBN's 802.11 code.gdt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4051 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-01Fixes ticket:110.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4048 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-01Fixes ticket:109jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4046 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-30Require swig version 1.3.31 due to broken 'director' functionality in prior ↵jcorgan
versions. Addresses ticket:106. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4045 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-27Fixes ticket:108jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4033 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-27Fixes ticket:103 (patch applied)jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4032 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-27Fixes part 1 of ticket:99jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4031 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25Comment out non-portable pattern rules that aren't being used, andgdt
leave a comment explaining why so that if documentation is added in the future portable make code will be written. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4023 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25Use paths with $(top_srcdir) so that builds from other than source dirs work.gdt
(Corrects problem I introduced when removing pattern rules.) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4022 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25Use PORTAUDIO_CFLAGS thoughtfully provided by configure. Fixes buildgdt
on NetBSD with pkgsrc, where portaudio is in ${PREFIX}/include/portaudio2 and ${PREFIX}/lib/portaudio2 in order to allow parallel installs of v19 with v18. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4021 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25Avoid pattern rule to enable building with BSD make.gdt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4020 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25Note optional use of xmlto.gdt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4019 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25Avoid non-portable use of $< in non-pattern rule.gdt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4018 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25When using python to check for wx module, call it via the variablegdt
earlier set with the path to the python interpreter, rather than hard-coding 'python'. Fixes build on systems where python is installed with a version suffix (e.g. python2.4), such as pkgsrc. From Berndt Josef Wulf via gnuradio-discuss; change is below the copyright threshold. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4017 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-21fixed typo in beta value for qpsk demodtrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4011 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-21improved Costas loop gains for QPSK receivertrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4009 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-20latest version of quartusmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4004 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-15updated for new ftp.gnu.org upload systemeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3987 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-11explain why this is separate (ripped off from Eric's email to the list)gdt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3969 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-10Fixes ticket:98jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3963 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-10Fixes ticket:97jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3962 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-10added default values to help messageseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3961 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-08Fixes ticket:93.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3955 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-06Default costas-alpha set to None instead of floattrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3947 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-05merging from trondeau/digital-wip for improved dbpsk and dqpsk receiverstrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3946 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Clarify bug fixjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3941 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Fixes ticket:96jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3940 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Fixes ticket:95.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3936 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Added note about line ending styles.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3930 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Add configure.ac to the files affected by ticket:88jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3928 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Applied changeset r3926 on release branch to trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3927 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Fixes ticket:94, caused by prior fix for ticket:92jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3924 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Fixes ticket:92.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3922 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-01optimized halfband coefficients, courtesy of Larry Doolittlematt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3917 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-01atsc.pad() - Pads a 188 byte mpeg transport stream packet out to 256cswiger
bytes for atsc transmitter randomizer. Opposite of depad. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3916 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-31Restore gr-pager to trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3909 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-31Merged eb/binstats -r3848:3906 into trunk. These changeseb
(1) fix a problem with gr_feval* where when called from a live flowgraph, they resulted in the call back into Python occuring without holding the Global Interpreter Lock causing a SIGSEGV. (2) add gr_bin_statistics_f which combines statistics gathering with a control state machine that allows spectrum sensing or related applications that need to step through the spectrum to be built. (3) usrp_spectrum_sense.py which ties all this together in an application which steps through the spectrum a chunk at a time and gathers statistics. In the current version, the stats are gathered by nothing is done with them. Think of this as the framework for a real application. This code may require tuning of the --tune-delay and --dwell-delay timeouts to ensure that the samples being processed are associated with the given center frequency. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3907 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-28conditionalize include of linux/compiler.heb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3886 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-27Fixed bug in write_hits--was using wrong index variable.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3873 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-24made warnings go awayeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3852 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-24added void callback to feval familyeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3847 221aa14e-8319-0410-a670-987f0aec2ac5