aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz
AgeCommit message (Expand)AuthorFilesLines
2017-05-15C-Netz: Improved decoder debuggingAndreas Eversberg2-23/+64
2017-03-04samplerate.c: Allow transcoding to lower sample rate other than 8000 HzAndreas Eversberg1-1/+1
2017-03-04main_common: Move init and cleanup function to main functionAndreas Eversberg1-7/+1
2017-02-18C-Netz: OgK must be on first channel, so sync works correctlyAndreas Eversberg1-0/+6
2017-02-18SoapySDR supportAndreas Eversberg1-0/+1
2017-02-18C-Netz: Remove useless -V optionAndreas Eversberg2-18/+1
2017-02-18C-Netz: Add low pass filter to eliminate high frequency noiseAndreas Eversberg2-2/+8
2017-02-18C-Netz: Fix release of call process when no dialing was received from phoneAndreas Eversberg1-1/+0
2017-02-18Show channel number and basic info when channel was createdAndreas Eversberg1-6/+6
2017-02-18C-Netz: Improve clock speed measurements.Andreas Eversberg4-43/+30
2017-02-18C-Netz: Make average to clock measurements for a quicker resultAndreas Eversberg2-6/+30
2017-02-18C-Netz: Remove the obviously useless noise function for unused timeslotsAndreas Eversberg5-36/+14
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg6-55/+58
2017-02-18Add global DC-Filter and remove all individual DC-FiltersAndreas Eversberg1-0/+2
2017-02-18Work on emphasis filter: Neutral @ 1000 Hz; Use filter before de-emphasisAndreas Eversberg1-1/+1
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg12-63/+52
2017-02-18Indexing tables by casting index to unsigned integer onlyAndreas Eversberg1-14/+14
2017-02-18Filter improvement: LP and HP filters, added test functionAndreas Eversberg2-5/+5
2017-02-18Use global init/cleanup functionAndreas Eversberg1-15/+4
2017-02-18Fixed typosAndreas Eversberg1-2/+2
2017-02-18SDR forces default settings: emphasis and FSK polarityAndreas Eversberg1-0/+8
2017-02-18Neu structure for the paging process (B-Netz)Andreas Eversberg1-1/+1
2017-02-18Support for UHD SDR interfaceAndreas Eversberg1-0/+1
2017-02-18Prepare for SDR: Add bandwidth and deviation info to sender instanceAndreas Eversberg1-0/+5
2017-02-18Rework on audio interfaceAndreas Eversberg4-17/+21
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg4-7/+6
2017-01-07Rename functions and structure of biquad lowpass filterAndreas Eversberg2-3/+3
2017-01-07C-Netz: Make demodulation buffer size dynamicAndreas Eversberg3-6/+32
2017-01-07C-Netz: Fixed double free bugAndreas Eversberg1-2/+6
2016-12-09Add common function to give hotkey helpAndreas Eversberg1-1/+2
2016-12-09Add function to change dsp state, more debug with channel infoAndreas Eversberg2-12/+33
2016-12-01C-Netz: Add code documentation...Andreas Eversberg3-1/+32
2016-11-30C-Netz: Simplifying TX signal clock sync between two channelsAndreas Eversberg3-37/+30
2016-11-29Fixed command line option descriptionsAndreas Eversberg1-1/+1
2016-11-29Output enhancementsAndreas Eversberg1-2/+2
2016-11-27Changed command line optionsAndreas Eversberg3-10/+10
2016-11-22C-Netz: Minor coding style changes, no changes to processAndreas Eversberg2-6/+6
2016-11-13Move realtime scheduling and signal handling to common codeAndreas Eversberg1-26/+0
2016-10-23C-Netz: Increment error counter only when trying to reach the phoneAndreas Eversberg3-5/+6
2016-10-23C-Netz: Use emphasis with 200 uS time constantAndreas Eversberg1-1/+3
2016-10-23C-Netz: Adjusting compandor response levelAndreas Eversberg1-1/+1
2016-10-23C-Netz: Changing keepalive interval to 2 minutes and retry to 1 minuteAndreas Eversberg1-2/+6
2016-10-07C-Netz: Remove global variables, because they don't speed up anythingAndreas Eversberg1-107/+61
2016-10-07Added and fixed extra compiler warningsAndreas Eversberg6-9/+10
2016-10-07C-Netz: Reset FSK decoder when switching channel modeAndreas Eversberg3-0/+8
2016-10-07C-Netz: Don't access transaction after destroying itAndreas Eversberg1-0/+7
2016-10-07Add check if fromat at PDEBUG() is consistent (like printf)Andreas Eversberg2-5/+6
2016-10-03B-Netz: Work on pilot signal generationAndreas Eversberg1-1/+1
2016-10-02C-Netz: callref is moved completely to transaction objectAndreas Eversberg3-58/+14
2016-10-02callref: Move callref from 'sender' to individual implementation of a, b, c-netzAndreas Eversberg3-25/+26