Commit graph

271 commits

Author SHA1 Message Date
Geoffrey Merck ad57eee77c Default AGC off, restore gains 2020-04-07 18:14:21 +09:00
Geoffrey Merck f62cd627e9 Make AGC 25dB below saturation 2020-04-07 18:14:21 +09:00
Geoffrey Merck 2bc29bbec1 Add AGC clamping constant, turn AGC on, reduce target energy 2020-04-07 18:14:21 +09:00
Geoffrey Merck 0f68d6f700 Better FIR Filter implementation, correct sample collecting 2020-04-07 18:14:21 +09:00
Geoffrey Merck e6c9633172 Improve circular buffer 2020-04-07 18:14:21 +09:00
Geoffrey Merck a42e594bbb It is always better to initialize variables 2020-04-07 18:14:21 +09:00
Geoffrey Merck 17a4fcfdeb Add Filtering and defines
Add FIR passband Filtering
Add defines to swithc features on and off
2020-04-07 18:14:21 +09:00
Geoffrey Merck 57c4418e58 Reenable gain clamping 2020-04-07 18:14:21 +09:00
Geoffrey Merck 249d8a0c10 Do not square energy as we are not complex. Do not clamp gain 2020-04-07 18:14:21 +09:00
Geoffrey Merck 279ad33e62 Remove debug information ouput 2020-04-07 18:14:21 +09:00
Geoffrey Merck 08602a8c4f Add comments 2020-04-07 18:14:21 +09:00
Geoffrey Merck 47dba197f4 Clean up and better names for variables 2020-04-07 18:14:21 +09:00
Geoffrey Merck b41be0702f Apply Scale to energy, value still needs to be tweaked 2020-04-07 18:14:21 +09:00
Geoffrey Merck f94106f1f8 Well, forgot some basic maths .... 2020-04-07 18:14:21 +09:00
Geoffrey Merck 1ee722c9a7 Clamp Gain, Scale input sample
Add gain clamping +-dB
Scale input Sample
2020-04-07 18:14:21 +09:00
Geoffrey Merck df94f4c0dc Avoid Exxposing a reference to the internal AGC, improve debug info 2020-04-07 18:14:21 +09:00
Geoffrey Merck 49c81593c3 Add AGC 2020-04-07 18:14:21 +09:00
Geoffrey Merck b7e34f991e Test gain set to -3/+3 2020-04-07 18:14:21 +09:00
LX3JL b5ffe8b2c9 xlxd 2.3.5
Updated YSF server status protocol
2020-04-07 18:14:21 +09:00
LX3JL e0d9ea3026 xlxd 2.3.4
added support for YSF reflector status protocol
2020-04-07 18:14:21 +09:00
LX1IQ 266d64a3e2 Update xlxd 2020-04-07 18:14:21 +09:00
LX1IQ 699857518d Update country.csv 2020-04-07 18:14:21 +09:00
LX1IQ 66fae9c06a Update country.csv 2020-04-07 18:14:21 +09:00
LX1IQ 2c8f5528ab db v2.4.0 2020-04-07 18:14:21 +09:00
LX3JL 2399a6c0d5 xlxd 2.3.3
corrected bug
2020-04-07 18:14:21 +09:00
LX1IQ f62ca022f2 Update country.csv 2020-04-07 18:14:21 +09:00
LX1IQ 167ba7d4d1 Update country.csv 2020-04-07 18:14:21 +09:00
LX1IQ 0755d3bff1 Update README.md 2020-04-07 18:14:21 +09:00
LX1IQ 0a15fa9cb2 Update README.md 2020-04-07 18:14:21 +09:00
LX3JL 0170b41275 xlxd 2.3.2
Added YSF 'auto-link' feature
2020-04-07 18:14:21 +09:00
SASANO Takayoshi e091d2e666 to create StreamId, use random number generator instead of IP address 2020-04-07 18:14:21 +09:00
LX1IQ c3f444175b Update README.md 2020-04-07 18:14:21 +09:00
LX1IQ f070490cea Add files via upload 2020-04-07 18:14:21 +09:00
LX1IQ 75f7e82056 Update README.md 2020-04-07 18:14:21 +09:00
LX1IQ 88bbe8d210 Update README.md 2020-04-07 18:14:21 +09:00
LX3JL 6c51162b84 xlxd 2.3.1
added support for YSF and Wires-X
2020-04-07 18:14:21 +09:00
Florian Wolters 538f65a2f0 Fix typo 2020-04-07 18:14:21 +09:00
Florian Wolters 1ed919ea25 Merge countries.csv to dashboard2 2020-04-07 18:14:21 +09:00
Florian Wolters bc4a3295a7 Be more specific with callsigns from Antarctica 2020-04-07 18:14:21 +09:00
LX1IQ c23b5906a5 db v2.4.0 2020-04-07 18:14:21 +09:00
LX3JL 54cec014da ambed 1.3.4
Solved issue when pairing a 3003 with a 3000.
Solved issue when aggregating more than 2 devices
2020-04-07 18:14:21 +09:00
LX1IQ 92047be420 db v2.4.0
purge the "-"  if the reapter/hotspot call has no suffix. (YSF)
2020-04-07 18:14:21 +09:00
SASANO Takayoshi 368e4ecd1f add IPv6 address display 2020-04-07 18:14:21 +09:00
SASANO Takayoshi cc92f37a05 add IPv6 UDP transport support (downloading DMR-ID via http still IPv4) 2020-04-07 18:14:21 +09:00
SASANO Takayoshi 1958afca33 isdigit() returns zero or "non-zero" value, not zero or "one".
This causes building xlxd with gcc makes no problem, but with clang makes
"Read 0 DMR id" message at boot.
2019-04-07 14:04:29 +09:00
SASANO Takayoshi 6d85e1382b On OpenBSD, we have to add <netinet/in.h> to define sockaddr_in,
and <sys/socket.h> for AF_INET.

This change does not affect compiling on Linux.
2019-03-21 15:58:54 +09:00
SASANO Takayoshi 68cfe5bbe3 Use system default compiler. At least there is no difference under Linux.
OpenBSD's gcc is old (4.2) so we have to use clang-6.0.0 compiler.
2019-03-21 15:49:01 +09:00
LX3JL f643fc512a ambed 1.3.3
Corrected bug crashing ambed
2019-03-16 18:53:31 +01:00
LX3JL 640f7c5c9c Revert "Merge pull request #120 from nonoo/master"
This reverts commit 2c902aad20, reversing
changes made to b3360b66e2.
2019-03-16 15:57:24 +01:00
LX3JL 3e8d910cb0 Revert "xlxd 2.2.3"
This reverts commit 63a41d5c88.
2019-03-16 15:56:54 +01:00