-
lms-filter
说明: 自适应滤波器代码,适用于研究生阶段数字信号处理课程。(Adaptive filter code, suitable for the postgraduate stage of digital signal processing courses.
)
- 2011-02-20 16:58:50下载
- 积分:1
-
LMS-Adaptive-Filter-master
说明: 自适应滤波器解决非平稳的过程,因为实际信号的统计特性可能是非平稳的或者是未知的。(Adaptive filter solves the non-stationary process, because the statistical characteristics of the actual signal may be non-stationary or unknown.)
- 2021-04-24 19:13:20下载
- 积分:1
-
JingtongMATLAB_imageprocessing
精通matlab图像处理,书籍配套源码资料(Proficient in matlab image processing, books supporting source data)
- 2012-05-18 21:59:58下载
- 积分:1
-
robotsim
非常简单实用matlab机器人壁障程序,可控制开始和结束。(Very simple and practical matlab robot barrier program, you can control the start and end.)
- 2012-07-10 16:35:48下载
- 积分:1
-
m序列PTS模块
基于OFDM设计M序列的PTS MATLAB实现(PTS MATLAB implementation of M sequence design based on OFDM)
- 2017-08-17 16:25:07下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
matlab
matlab图像处理的一个实例,二值化,灰度图均衡化,滤波,提取边缘。自己毕业设计的一点心得和大家一起分享。(matlab image processing of an example of binary, grayscale equalization, filtering, edge extraction. Design their own school experiences and that we share.)
- 2009-06-01 16:06:48下载
- 积分:1
-
4-10-bit-Pipelined-ADC-Model
model non linear of 10 bit Pipelined ADC
- 2011-02-05 07:35:32下载
- 积分:1
-
diagramas-dipolos
dipole antenna radiation graphics:
2D cuts, the other as a cut in phi would be expected to be an isotropic behavior (circle) with changing radios.
THE 3D I have not managed to get the animation
- 2013-12-09 03:46:49下载
- 积分:1
-
fishtank-Binru
Simulation fish-tracking animation using matlab.
- 2009-11-02 00:39:56下载
- 积分:1