搜索资源列表
ovrlpadd
- realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:input sequence %h:filter impulse response sequence %Nfft:points of each DFT operation %重叠相加法实现分段卷积-realize overlapped-add method% [y] = over lpadd (x, h, Nfft)
CORDIC_mixer
- FPGA可实现的,使用cordic算法的NCO模块混频模块。该模块基于cordic原理,算法中只需要加法和移位运算既可以完成信号的混频功能-FPGA can be achieved, the use of the NCO cordic algorithm module mixing module. Cordic module based on the principle, the algorithm only needs Adder and shift operator can complete
yanchi_xiangjia
- DOA估计中的延迟相加法,经典的传统方法,写学位论文必用。-DOA estimated sum of the delays, the classical traditional methods and writing dissertations with it.
cx
- 利用Matlab编写求取4级移位寄存器的M序列 设初始序列为:1 1 1 1 通过一个四级的移位寄存器,其中在第三级有负反馈(一个模二加法),即将序列的第三位和第四位相加(如序列1 1 1 1经移位寄存器第一次移位后为0 1 1 1)的值再赋到第一位. 序列的周期为16.
Ray_Fading_MED
- matlab实现的无线信道仿真,具体方法为正弦波叠加法的MED
Capon
- 自适应信号处理方面的延迟-相加法和Capon法的空间谱估计
bcdadd
- 在matlab的simulink下建模实现bcd码的加法运算,其中使用了状态机。
liner_convolution
- 数字信号处理中实现线性卷积的M文件,包括重叠相加法和重叠保留法-the M documents for achieving a linear convolution in Digital signal processing, including the sum of overlap and duplication of reservation law
delayed_add_doa
- 利用延迟-相加法对波达方向进行估计,程序简明易懂,适用于初学者。-using delayed- add method to estimate DOA, easily understandable for beginners.
yanchi
- 波达方向估计中延迟相加法的matlab程序-DOA estimation of delay in the sum of the law matlab program
mplus
- matlab实现的多维矩阵的加法,可以实现矩阵的某几维的加法,用于一般性的函数-matlab implementation of the multi-dimensional matrix addition, can be achieved certain dimensional matrix addition, for general functions
duozijiejiafa
- 多字节数据的加法程序,两个多位十进制数相加-duozijiejiafachengxu,lianggeduoweishijingzhishuxiangjia
weiji04
- 4.1 数据寻址方式 4.1.1 立即数寻址方式 4.1.2 寄存器寻址方式 4.1.3 存储器寻址方式 4.2 数据传送类指令 4.2.1 数据传送指令 4.2.2 堆栈操作指令 4.2.3 地址传送指令 4.3 算术运算类指令 4.3.1 加法指令 4.3.2 减法指令 4.3.3 乘法除法等指-you can see see
yunsuanfu
- 实验: 有两个个矩阵a和b,均为2行3列。 重载运算符“+”, (1)使之能用于矩阵的相加。如c=a+b。 (2)如果参与运算的两个操作数中一个是整数即矩阵+3或3+矩阵形式,进行加法运算也能得出和。 (3)定义自减运算符的前置(i++)和后置(++i)重载编写相应程序并验证它的正确性。 -i think it s a goog for many people
Cpp1
- 一元多项式的计算 有输入多项式项 有加法项 有减法项 有乘法项等-Unary polynomial calculation
15883873p42222
- 创建一个复数类,定义属性:实部、虚部。定义方法:复数加法、复数减法、复数乘法、求实部,求虚部,将复数输出,判断两个复数相等。通过一个类举例验证这些方法-Create a complex number class, custom attributes: the real part, imaginary part. Definition method: complex addition, complex subtraction, multiplication, complex, realistic
we
- 若一个数(首位不为零)从左向右读与从右向左读都一样,我们就将其称之为回文数。 例如:给定一个10进制数56,将56加65(即把56从右向左读),得到121是一个回文数。 又如:对于10进制数87: STEP1:87+78 = 165 STEP2:165+561 = 726 STEP3:726+627 = 1353 STEP4:1353+3531 = 4884 在这里的一步是指进行了一次N进制的加法,上例最少用了4步得到回文
Unarypolynomialadditionsubtractionmultiplicationim
- 实现一元多项式的加法、减法、乘法和除法。-Realize a polynomial of addition, subtraction, multiplication and division.
DOA
- 智能天线中CAPON最小方差法、DOA估计算法、延迟相加法的MATLAB实现-Smart Antenna CAPON minimum variance method, DOA estimation algorithm, the delay additive method of MATLAB Implementation
GUI-jiafajisuan
- GUI界面,能够实现简单的加法运算,设置了两次运算,可根据需要进行修改(GUI interface, can implement a simple addition operation, set up two operations, can be modified according to the need.)