快速连续波形变换 (fCWT) 提供实时,高质量,耐噪声的时间频率分析
Lukas P A Arts1, Egon L van den Broek2
1Department of Information and Computing Sciences, Utrecht University, Utrecht, The Netherlands. l.p.a.arts@uu.nl.
Nature computational science
|January 4, 2024
概括
一个新的开源算法,快速连续波量变换 (fCWT),改进了时间频率分析. 它为非静态信号提供了高精度和光谱分辨率,克服了现有方法的速度限制.
科学领域:
- 信号处理 信号处理
- 计算神经科学是一种神经科学.
背景情况:
- 传统的光谱分析面临着速度和精度的权衡,或者忽视了信号的非静止性.
- 对非静止信号的准确分析在神经科学等领域至关重要.
研究的目的:
- 引入一个开源算法,快速连续波量变换 (fCWT),以进行高效的光谱分析.
- 提高非静态信号的时间频率分析速度和准确性之间的平衡.
主要方法:
- 开发了使用并行环境的fCWT,并优化了快速里埃变换 (FFTs).
- 基准fCWT与速度,抗噪声和精度的八个算法进行比较.
- 在合成脑电图 (EEG) 和体内局部场电位 (LFP) 数据上验证了fCWT.
主要成果:
- fCWT的精度与连续波形变换 (CWT) 相美.
- 它提供的光谱分辨率比同样快的算法高100倍.
- fCWT比参考方法和最先进的方法快得多 (122倍和34倍),证明了实时性能.
结论:
- fCWT为时间频率分析提供了速度和准确性的卓越平衡.
- 能够实时,高质量的分析非静止,噪音信号.
- 促进了分析EEG和LFP等复杂生物信号的进步.
相关概念视频
Continuous -time Fourier Transform
318
The Fourier series is instrumental in representing periodic functions, offering a powerful method to decompose such functions into a sum of sinusoids. This technique, however, necessitates modification when applied to nonperiodic functions. Consider a pulse-train waveform consisting of a series of rectangular pulses. When these pulses have a finite period, they can be accurately represented by a Fourier series. Yet, as the period approaches infinity, resulting in a single, isolated pulse, the...
318
Fast Fourier Transform
332
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
332
Discrete Fourier Transform
290
The Discrete Fourier Transform (DFT) is a fundamental tool in signal processing, extending the discrete-time Fourier transform by evaluating discrete signals at uniformly spaced frequency intervals. This transformation converts a finite sequence of time-domain samples into frequency components, each representing complex sinusoids ordered by frequency. The DFT translates these sequences into the frequency domain, effectively indicating the magnitude and phase of each frequency component present...
290
Discrete-Time Fourier Series
272
The Discrete-Time Fourier Series (DTFS) is a fundamental concept in signal processing, serving as the discrete-time counterpart to the continuous-time Fourier series. It allows for the representation and analysis of discrete-time periodic signals in terms of their frequency components. Unlike its continuous counterpart, which utilizes integrals, the calculation of DTFS expansion coefficients involves summations due to the discrete nature of the signal.
For a discrete-time periodic signal x[n]...
For a discrete-time periodic signal x[n]...
272
Discrete-time Fourier transform
328
The Discrete-Time Fourier Transform (DTFT) is an essential mathematical tool for analyzing discrete-time signals, converting them from the time domain to the frequency domain. This transformation allows for examining the frequency components of discrete signals, providing insights into their spectral characteristics. In the DTFT, the continuous integral used in the continuous-time Fourier transform is replaced by a summation to accommodate the discrete nature of the signal.
One of the notable...
One of the notable...
328
Properties of Fourier Transform I
176
The application of Fourier Transform properties in radio broadcasting is multifaceted, enabling significant advancements in the way signals are transmitted and received. Key areas where these properties are utilized include simultaneous multi-channel transmission, audio clip speed adjustments, live broadcast delays for different time zones, audio frequency adjustments, and signal demodulation.
In radio broadcasting, multiple audio signals often need to be transmitted simultaneously. The Fourier...
In radio broadcasting, multiple audio signals often need to be transmitted simultaneously. The Fourier...
176


