-
rumen.rar
matlab 从入门新手到精通的高手 细致认真的讲解(matlab novice from entry to master proficient in detailed explanations carefully)
- 2008-05-24 21:06:57下载
- 积分:1
-
Fast-Slam_report
Fast Slam report, Simultaneous Localization and Mapping paradigm
- 2011-01-27 04:48:45下载
- 积分: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
-
montecarol
蒙特卡洛法课件 有几个版本的 ppt格式
还有matlab 的例题(lecture notes on Monte Carol method)
- 2009-02-04 08:38:00下载
- 积分:1
-
SPWM simulink
Matlab/Simulink仿真课程设计(论文)任务书,电压型逆变器 SPWM 调制技术的仿真.单相单极性SPWM调制,单相双极性SPWM调制,三相双极性SPWM调制(Matlab/Simulink simulation curriculum design (thesis) paper SPWM voltage source inverter modulation simulation. Unipolar SPWM modulation single-phase, single-phase bipolar SPWM modulation, three-phase bipolar SPWM modulation)
- 2021-04-08 14:49:00下载
- 积分:1
-
PLS
PLS插件,用于spss17.0的PLS插件(PLS plug-in for the SPSS17.0 the PLS plug-ins)
- 2013-04-06 16:23:20下载
- 积分:1
-
SimpleSystemFault
Transmission Line Short Circuit Faults using MATLAB and PowerWorld, and
Overloading of Transmission Lines using PowerWorld
- 2016-05-20 23:06:37下载
- 积分:1
-
weighted-l1
这是加权L1的算法代码,用于压缩感知信号处理,很不错的(This is the weighted L1 algorithm code for compressed sensing, signal processing, it is good)
- 2012-03-31 11:25:54下载
- 积分:1
-
filter-simulation
该程序用于实现零相位滤波,求系统的群延迟,调用格式大大简化,通俗易懂。(This is for everyone who is major in the communication project.)
- 2010-05-14 22:55:28下载
- 积分:1
-
zigzag
MATLAB program which performs the zigzag operation in a matrix.
- 2012-06-28 19:08:06下载
- 积分:1