-
lms
基于LMS算法的自适应滤波器的matlab程序,输入正弦信号,加入白噪声后,通过滤波器后恢复出原信号(failed to translate)
- 2011-01-13 20:23:58下载
- 积分:1
-
bisection_new
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.
prepared by Razana Alwee
24
Algorithm
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)
- 2011-11-23 09:49:57下载
- 积分:1
-
Detailed_PMSG_one_machine
pmsg grid connected control
- 2020-12-17 11:59:11下载
- 积分:1
-
Program
聚类分析的有效性的视觉方法 VAT DBE(Cluster analysis of the effectiveness of visual methods VAT, DBE)
- 2012-08-16 18:24:40下载
- 积分:1
-
variables_estado
controladores por variables de estado
- 2009-11-01 09:24:42下载
- 积分:1
-
kalmanfilter
kalman filter tutorial in matlab
- 2010-11-06 00:25:40下载
- 积分:1
-
LFM
介绍学习线性调频信号,包括在雷达应用中的匹配滤波(脉冲压缩)(The learning of linear FM signals, including applications in radar matched filtering (pulse compression))
- 2011-02-12 09:53:44下载
- 积分:1
-
cuda_histogram
在matlab中可以调用的程序,用c语言编写,cuda求直方图(used in caculating histogram of color images , )
- 2010-09-28 09:31:32下载
- 积分:1
-
1
说明: 狗追人程序,狗从原点以一定速度起泡,速度方向始终指向人,任意一定速度作圆周运动(the dog run afte rman)
- 2012-05-05 21:45:35下载
- 积分:1
-
2psk
基于蒙特卡罗法2PSK系统抗噪声性能仿真
编写MATLAB的M文件,用该文件的采用相干解调法的2PSK系统的抗噪性能进行1000个符号的蒙特卡罗法仿真,画出误码率与信噪比之间的关系曲线(Based on the Monte Carlo simulation of anti noise performance of 2PSK system
Write a MATLAB M file, the file by using the coherent demodulation method for 2PSK system anti-noise performance of 1000 symbols of the Monte Carlo simulation, draw the error rate and signal to noise ratio and the relation curve between the
)
- 2011-12-27 20:34:49下载
- 积分:1