Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* master:
Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted.
Modifying blks2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps.
Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304.
Adding typedef for uint64_t and int64_t so we can use them through SWIG.
Removing warnings in portaudio source/sink.
Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out.
first shot at Windows-compatible LIBUSB check
Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems)
Removing autogenerated file.
Updated doxygen Doxyfile for newer versions.
Adding file operations result checking.
Updating audio_jack to new interface for creating a client. Fixes depricated warning.
Potential fix to MSDD warnings by setting sequence number from buffer more explicitly.
Adding a bit more checking on file operations.
Fixing copyright date.
Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's defined in config, but this won't hurt anyone.
Fixing signed/unsigned warnings.
first shot at Windows-compatible LIBUSB check
Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems)
Conflicts:
gnuradio-core/src/lib/swig/gnuradio.i
|
|
interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted.
|
|
just specify the requested resampling rate without providing their own filter taps.
Taps are then generated inside hier_block2 to cover full bandwidth of input signal.
Optional attenuation parameter may be provided.
|
|
issues with the work() logic
|
|
|
|
|
|
|
|
|
|
|
|
make[2]: Entering directory `/home/eb/git/wf-exec/gr-howto-write-a-block/swig'
Compile .i to .py
/usr/bin/swig -fvirtual -python -modern -keyword -w511 -outdir . -I/home/eb/git/wf-exec/gr-howto-write-a-block/lib -I/home/eb/install/include/gnuradio -I/home/eb/install/include/gnuradio/swig \
-MD -MF python/howto_swig.Std \
-module howto_swig -o python/howto_swig.cc -oh python/howto_swig.h howto_swig.i
/usr/share/swig/1.3.40/python/std_complex.i:12: Error: Syntax error in input(1).
make[2]: *** [howto_swig.py] Error 1
|
|
Copied Makefile.swig, Mkefile.swig.gen.t from ..
Renamed howto.i to howto_swig.i
Regenerated Makefile.swig.gen
|
|
|
|
|
|
The stuff in gnuradio-core ends up with funky names, but that could
be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b.
This stragegy didn't work. Our new gsubrs have not yet be defined
when the ice-9/boot-9.scm code is loaded.
|
|
|
|
|
|
|
|
|
|
xyzzy_open_file (nee make_xyzzy) was not stripping off the magic
prefix before searching, and was thus always creating a new entry in
the map and returning a "" string.
|
|
|
|
|
|
|
|
|
|
Passes distcheck.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d.
The change reverted removed the usrp2/firmware from the distribution
tarballs and also had configure report that it was building the usrp2
firmware when in fact it wasn't.
What is the problem that you are trying to solve?
Example of configure output that lies:
config.status: creating config/Makefile
config.status: creating config.h
config.status: executing depfiles commands
*********************************************************************
The following GNU Radio components have been successfully configured:
usrp2-firmware
You my now run the make command to build these components.
*********************************************************************
The following GNU Radio components have been successfully configured:
config
gruel
gnuradio-core
usrp
usrp2
[snip]
|
|
|
|
Most users get the firmware from precompiled binaries.
Removing this should make configure less confusing.
|
|
|