portapack-mayhem/firmware/baseband
2016-01-02 22:59:31 -08:00
..
audio_dma.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
audio_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
audio_stats_collector.hpp Const/pass-by-reference a bunch more baseband stuff. 2015-12-10 12:36:12 -08:00
baseband_dma.cpp Remove commented, dead code. 2015-12-10 20:13:27 -08:00
baseband_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
baseband_processor.cpp Extract spectrum collector from BasebandProcessor. 2015-12-11 12:26:45 -08:00
baseband_processor.hpp Baseband: Pass unhandled messages to baseband thread, processor. 2016-01-02 22:59:31 -08:00
baseband_stats_collector.hpp Const/pass-by-reference a bunch more baseband stuff. 2015-12-10 12:36:12 -08:00
baseband_thread.cpp Baseband: Pass unhandled messages to baseband thread, processor. 2016-01-02 22:59:31 -08:00
baseband_thread.hpp Baseband: Pass unhandled messages to baseband thread, processor. 2016-01-02 22:59:31 -08:00
block_decimator.hpp Const/pass-by-reference a bunch more baseband stuff. 2015-12-10 12:36:12 -08:00
channel_decimator.cpp Fix inaccurate comment. 2015-12-20 13:33:08 -08:00
channel_decimator.hpp Const/pass-by-reference a bunch more baseband stuff. 2015-12-10 12:36:12 -08:00
channel_stats_collector.hpp Const/pass-by-reference a bunch more baseband stuff. 2015-12-10 12:36:12 -08:00
chconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
clock_recovery.cpp Complete rewrite of clock recovery, lots of refactoring. 2015-11-06 09:39:59 -08:00
clock_recovery.hpp Add some baseband constructors. 2015-11-10 14:04:50 -08:00
dsp_decimate.cpp Use IFIR decimation for broadcast FM receiver. 2016-01-02 10:35:23 -08:00
dsp_decimate.hpp Use IFIR decimation for broadcast FM receiver. 2016-01-02 10:35:23 -08:00
dsp_demodulate.cpp Un-comment angle_precise(). Not used, but no reason to comment out. 2015-12-28 15:50:19 -08:00
dsp_demodulate.hpp Add FM class default constructor. 2015-12-28 15:51:20 -08:00
dsp_fir_taps.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
dsp_fir_taps.hpp Comments about IFIR filter taps design parameters. 2016-01-02 10:49:37 -08:00
dsp_iir_config.hpp Broadcast FM de-emphasis using 75us time constant. 2016-01-01 20:56:30 -08:00
dsp_iir.cpp Move IIR code into .cpp file. 2015-12-31 10:52:28 -08:00
dsp_iir.hpp Move IIR code into .cpp file. 2015-12-31 10:52:28 -08:00
dsp_squelch.cpp Reduce type size for int16_t squared values. 2015-12-31 10:09:42 -08:00
dsp_squelch.hpp Small FM squelch simplification. 2015-12-31 10:08:41 -08:00
event_m4.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
event_m4.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
fxpt_atan2.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
fxpt_atan2.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
gpdma_lli.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
halconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
irq_ipc_m4.cpp Extract M4 IPC IRQ code into separate file. 2015-08-20 20:39:08 -07:00
irq_ipc_m4.hpp Extract M4 IPC IRQ code into separate file. 2015-08-20 20:39:08 -07:00
linear_resampler.hpp Default constructors and configure methods for baseband classes. 2015-11-06 09:40:05 -08:00
main.cpp Baseband: Pass unhandled messages to baseband thread, processor. 2016-01-02 22:59:31 -08:00
Makefile Move IIR code into .cpp file. 2015-12-31 10:52:28 -08:00
matched_filter.cpp Further MatchedFilter optimization using algebraic identities and stuff. 2015-11-06 09:40:05 -08:00
matched_filter.hpp Add some baseband constructors. 2015-11-10 14:04:50 -08:00
mcuconf.h Fix clock configuration for M4. 2015-08-14 12:21:49 -07:00
packet_builder.cpp Rework BitHistory, BitPattern, PacketBuilder. 2015-11-09 14:38:09 -08:00
packet_builder.hpp Move packet timestamping into baseband. 2015-12-12 11:37:30 -08:00
proc_ais.cpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_ais.hpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_am_audio.cpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_am_audio.hpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_ert.cpp More consistent use of pass-by-ref, const in baseband code. 2015-12-10 15:18:02 -08:00
proc_ert.hpp Const/pass-by-reference a bunch more baseband stuff. 2015-12-10 12:36:12 -08:00
proc_nfm_audio.cpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_nfm_audio.hpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_tpms.cpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_tpms.hpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_wfm_audio.cpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_wfm_audio.hpp Move baseband working buffers from member variables to stack. 2016-01-02 12:08:21 -08:00
proc_wideband_spectrum.cpp Extract spectrum collector from BasebandProcessor. 2015-12-11 12:26:45 -08:00
proc_wideband_spectrum.hpp Rebake of AM, NFM demodulators -- more flexible filtering/configuration. 2015-12-29 11:02:07 -08:00
rssi_dma.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rssi_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rssi_stats_collector.hpp Const/pass-by-reference a bunch more baseband stuff. 2015-12-10 12:36:12 -08:00
rssi_thread.cpp Move Thread WORKING_AREAs out of classes. 2015-12-10 21:01:44 -08:00
rssi_thread.hpp Move Thread WORKING_AREAs out of classes. 2015-12-10 21:01:44 -08:00
rssi.cpp Unify duplicated code between touch_adc.cpp and rssi.cpp. 2015-07-08 16:00:18 -07:00
rssi.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
spectrum_collector.cpp Rebake of AM, NFM demodulators -- more flexible filtering/configuration. 2015-12-29 11:02:07 -08:00
spectrum_collector.hpp Rebake of AM, NFM demodulators -- more flexible filtering/configuration. 2015-12-29 11:02:07 -08:00
symbol_coding.hpp Refactor bit pattern matching. 2015-11-06 09:40:00 -08:00
thread_base.hpp Extract BasebandThread, ThreadBase to separate files. 2015-12-10 15:53:54 -08:00
touch_dma.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
touch_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00