aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-13C-Netz: Documentation of the call process in the source codeAndreas Eversberg1-0/+58
2016-08-07C-Netz: Fix missing callref assignment (MT call)Andreas Eversberg1-0/+1
2016-08-07C-Netz: Documentation of some system informationsAndreas Eversberg1-8/+13
2016-08-03C-Netz: Add hack to increase voice deviation for some newer phoneAndreas Eversberg2-2/+26
2016-08-03C-Netz: Fixed some debugging outputAndreas Eversberg1-5/+7
2016-08-03C-Netz: Add support for extended frequency band. (October 1989)Andreas Eversberg8-52/+88
2016-08-03C-Netz: Fix release cause codingAndreas Eversberg1-2/+2
2016-08-03Add info key 'i' to show some states.Andreas Eversberg3-0/+18
2016-08-02C-Netz: Release MT call, if mobile phone does not respondAndreas Eversberg1-1/+11
2016-08-02C-Netz: Use cosine-square ramp for better signal generationAndreas Eversberg1-2/+2
2016-08-01C-Netz: Move callref to transaction. Callref on SpK only when its busy.Andreas Eversberg3-36/+70