m0vse
|
849c2a0f50
|
Change FM cal levels
|
2020-04-28 09:51:11 +01:00 |
Jonathan Naylor
|
172ac615a8
|
Rescale the output.
|
2020-04-27 14:59:33 +01:00 |
Jonathan Naylor
|
30031d8e95
|
Increase the output level.
|
2020-04-27 14:53:41 +01:00 |
Jonathan Naylor
|
b2de5defa4
|
Tweak the values slightly.
|
2020-04-27 14:47:17 +01:00 |
Jonathan Naylor
|
177c7548ae
|
Merge pull request #237 from m0vse/FM
Add FM Cal modes
|
2020-04-27 14:35:53 +01:00 |
m0vse
|
b9bfc36e6f
|
Remove commented code
|
2020-04-27 14:32:16 +01:00 |
m0vse
|
980c529107
|
Merge remote-tracking branch 'upstream/FM' into FM
|
2020-04-27 14:19:12 +01:00 |
m0vse
|
5156ca13b7
|
Add FM Cal modes
|
2020-04-27 14:18:42 +01:00 |
Jonathan Naylor
|
d08a3690b0
|
Double the signal level to the CTCSS decoder.
|
2020-04-27 13:07:03 +01:00 |
Jonathan Naylor
|
e8ed77241c
|
Simplify the calculations.
|
2020-04-27 12:05:55 +01:00 |
Jonathan Naylor
|
82dcc44a2d
|
Merge pull request #235 from F4FXL/FM
Move division to CTCSSRX, change sample unscaling to 1/rxLevel
|
2020-04-27 10:27:51 +01:00 |
Geoffrey Merck
|
93a8e63233
|
Remove m_rxLevel
|
2020-04-27 11:26:19 +02:00 |
Geoffrey Merck
|
4ffaa62855
|
Move division to CTCSSRX, change sample unscaling to 1/rxLevel
|
2020-04-27 11:16:06 +02:00 |
Jonathan Naylor
|
f9530ee82a
|
Pass the RX level to the FM controller.
|
2020-04-26 22:01:11 +01:00 |
Jonathan Naylor
|
d66c6d7f9c
|
Fix the multiplication.
|
2020-04-26 15:24:51 +01:00 |
Jonathan Naylor
|
458a3d2d24
|
Bump the version date.
|
2020-04-26 13:22:16 +01:00 |
Jonathan Naylor
|
6f4c19c006
|
Convert to Q47 arithmetic.
|
2020-04-26 13:02:43 +01:00 |
Jonathan Naylor
|
a31cf3d6f8
|
Convert the CTCSS TX tones to Q31 from Q15.
|
2020-04-26 12:07:10 +01:00 |
Jonathan Naylor
|
3fb0631953
|
Merge pull request #233 from F4FXL/FM
Remove IO from CTCSSRX
|
2020-04-26 11:45:44 +01:00 |
Geoffrey Merck
|
028d0cf609
|
Add q31_t cast
|
2020-04-26 12:38:23 +02:00 |
Geoffrey Merck
|
6824d5662a
|
Remove dependency to IO in CTCSSRX
|
2020-04-26 12:24:05 +02:00 |
Jonathan Naylor
|
1bc8726046
|
Merge pull request #232 from F4FXL/bugfix/FM_CTCSS_TX
Fix invalid values passed to arm_sin_q15
|
2020-04-26 08:16:20 +01:00 |
Jonathan Naylor
|
05c8c130b6
|
Merge pull request #231 from F4FXL/feature/FM_Normalized_CTCSS_Threshold
CTCSS threshold is level agnostic
|
2020-04-26 08:15:15 +01:00 |
Geoffrey Merck
|
5051a13711
|
Fix invalid values passed to arm_sin_q15
|
2020-04-26 08:16:08 +02:00 |
Geoffrey Merck
|
103116e410
|
Add debug essage when CTCSS status changes
|
2020-04-26 07:26:35 +02:00 |
Geoffrey Merck
|
d973238596
|
CTCSS threshold is level agnostic, experimental
(cherry picked from commit d2d50e21e1 )
|
2020-04-26 06:58:27 +02:00 |
Jonathan Naylor
|
4d664c4aa4
|
Merge pull request #230 from g4klx/revert-229-FM
Revert "Make CTCSS threshold RXLevel and RXBoost agnostic"
|
2020-04-25 23:48:25 +01:00 |
Jonathan Naylor
|
bd4096b6be
|
Revert "Make CTCSS threshold RXLevel and RXBoost agnostic"
|
2020-04-25 23:48:02 +01:00 |
Jonathan Naylor
|
f92d93772c
|
Merge branch 'FM' of https://github.com/g4klx/MMDVM into FM
|
2020-04-25 22:32:37 +01:00 |
Jonathan Naylor
|
b963b2b848
|
Add optional over deviation blanking.
|
2020-04-25 22:32:10 +01:00 |
Jonathan Naylor
|
9dadb51f11
|
Merge pull request #229 from F4FXL/FM
Make CTCSS threshold RXLevel and RXBoost agnostic
|
2020-04-25 22:13:09 +01:00 |
Geoffrey Merck
|
23cf22d87d
|
remove Debug info
|
2020-04-25 23:07:41 +02:00 |
Geoffrey Merck
|
d2d50e21e1
|
CTCSS threshold is level agnostic, experimental
|
2020-04-25 22:12:16 +02:00 |
Jonathan Naylor
|
8c38fdb36d
|
Clean out the CTCSS decoder coefficient before initialising.
|
2020-04-25 17:37:37 +01:00 |
Jonathan Naylor
|
4fe1c11250
|
Remove memory leak and other configuration funnies.
|
2020-04-25 17:29:10 +01:00 |
Jonathan Naylor
|
394ab8dfd1
|
Merge pull request #228 from m0vse/FM
Fix for Ack/Callsign corruption in FM branch
|
2020-04-25 16:24:10 +01:00 |
m0vse
|
5295e0bdc3
|
Fix for Ack/Callsign corruption
|
2020-04-25 16:13:13 +01:00 |
Jonathan Naylor
|
c638dbe55a
|
Merge branch 'FM' of https://github.com/g4klx/MMDVM into FM
|
2020-04-25 15:17:53 +01:00 |
Jonathan Naylor
|
6ac6deba10
|
Add two more FM parameters.
|
2020-04-25 15:17:11 +01:00 |
Jonathan Naylor
|
d2ce76fe89
|
Merge pull request #227 from F4FXL/FM
Fix STM32F10X compile complaining about duplicate stuff
|
2020-04-25 08:12:03 +01:00 |
Geoffrey Merck
|
0b27ec5443
|
Fix STM32F10X compile complaining about duplicate stuff
|
2020-04-25 08:05:31 +02:00 |
Jonathan Naylor
|
868d33ebd2
|
Rescale the CTCSS TX level.
|
2020-04-24 15:00:40 +01:00 |
Jonathan Naylor
|
9fab1e0823
|
Rescale some of the tone levels.
|
2020-04-24 13:13:25 +01:00 |
Jonathan Naylor
|
242bc7b322
|
Bump the version date.
|
2020-04-24 12:54:50 +01:00 |
Jonathan Naylor
|
e5c25f55fe
|
Remove the FM RX level.
|
2020-04-24 12:51:10 +01:00 |
Jonathan Naylor
|
33f88344c3
|
Run the holdoff timer permamnently.
|
2020-04-24 12:15:58 +01:00 |
Jonathan Naylor
|
103d937152
|
Remove unneeded line.
|
2020-04-24 11:52:47 +01:00 |
Jonathan Naylor
|
e721dedf1e
|
Merge pull request #225 from F4FXL/FM
Add FM Filtering
|
2020-04-24 08:46:45 +01:00 |
Geoffrey Merck
|
176e067ab9
|
Merge branch 'FM' of https://github.com/F4FXL/MMDVM into FM
|
2020-04-24 09:41:14 +02:00 |
Geoffrey Merck
|
2057ef5206
|
clean up
|
2020-04-24 09:40:06 +02:00 |