v1.0
Autotune
This plugin for the FM DX web server automatically optimizes reception by scanning nearby frequencies to find the perfect balance between the strongest signal and the least interference.
Version 1.0
- Intelligent signal optimization: By scanning adjacent frequencies, the optimal frequency peak is found by balancing maximum signal strength and interference losses (CCI/ACI).
- Adaptive scan logic: Automatically adjusts the tuning steps to the frequency band (1 kHz steps for AM, 10 kHz steps for FM).
- Enhanced button control: "Frequency increase/decrease" buttons are used in FM to ensure precise 100 kHz steps, independent of server-side rounding logic.
- Compatible with Enhanced Tuning Plugin
Installation notes:
- Download the last repository as a zip
- Unpack all files from the plugins folder to ..fm-dx-webserver-main\plugins\
- Stop or close the fm-dx-webserver
- Start/Restart the fm-dx-webserver with "npm run webserver" on node.js console, check the console informations
- Activate the autotune plugin in the settings
- Reload the browser
How to use:
-
Locate the Button: You will find the Auto Tune button in the bottom-right corner of the Frequency box
-
One-Click Optimization: Simply click the button once
The Process:
- The plugin will scan small frequency steps around your current position (10 kHz steps in FM, 1 kHz in AM)
- It calculates a "Score" for each step, weighing the signal strength against interference (CCI and ACI)
- Once the scan is complete, it automatically switches to the frequency with the highest score
-
Setting the header variable "var ENABLE_DEBUG_LOG = true" displays detailed information about the evaluation and decision-making process in the browser console (F12)
Contact
If you have any questions, would like to report problems, or have suggestions for improvement, please feel free to contact me! You can reach me by email at highpoint2000@googlemail.com. I look forward to hearing from you!
