aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2017-09-01SDR: Turn TX power off if requested by networkAndreas Eversberg9-34/+168
2017-09-01Fixup: SDR: Show IQ data with three colorsAndreas Eversberg1-2/+4
2017-08-16SDR: Add option to enable TX timestamps on UHD devices (disabled by default)Andreas Eversberg6-12/+36
2017-08-16SDR: Add time consumption debug codeAndreas Eversberg1-0/+34
2017-08-16SDR: Name SDR TX and RX threadsAndreas Eversberg1-0/+10
2017-08-10SDR: Add option to swap RX and TX frequencies (for testing)Andreas Eversberg4-3/+25
2017-08-10UHD: Remove buggy sample rate checkAndreas Eversberg1-34/+0
2017-08-09UHD: Make frequency settings more tollerant (+-100 Hz are accepted)Andreas Eversberg1-2/+2
2017-08-09New common FSK implementation, replaces all individual implementationsAndreas Eversberg8-320/+456
2017-08-09Implementation of "Radiocom 2000", the analog French mobile networkAndreas Eversberg2-10/+12
2017-08-09Add incoming answer to call control, also allow to send recall toneAndreas Eversberg2-0/+24
2017-08-08Fixed command line option for call audio device (headset)Andreas Eversberg1-1/+1
2017-08-08SDR: Show IQ data with three colors to detect input overdriveAndreas Eversberg1-4/+21
2017-08-08Move Hagelbarger error correction code from NMT to common codeAndreas Eversberg3-0/+106
2017-08-08Move FFSK modem from NMT to common code, so it can be used by other networksAndreas Eversberg3-0/+284
2017-08-08SDR: Using threads for read and write when doing resamplingAndreas Eversberg5-56/+351
2017-07-15Minor fix for IQ data displayAndreas Eversberg1-2/+6
2017-07-15Fixing and improving SDR support (SoapySDR and UHD)Andreas Eversberg9-114/+395
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg4-4/+27
2017-07-15Cleanup common/Makefile.amAndreas Eversberg1-31/+30
2017-07-15Minor fixes to compandorAndreas Eversberg2-7/+7
2017-06-10Add option to set MNCC socket name (to run multiple base stations)Andreas Eversberg1-1/+17
2017-06-10SDR: Add option to give channel numberAndreas Eversberg7-19/+28
2017-06-10Make spectrum display nicer by plotting continuous lines between samplesAndreas Eversberg1-13/+80
2017-06-10Make spectrum display a little nicer by using '|' instead of ':'Andreas Eversberg1-5/+5
2017-06-10Status displayAndreas Eversberg5-1/+178
2017-05-24Notify about usage of channels that are next to each otherAndreas Eversberg1-0/+6
2017-05-24Finetuning LOSS (noise) detectionAndreas Eversberg1-1/+1
2017-05-17SDR: Checking given parameters with a tollerance of up to 0.001Andreas Eversberg2-17/+17
2017-05-17SDR: Spectrum display will not scale FFT resultAndreas Eversberg2-74/+62
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg4-23/+27
2017-05-15Rename filter -> iir_filter (file name and instance name)Andreas Eversberg14-136/+172
2017-05-15SDR: Added SoapySDR's compiler flags to common/MakefileAndreas Eversberg1-1/+1
2017-05-15SDR: Fixed SoapySDR's arguments parsingAndreas Eversberg1-1/+1
2017-05-15SDR: Allow direct IQ TX and RX instead of fm modulating a list of channelsAndreas Eversberg1-12/+24
2017-05-15SDR: disable TX or RX by setting TX or RX frequency to 0Andreas Eversberg3-400/+481
2017-05-15fixup Rework on audio buffer managementAndreas Eversberg3-6/+13
2017-05-15SDR: Add option to set IF bandwidth. If not defined, sampling rate is used.Andreas Eversberg7-16/+91
2017-05-15SDR: Add option to send (previously recorded) IQ data instead of TX dataAndreas Eversberg3-7/+34
2017-03-04samplerate.c: Allow transcoding to lower sample rate other than 8000 HzAndreas Eversberg4-15/+13
2017-03-04main_common: Move init and cleanup function to main functionAndreas Eversberg2-23/+15
2017-03-04Rework on audio buffer managementAndreas Eversberg11-44/+56
2017-02-25Start streaming of sound/SDR just before main loopAndreas Eversberg13-8/+82
2017-02-25Use thread to record and playback wave files without blockingAndreas Eversberg4-43/+242
2017-02-18SoapySDR supportAndreas Eversberg7-25/+398
2017-02-18SDR: Move FM modulation algorithms to a seperate fileAndreas Eversberg4-98/+240
2017-02-18Rework of sample rate conversion by using linear interpolationAndreas Eversberg2-12/+40
2017-02-18SDR transmits with full amplitudeAndreas Eversberg1-1/+1
2017-02-18Add ascii-art spectrum analyzer for SDR supportAndreas Eversberg9-8/+391
2017-02-18Open audio device for call (headset) after everything is preparedAndreas Eversberg3-11/+26