增强了频谱塑造代码的架构和实施
Bingrui Wang1, Zhaopeng Xie2, Xingang Zhang1
1Henan Engineering Research Center of Service and Guarantee for Intelligent Emergency, Nanyang Normal University, Nanyang, Henan, China.
PeerJ. Computer science
|March 4, 2024
概括
这项研究增强了硬件的光谱造型代码,减少了最小积累信号功率 (MASP) 计算的计算复杂性. 优化的算法可以实现显著的硬件资源节约.
科学领域:
- 电气工程 电气工程
- 计算机科学 计算机科学
- 信号处理 信号处理
背景情况:
- 光谱造型代码对于通信和数据存储至关重要.
- 构建这些代码的现有算法存在硬件实现挑战,特别是在最小积累信号功率 (MASP) 模块中.
研究的目的:
- 增强光谱造型代码构建算法,以实现高效的硬件实现.
- 为了减少MASP模块的计算复杂性.
主要方法:
- 开发了一个具有O(1) 时间复杂度的并行编码计算.
- 通过消除剩余运算,引入了简化的MASP计算,实现了O(1) 复杂度.
- 实现了一个带有转移运算的搜索算法来取代平方运算,将复杂性从O(n^2) 降低到O(1).
主要成果:
- 与原始方法相比,提出的MASP计算实现了与原始方法相比几乎相同的光谱零值.
- 增强的编码器-解码器设计用于光谱造型代码,在Spartan6 XC6SLX25.5上只使用6%的硬件资源.
结论:
- 增强的算法显著提高了光谱造型代码的硬件效率.
- 优化的MASP模块在计算复杂性和资源利用方面提供了显著的减少.
相关概念视频
Design Example
327
The innovation of touch-tone telephony revolutionized the telecommunications industry by replacing the traditional rotary dial with a dual-tone multi-frequency (DTMF) signaling system. This system uses a matrix-style keypad with buttons arranged in four rows and three columns, creating 12 distinct signals each assigned to a pair of frequencies. Each button press results in a simultaneous generation of two sinusoidal tones – one from a low-frequency group (697 to 941 Hz) and one from a...
327
Reconstruction of Signal using Interpolation
195
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
195
Aliasing
136
Accurate signal sampling and reconstruction are crucial in various signal-processing applications. A time-domain signal's spectrum can be revealed using its Fourier transform. When this signal is sampled at a specific frequency, it results in multiple scaled replicas of the original spectrum in the frequency domain. The spacing of these replicas is determined by the sampling frequency.
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
136
Upsampling
236
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
236
Discrete-Time Fourier Series
265
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]...
265
Basic signals of Fourier Transform
495
The Fourier Transform is a pivotal mathematical tool in signal processing, enabling the transformation of time-domain signals into their frequency-domain representations. Among the numerous elements within this domain, certain functions like the sinc function, delta function, and exponential signals hold significant importance due to their unique properties and implications.
The sinc function, defined as sinc(x) = sin(πx)/(πx), is particularly notable for its symmetry and behavior at...
The sinc function, defined as sinc(x) = sin(πx)/(πx), is particularly notable for its symmetry and behavior at...
495


