Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Saturday October 12 2019, @03:41AM   Printer-friendly
from the lots-of-numbers dept.

Submitted via IRC for Bytram

Engineers solve 50-year-old puzzle in signal processing

Something called the fast Fourier transform is running on your cell phone right now. The FFT, as it is known, is a signal-processing algorithm that you use more than you realize. It is, according to the title of one research paper, "an algorithm the whole family can use."

Alexander Stoytchev—an associate professor of electrical and computer engineering at Iowa State University who's also affiliated with the university's Virtual Reality Applications Center, its Human Computer Interaction graduate program and the department of computer science—says the FFT algorithm and its inverse (known as the IFFT) are at the heart of signal processing.

And, as such, "These are algorithms that made the digital revolution possible," he said.

They're a part of streaming music, making a cell phone call, browsing the internet or taking a selfie.

The FFT algorithm was published in 1965. Four years later, researchers developed a more versatile, generalized version called the chirp z-transform (CZT). But a similar generalization of the inverse FFT algorithm has gone unsolved for 50 years.

Until, that is, Stoytchev and Vladimir Sukhoy—an Iowa State doctoral student co-majoring in electrical and computer engineering, and human computer interaction—worked together to come up with the long-sought algorithm, called the inverse chirp z-transform (ICZT).

Like all algorithms, it's a step-by-step process that solves a problem. In this case, it maps the output of the CZT algorithm back to its input. The two algorithms are a little like a series of two prisms—the first separates the wavelengths of white light into a spectrum of colors and the second reverses the process by combining the spectrum back into white light, Stoytchev explained.

Stoytchev and Sukhoy describe their new algorithm in a paper recently published online by Scientific Reports, a Nature Research journal. Their paper shows that the algorithm matches the computational complexity or speed of its counterpart, that it can be used with exponentially decaying or growing frequency components (unlike the IFFT) and that it has been tested for numerical accuracy.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Interesting) by FatPhil on Saturday October 12 2019, @01:28PM

    by FatPhil (863) <pc-soylentNO@SPAMasdf.fi> on Saturday October 12 2019, @01:28PM (#906313) Homepage
    Compression algorithms that use FFT-like transforms generally use them over such short lengths that O(n.lg(n)) isn't vastly different from O(n^2), once the constant factor's fixed.
    --
    Great minds discuss ideas; average minds discuss events; small minds discuss people; the smallest discuss themselves
    Starting Score:    1  point
    Moderation   +1  
       Interesting=1, Total=1
    Extra 'Interesting' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3