Age | Commit message (Collapse) | Author |
|
|
|
|
|
Simplified eng_option eng_float to reuse str_to_num code.
|
|
|
|
|
|
|
|
algorithm doesn't support it (no RRC or Gaussian for equiripple filters).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bandpass filters. Also adds this ability to the filter designer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* New block XML file
* Added set_taps callback to blks2 hier block
* GRC example showing pre- and post-resampling swept spectrum
|
|
|
|
|
|
|
|
|
|
package.
|
|
|
|
|
|
|
|
|
|
|
|
blobs == Binary Large Object. Very handy for passing around
uninterpreted data. The shorthand constructors were implemented by
overloading the pmt_t mp(foo) function in the pmt namespace.
I originally called "mp" "pmt", but that caused a conflict with the
pmt namespace.
|
|
|
|
|
|
Incorporate send.h into msg_passing.h.
|
|
|
|
QA code doesn't link because pmt depends on msg and vice versa
|
|
|
|
A port can be a source or a sink based on the dir parameter.
|
|
|