Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Help needed: FM tuner configuration values
« previous next »
  • Print
Pages: [1]

Author Topic: Help needed: FM tuner configuration values  (Read 5519 times)

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Help needed: FM tuner configuration values
« on: September 05, 2006, 05:04:15 PM »
Currently the FM tuner is restricted to frequencies between 88 and 108 MHz with a step size of 0.1 MHz. Also the deemphasis is fixed at 50µs. While this applies good to europe it isn't a good solution for other countries like the US. After some discussion (see http://www.rockbox.org/tracker/task/5929) I started working on a patch which sets these values depending on the location. Unfortunately I wasn't able gathering all required data.

The data currently available is like this:
#LocationFrequency range (MHz)Step size (MHz)Deemphasis (µs)
1Europe87.5 - 108.00.0550
2US & Canada87.9 - 107.90.275
3GB / Irelandsame as europe
4Japan76.0 - 91.0??
5China98.0 - 108.0??
6Korea87.5 - 108.00.1?

  • OIRT: not possible with the TEA tuner (iriver, some archos) as it can tune down only to 76 MHz
  • US Weather: the same, TEA can only tune up to 108 MHz
  • The Samsung tuner can actually tune to these frequencies, but I think it is better to have the same settings on all players
  • Japanese TV: should we really add this as separate setting? How frequently is this used for audio only reception? If someone actually wants to receive that he can always use the europe setting ...

Please post your local settings, I'll try to keep this table up to date from the values posted. Also, if there are errors in the above table please note that.

Thanks!
« Last Edit: September 09, 2006, 10:27:37 AM by bluebrother »
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Help needed: FM tuner configuration values
« Reply #1 on: September 05, 2006, 05:12:57 PM »
Hi,

The UK is 0.05 MHz step size, and has a range of 87.5 - 108 MHz.  I'm pretty sure the de-emphasis is 50 us also.

We are the same as Europe (we are in Europe!  :)) as I imagine this is an EU standard.
« Last Edit: September 05, 2006, 05:41:12 PM by BigBambi »
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline tucoz

  • Rockbox Expert
  • Member
  • *
  • Posts: 110
Re: Help needed: FM tuner configuration values
« Reply #2 on: September 06, 2006, 03:58:41 AM »
According to the TEA reference manual, the FM frequency range in Japan is 76.0 MHz - 91.0 MHz.
Logged

Offline HorstIriver

  • Member
  • *
  • Posts: 9
Re: Help needed: FM tuner configuration values
« Reply #3 on: September 06, 2006, 08:12:54 AM »
Bluebrother, I would go with the narrowest step size (0.05MHz) for all regions. Not only will it simplify the region setting code, but it will also improve the reception if you want to receive a weak station close to a strong station. At analogue receivers, you can slightly mistune the weak station, away from the strong one, to reduce the splatter at the expense of reduced stereo channel separation. So the finer the tuning steps, the better. Switching the frequency range and deemphasis, depending on the region, would be good enough.
Logged

Offline pabouk

  • Member
  • *
  • Posts: 387
Re: Help needed: FM tuner configuration values
« Reply #4 on: September 06, 2006, 09:51:42 AM »
I can confirm the frequency ranges.

There are two additional ones:
– East Europe FM  65.8 to 74 MHz  with step 0.01 MHz (OIRT)
– US weather        162.4 to 162.55 MHz

Eastern european range is used probably in a few countries now:
Russia, Belarus, Moldova, Hungary, (? Armenia)
http://en.wikipedia.org/wiki/FM_band#OIRT_bandplan.

More infromation from Wikipedia:
http://en.wikipedia.org/wiki/FM_band
- Japanese TV audio  90-108 MHz
- 0.05 MHz step is used only in some european countries (Italy)
but as HorstIriver said it is useful to have fine tuning anyway.

It would be useful if the parameters (frequency range, step, de-emphasis) could be set individualy or by selecting a preset like Europe, USA, Japan etc.
« Last Edit: September 06, 2006, 09:55:29 AM by pabouk »
Logged

Offline HorstIriver

  • Member
  • *
  • Posts: 9
Re: Help needed: FM tuner configuration values
« Reply #5 on: September 07, 2006, 10:24:13 AM »
Pabouk, for technically informed people individual settings of the parameters is fine. But many users don't know anything about those details, they only know what region they live in. It requires some comments in the manual about the correct parameters for each region.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Help needed: FM tuner configuration values
« Reply #6 on: September 07, 2006, 02:32:52 PM »
It could be done very much like the "EQ" screen where you can load presets, or set it yourself. And then we could simply include the presets in the main download.
Logged

Offline NuJew

  • Member
  • *
  • Posts: 21
Re: Help needed: FM tuner configuration values
« Reply #7 on: September 09, 2006, 12:25:27 PM »
Thailand   87.0 - 108.0   

0.05 for urban area
0.25 for city area
Logged

Offline dunno

  • Member
  • *
  • Posts: 357
  • if it moves, bite
Re: Help needed: FM tuner configuration values
« Reply #8 on: September 09, 2006, 05:58:21 PM »
on the main FM wps screen expand the following two menus , Auto scanning or Manual scanning.

Auto scanning:
include under Auto scan a field for country, defaults are then loaded for that country and auto scanning proceeds as per normal.

Manual scanning:
have fields for the following
i). Country (automatically loads all defaults for fields below).
ii). frequency Range ?(perhaps this should be preset and non user adjustable)
iii). Frequency Tunning increments.
iv). Emphasis.

one should then be able to initiate an auto scan with values entered into fields manually.
Also perhaps have a method to store manual scan settings, (like EQ settings are saved).

my .02c worth
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Help needed: FM tuner configuration values
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.115 seconds with 16 queries.