Trimulcast
In broadcasting, a trimulcast is a cluster of three radio stations and/or translators that play the same feed. Normally this is done in order to have full coverage of a certain area. Some stations use this technique to provide rimshot coverage into a major market by broadcasting on the outskirts from three different locations, or combine multiple low power television stations in an attempt to provide the equivalent coverage of one full-power station.
Examples
- WGVX/WLUP/WWWM in Minneapolis, Minnesota making up a Soft AC station called Love 105 FM.
- KRXV, KHWY, and KHYZ cover the Mojave Desert from Barstow to Laughlin and Las Vegas, Nevada, with its target audience being listeners travelling into Nevada on Interstate 15 and Interstate 40 from Southern California.
- KBPI/KBPL/K300CP on 107.9 frequency cover the Colorado Interstate 25 corridor.[1]
gollark: It makes more sense, yes, thus I will not implement it.
gollark: Except it's addition.
gollark: <@563866872702042132> I already did the calling-is-multiplication thing.
gollark: This occurs in the final phase of potatoBIOS initialization:```luaif potatOS.registry.get "potatOS.immutable_global_scope" then setmetatable(_G, { __newindex = function(_, x) error(("cannot set _G[%q] - _G is immutable"):format(tostring(x)), 0) end })endif meta then _G.meta = meta.new() endif _G.textutilsprompt then textutils.prompt = _G.textutilsprompt endif process then process.spawn(keyboard_shortcuts, "kbsd") if http.websocket then process.spawn(skynet.listen, "skynetd") process.spawn(potatoNET, "systemd-potatod") end local autorun = potatOS.registry.get "potatOS.autorun" if type(autorun) == "string" then autorun = load(autorun) end if type(autorun) == "function" then process.spawn(autorun, "autorun") end if potatOS.registry.get "potatOS.extended_monitoring" then process.spawn(excessive_monitoring, "extended_monitoring") end if run then process.spawn(run_shell, "ushell") endelse if run then print "Warning: no process manager available. This should probably not happen - please consider reinstalling or updating. Fallback mode enabled." local ok, err = pcall(run_shell) if err then printError(err) end os.shutdown() endendwhile true do coroutine.yield() end```
gollark: (this applies after all the legacy `os.loadAPI` stuff loads anyway)
References
- "KBPI Moves To 107.9 As Three Station Trimulcast In Denver, Fort Collins & Colorado Springs". RadioInsight. 2017-12-11. Retrieved 2017-12-21.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.