1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 19:44:12 -04:00
Commit Graph

737 Commits

Author SHA1 Message Date
f4exb 6013c464ac Packet Modulator: REST API: added missing settings - implementation 2020-09-28 02:35:55 +02:00
f4exb 2142d1fc37 Packet Modulator: fixed warning in .ui file and adjust some dimensions 2020-09-28 02:30:38 +02:00
f4exb 8a4b060bc5 Packet Mod: fixed warnings in packetmodgui.ui 2020-09-28 02:30:20 +02:00
Jon Beniston a92155cee5 Add narrowband FM preemphasis settings 2020-09-28 02:30:06 +02:00
Jon Beniston 79279f10a5 Default to AFSK modulation. 2020-09-28 02:29:45 +02:00
Jon Beniston 9187cda3c2 Add 9600 FSK modem with scrambler and raised-cosine pulse-shaping. Add baseband BPF for AFSK. 2020-09-28 02:19:34 +02:00
Jon Beniston 5211f4a25b Increase buffer size to account for unintended overflow 2020-09-28 02:16:20 +02:00
Jon Beniston 37fdf37ceb Remove trailing spaces 2020-09-28 02:16:10 +02:00
Jon Beniston 2b48e969ba Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-28 01:56:21 +02:00
f4exb cd006bdc2a Corrected Highpass and Bandpass filters normalization. Implements #642 2020-09-28 01:35:17 +02:00
f4exb dfe0eedde0 UDP Source: style and debug message fixes 2020-08-26 18:51:48 +02:00
f4exb 555aae2c19 FileSource: calculate file record length down to the microsecond. Implements #614 2020-08-26 00:16:46 +02:00
f4exb 4eb77e8f3d UDP source: updated documentation 2020-08-25 19:39:40 +02:00
f4exb 677448ee7d UDP Source multicast: REST API: implementation 2020-08-24 23:55:26 +02:00
f4exb 1f626ef084 UDP Source: restore spectrum display 2020-08-24 23:27:52 +02:00
f4exb d5987b4723 UDP Source: GUI compatibility with older version of Qt 2020-08-24 22:55:47 +02:00
f4exb c901991f9d UDP sink: implemented multicast join. Implements #610 2020-08-24 19:56:04 +02:00
Vort 2121cb5f9c ATV Modulator: fix crash when m_pointsPerHBar = 0 2020-08-17 13:56:03 +02:00
f4exb 965b041db3 Renamed FileSink plugin to FileOutput 2020-08-04 00:42:58 +02:00
f4exb 7fb963b5a6 ATV Modulator: fixed 819 lines system 2020-08-03 08:26:04 +02:00
f4exb 1df46b0ac7 Fixed some compiler warnings 2020-08-02 19:52:17 +02:00
f4exb b8a081b1d5 Modulator plugins with configurable audio: fixed audio sample rate handling 2020-08-02 10:11:41 +02:00
f4exb a72631059f Updated documentation, version and changelogs 2020-07-31 04:45:11 +02:00
f4exb 6a4aa90f65 ATV Modulator: complete vertical sync rework. Removed 405 lines and added 819 lines system. Implements #578 2020-07-31 04:15:02 +02:00
f4exb 46ffe8ce0a ATV Modulator: fixed some vertical sync parameters 2020-07-23 13:18:55 +02:00
f4exb e0683e6edf ATV mod: corrected m_interleaved to m_interlaced 2020-07-23 13:18:27 +02:00
f4exb aa82d4e827 ATV mod: corrected line timings and created a diagonal pattern 2020-07-23 13:18:16 +02:00
f4exb 1af0012052 RemoteSource: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 10:25:07 +02:00
f4exb 7065de0fb3 LocalSource: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:31 +02:00
f4exb 1f6cf6cb55 Add 10 MHz digit to wideband channel plugins. Implements #531 2020-07-01 13:14:48 +02:00
f4exb 41a837c242 Initialize m_audioSampleRate in constructors where missing. Fixes #554 2020-06-30 19:11:49 +02:00
f4exb 5b1bfadbae LocalSource: fixed DSPSignalNotification& message passing to baseband 2020-06-27 05:04:21 +02:00
f4exb 75a75732da Websocket spectrum: updated plugins 2020-05-05 03:24:10 +02:00
f4exb 67ceeeb171 SpectrumVis: remove now useless configure method 2020-05-02 01:30:28 +02:00
f4exb 4fd66bce45 GLSpectrumGUI: removed reference to message queue in setBuddies method 2020-05-01 02:33:50 +02:00
f4exb f8e59ef82e SpectrumVis: removed message queue parameter from configure method 2020-05-01 02:23:26 +02:00
f4exb c69adcfcfd Websocket spectrum: adapted plugins (missing bits) 2020-04-30 10:00:50 +02:00
f4exb b29a458e57 Websocket spectrum: adapted plugins 2020-04-30 09:57:05 +02:00
f4exb 9bb5185f9c Websocket spectrum: first implementation 2020-04-29 17:41:17 +02:00
f4exb 2287562dd0 ATV modulator: make OpenCV code objects compatible with OpenCV version in Ubuntu 20.04 2020-04-27 14:41:02 +02:00
f4exb 81f158c7f2 Fixed some warnings from Mac ports compilation 2020-04-19 06:13:32 +02:00
f4exb 2159184854 REST API device and channel actions: FileSource: added seek millis 2020-03-09 21:38:30 +01:00
f4exb 801ead642a REST API device and channel actions: fixes to implementation 2020-03-09 19:56:09 +01:00
f4exb 74c073db4a REST API device and channel actions: general implementation and RTLSDR and FileSource implementations 2020-03-09 04:01:23 +01:00
f4exb d9905dee4e ChirpChat: doc updates. TTY: display null as underscore 2020-03-08 19:12:45 +01:00
f4exb e2116a9d70 ChirpChat: updated documentation 2020-03-08 01:31:09 +01:00
f4exb 55279532a6 ChirpChat mod: increment or decrement phase for up and down chirps 2020-03-07 22:05:56 +01:00
f4exb d1113fa0ab ChirpChat mod: calculate m_modSample after m_modPhasor 2020-03-07 17:38:42 +01:00
f4exb 8f6890641e ChirpChat modulator: removed unused constant ramps 2020-03-07 11:06:41 +01:00
f4exb cfe726bcfa ChirpChat demod: added option to change FFT window. Added more narrower bandwidths 2020-03-07 11:04:57 +01:00