Age | Commit message (Collapse) | Author |
|
|
|
be building based on the configure tests.
|
|
(mm_hadd_ps).
|
|
|
|
|
|
|
|
a long time to run.
These can be run by hand by executing volk/lib/test_all
Also made a comment about needing a possible fix for this makefile.
|
|
makes distcheck.
|
|
|
|
|
|
|
|
|
|
|
|
top level dir.
|
|
new SIMD library.
It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.
|
|
* 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
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
of the tags since order is not specified or guarenteed.
|
|
in the QA of the sample tags code.
|
|
|
|
Must fix this later.
|
|
|
|
|
|
|
|
|
|
size_t (still unsigned). Fixes issue #304.
Also uses uint64_t's internally so everyone is always on the same type. This should not affect anyone's use of the block.
|
|
|
|
|
|
|
|
|
|
make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out.
|
|
|
|
because the symbol does not exist for that platform (only, it seems)
|
|
built yet. Using test block keep_one_in_n to test decimation is handled in propogating tags.
|
|
|
|
|
|
|
|
|
|
|