summaryrefslogtreecommitdiff
path: root/gr-utils/octave
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils:'#'replaced by '%' for commenting in codes.alekhgupta14412020-03-128-90/+90
|
* Update license header to SPDX formatdevnulling2020-01-2715-202/+22
|
* Fix for more misc typosluz.paz2019-08-101-1/+1
|
* Reduce peak memory usage of Octave function read_cshort_binaryImad-Eddine Srairi2019-04-211-1/+4
| | | | | | | | | Attempts to read large amounts of data with 'read_cshort_binary' may make Octave 6.0.0 overflow and exit with the message: 'octave exited with signal 6'. The purpose of this change is to use more sparingly memory in order to avoid overflowing in cases where the computer *does* have enough memory to perform the desired operation.
* Removed unused, obsolete and special-purpose octave filesMarcus Müller2018-08-2614-576/+0
| | | | | | | | | | none of the functions defined in these files are used outside of this directory. The color palette generators have long been upstreamed in octave. The rest is extremely specific and partially trivial code (runsum, really?).
* gr-utils: Added octave function to write fc32 format (gr_complex) from ↵Paul Garver2015-01-231-0/+50
| | | | Octave variables.
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-2629-0/+1173