summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/plateau_detector_fb_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* blocks: plateau_detector_fb is now a gr_block and forecastsJosh Blum2013-06-071-3/+6
| | | | | | | The detector actually could return 0 with insufficient input. The forecast always requires at least 2*d_max_len. However, forecast could be conditionalized to only require this based on the last threshold detected.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-1/+1
|
* blocks: copied plateau_detector from analog to blocks.Tom Rondeau2013-03-181-0/+50
This will be removed from gr-analog on next, but I already removed it from any GRC categories to discourage its use.