Static Helps the Deaf to Hear 20
OmegaGeek writes: "Jay Rubinstein, a researcher at the University of Iowa, has found a way to improve the signal processing algorithms of cochlear implants (and he's writing in FORTRAN - is this a leading indicator of a FORTRAN revival?). Adding static to the signal actually increases the dynamic hearing range in patients with a cochlear implant."
ummm... (Score:1, Flamebait)
no.
Re:ummm... (Score:1)
Re:ummm... - Fortran in scientific computing (Score:4, Interesting)
It still doesn't mean that Fortran is making a comeback. It just fills a particular niche.
Re:ummm... - Fortran in scientific computing (Score:3, Informative)
Actually, Fortran77 is still common in astronomy, partly (or mostly?) due to inertia. A lot of code is written in old Fortran, such as the NRAO [nrao.edu] Astronomical Image Processing System (AIPS [nrao.edu]).
During my degree we were taught Fortran90, but during my Ph.D. so much of the old code was Fortran77, and so many of the people you'd work with still used it, that many people ended up writing Fortran77 anyway. Of course, I'm not saying that's a good thing, that's just how it was :-)
It's starting to change, though... the new AIPS++ [nrao.edu] is written in C++, and I haven't written any Fortran for ages.
Re:ummm... - Fortran in scientific computing (Score:2)
You can check out so me of our research at: www.astro.cornell.edu/us-rus/ [cornell.edu].
BTW, I hate F77 but even I have to admit that it's a better choice for them considering they are rather old and do not have time/will to learn anything new programming wise.
excellent work (Score:3, Interesting)
As for FORTRAN, that doesn't surprise me. FORTRAN has always been the language of choice for low-level signal processing, where the overhead of C libraries makes anything else impractical.
Carry on!
Re:This is equally amazing.. (Score:2, Interesting)
Bio-engineering is nifty stuff. From intro undergraduate DSP if the brain doesn't treat each ear independently (kind of like stereo vision) I wonder if the brain is doing any covolution or difference between the signals to increase sensitivity.
Re:This is equally amazing.. (Score:3, Informative)
It definitely does compare signals. This is where a large part of our perception of where a sound is loacated comes from (the rest is from sound interacting with the external part of the ear, which ends up attenuating different frequency bands by different amounts depending on the angle of incidence, if I remember correctly).
RIAA (Score:3, Funny)
It warms my heart.
Stochastic resonance? (Score:3, Interesting)
Is this perhaps the same thing as stochastic resonance [hpc.mil] ? I remember reading about it once; it relies on the idea that by adding white noise to a system you can push its behaviour over some detection threshold, and thus convey the signal better, even though you're actually adding noise. Quite interestingly counter-intuitive at first!
From the linked site above:
Re:Stochastic resonance? (Score:2, Interesting)
Ansel Adams also discusses this technique in his books, for improving tonal separation in the shadows.
Re:Stochastic resonance? (Score:1)
Re:Stochastic resonance? (Score:2)
It also helps to get rid of the "banding effect" by making the borders of limited-palette boundaries fuzzier, or more random. On the minus side, It can reduce compression size because the noise takes up signal.
Note that you have to do it *before* applying the limited pallete.
Re:Stochastic resonance? (Score:1)
Re:Stochastic resonance? (Score:1)
On FORTRAN (Score:2)