-
mmse_mpsk
This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter needs to have multi-rate operation. The input sample rate is equal to chip rate and the output is at symbol rate. Two rates are related by PG, processing gain
- 2005-06-16 10:54:55下载
- 积分:1
-
CHAPTER8
数字PID的matlab仿真程序,针对刘金琨的先进PID控制的matlab仿真,里面的部分程序进行了修改 第八章(Digital PID of matlab simulation program for Liu Jinkun matlab advanced PID control simulation, which were modified some procedures of Chapter VIII)
- 2011-04-22 21:19:30下载
- 积分:1
-
matlab
matlab 图像数字水印 各种源代码(matlab source code for a variety of image watermarking)
- 2010-05-08 19:11:54下载
- 积分:1
-
electromotor_servo_control
电机伺服控制Matlab纯代码仿真
可转换成C代码(Motor servo control Matlab simulation code can be converted into pure C code)
- 2011-11-09 23:57:14下载
- 积分:1
-
matlab-(2)
稀疏表示的matlab小程序,欢迎来联合开发网下载!(Sparse representation matlab small procedures, welcome to the Joint Development Network download!)
- 2013-10-26 12:45:02下载
- 积分:1
-
FFT
可以实现快速傅里叶的计算,适用于matlab环境(Calculation can achieve fast Fourier for matlab environment)
- 2016-12-04 20:20:31下载
- 积分:1
-
ROBOT
机器人语音控制系统,本系统在Windows XP系统下编译通过。更详细的配置请参照书中的说明。(Robot voice control system, the system in the Windows XP system, through the compiler. A more detailed configuration, please refer to the book description.)
- 2007-11-10 17:49:31下载
- 积分:1
-
EKF
说明: 模拟拓展卡尔曼滤波的计算,雅各比矩阵的运算(Extended Kalman Filter)
- 2020-06-20 22:20:01下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
new-example-of-statistics
一些较新的数据统计与分析方面的例子。含有多个有价值的MATLAB例子。(new examples of statistics and analysis)
- 2012-05-23 17:46:30下载
- 积分:1