搜索资源列表
Low_power_Modified_Booth_Multiplier
- 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進行編碼(Booth
lmstde_a.zip
- 原上载过一个LMSTDE,适用于两个信号在时域上不重叠,而本程序的两个信号在时域上重叠的,并以正弦波作为例子加以说明,求出延迟时间。,The original upload a LMSTDE, apply to the two signals, which in the time domain do not overlap, and this process two signals are overlapped in time domain and a sine signal as an exa
tdpsola
- 用matlab实现了固定同步叠加算法SOLAFS-Using matlab to achieve a fixed Synchronous Overlap Add algorithm SOLAFS
MeSDK1.2
- MeSDK Library the MeSDK provides a light and small object implementation for core developing it includes the MeObjects, MeRTTI, and MeAOP etc. The MeAOP Library is Aspect Oriented Programming for delphi. IMO, the aspect is the general featur
2.9ChessBoard
- 在一个2k x 2k ( 即:2^k x 2^k )个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘。在棋盘覆盖问题中,要用图示的4种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖-In a 2k x 2k (ie: 2 ^ kx 2 ^ k) consisting of checkerboard squares, and a box with the other box, saying that the
overlap_add
- 创建了一个L样本用户指定窗口的窗口类型(包括矩形、三角形、汉明、修改汉明,损害,和布莱克曼)。靠窗重叠相加版本的转移(在步骤R样本)行使决定overlap-added windows满足采样性质。-This exercise creates an L sample window of a user-specified window type (including rectangular, triangular, Hamming,modified Hamming, Hann, and Blackm
DMBJQ
- 代码编辑器 本程序实质是通过小技巧实现了易语言中 文本替换()命令类似的替换效果。解决了众多常见BUG。如翻译过程中 int 与 printf 的“数据重叠” 翻译问题等-Code Editor The essence of this procedure is achieved through a small skill in the language easy to replace the text () command similar to the replacement effect. R