Commit Graph

28 Commits (develop-ruff)

Author SHA1 Message Date
as3ii 1f4efac11e
Substituted unused variables with wildcard (ruff F841)
See https://peps.python.org/pep-0634/#wildcard-pattern
2025-11-13 23:31:09 +01:00
as3ii fbb151838b
Fixed ruff F403 and F405
Now all F4 rules are fixed
2025-11-13 22:39:46 +01:00
as3ii 4a458730ea
Removed unused imports
Ruff's rule F401
2025-11-13 20:12:55 +01:00
as3ii 6f7288335f
Switched from editing `sys.path` to proper PEP8 imports
See: https://peps.python.org/pep-0008/#imports

Here absolute imports have been used to avoid the error
`ImportError: attempted relative import with no known parent package`.
2025-11-13 19:49:38 +01:00
as3ii 23f1aab5aa
Removed references to pylint and useless file encoding 2025-11-13 16:32:23 +01:00
as3ii 66b2c6bf4e
Run `ruff format`
This applies mostly the same rules that `black` used.

This commit should not have introduced any logical or functional
changes, only fixing style consistency
2025-11-13 15:53:43 +01:00
DJ2LS fbc2d1d7dc auto-calculate first tone 2025-04-11 09:44:23 +02:00
DJ2LS 8061f3d2f4 Merge branch 'refs/heads/develop' into ls-vhf
# Conflicts:
#	freedata_server/demodulator.py
2025-04-11 09:20:28 +02:00
DJ2LS 5140dfe360 adjustment to buffer 2025-04-03 14:09:22 +02:00
DJ2LS 7452656a67 adjustment to buffer 2025-04-03 14:00:49 +02:00
DJ2LS dc8eb7a5b0 moving to a circular buffer approach for testing 2025-04-03 10:28:42 +02:00
DJ2LS 39eabd9451 fixing demodulatior 2025-03-29 15:52:48 +01:00
DJ2LS cf7d9fe306 test with fsk 2025-03-28 10:09:52 +01:00
DJ2LS 6563c68495 adjusted mode tests 2025-01-30 18:41:42 +01:00
DJ2LS b31b2a2446 first run porting hardcodec modes to custom modes 2025-01-29 16:40:38 +01:00
DJ2LS 16ce9cccff fixed wrong mode used for ofdm500 2024-08-29 13:49:33 +02:00
DJ2LS 52d27dcd8c hopefully fixed codec2 2024-07-30 21:14:33 +02:00
DJ2LS 36951dd88d ofdm500 hotfix 2024-05-16 07:29:53 +02:00
DJ2LS 22eed0b3e6 adjusted 500hz mode 2024-05-13 10:23:34 +02:00
DJ2LS 5ff044c473 adjusted 500hz mode 2024-05-12 18:37:14 +02:00
DJ2LS 0f0e7b6532 added ofdm500 prototype 2024-05-11 20:18:21 +02:00
DJ2LS cb01f3a0e1 adjusted ofdm500 2024-05-11 19:56:36 +02:00
DJ2LS 3ba762a53c adjusted ofdm500 params 2024-05-11 19:50:45 +02:00
DJ2LS 68b9f48e05 optimized PAPR for ofdm2438 2024-05-09 12:23:52 +02:00
DJ2LS 11ad9dd94b adjusted ofdm2438 clipping 2024-05-06 15:58:47 +02:00
DJ2LS 87893fa5ca added txfilter for custom modes...finally... 2024-05-05 16:13:35 +02:00
DJ2LS 3619f21e3c disabled qam, changed threading to daemon=False 2024-04-21 14:18:45 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00