aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-18--rx-gain option works now only with sound cardAndreas Eversberg2-1/+5
2017-02-18Minor fix in help outputAndreas Eversberg1-1/+2
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg20-121/+218
2017-02-18Add global DC-Filter and remove all individual DC-FiltersAndreas Eversberg4-26/+22
2017-02-18Work on emphasis filter: Neutral @ 1000 Hz; Use filter before de-emphasisAndreas Eversberg3-37/+55
2017-02-18Test filter uses a dB graph to show the response graphicallyAndreas Eversberg2-0/+22
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg32-207/+257
2017-02-18Fixed calculation of elapsed UHD RX time stampAndreas Eversberg1-27/+33
2017-02-18Filter improvement: LP and HP filters, added test functionAndreas Eversberg5-26/+45
2017-02-18Fixed sleep interval in main loopAndreas Eversberg1-7/+16