-
LMFnlsq
基于kalman滤波的最小二乘法的matlab程序,仅供参考(Kalman filter based on least squares matlab program for reference only)
- 2010-06-27 15:52:33下载
- 积分:1
-
MATLAB
说明: MATLAB5_X程序设计语言.pdf 用于matlab程序设计(MATLAB5_X programming languages. Pdf for matlab programming)
- 2010-03-21 13:53:24下载
- 积分:1
-
DSB-AM-modulation-and-demodulation
现代通信原理课程中,在MATLAB中实现DSB-AM的调制与解调。(Modern communication theory course, in MATLAB to achieve DSB-AM modulation and demodulation.)
- 2011-10-04 10:51:32下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
statc
it gives the matlab simulink for the statcom with the battery energy source system
- 2015-03-24 22:44:28下载
- 积分:1
-
wysyh
matlab的无约束优化程序包,里面包括了课件,以及相关案例的源程序(Unconstrained Optimization matlab package, which includes courseware, as well as related case source)
- 2007-09-19 18:21:57下载
- 积分:1
-
SEKSGUI0.65
this code was development by George christakos, Serre, M and Patrick Bogaert for implement the Bayesian Maximun Entropy Approach to enviromental and physical mapping research
- 2013-11-08 23:39:33下载
- 积分:1
-
pujian
wav格式语音信号中加性噪音的分离,错误已经过修改(wav format voice signal plus noise separation, the error has been modified)
- 2013-04-08 20:02:15下载
- 积分:1
-
Regular_PowerFlow
常规潮流计算,采用牛拉法、直角坐标系,并有IEEE6、14、30、57、118、300节点数据和计算结果(Conventional flow calculation, using cow Rafah, Cartesian coordinates, and IEEE6, 14,30,57,118,300 node data and calculated results)
- 2021-04-21 15:18:49下载
- 积分:1
-
SLAM
基于扩展卡尔曼滤波的slam仿真,使用matlab,有路标点和运动轨迹,仿真真实环境(This is a Extended Kalman Filter based SLAM example)
- 2018-05-17 17:25:53下载
- 积分:1