-
Blast_QR
QR分解的编码,可以直观的看到编码的过程(base on OR)
- 2010-09-20 20:50:22下载
- 积分:1
-
analemma
The program computes and plots the equation of time, the declination, and an analemma curve for various orbital parameters. The analemma is the curve traced by the position of the sun, measured at clock noon, over a year.
- 2013-09-20 14:17:03下载
- 积分:1
-
YHTF
Bayesian classifier experimental pattern recognition programs used in the experimental program
- 2010-10-19 01:28:47下载
- 积分:1
-
three
说明: 用matlab中的GUI工具箱完成一个系统算法的欢迎界面。(Matlab GUI toolkit used in the algorithm to complete a system welcome screen.)
- 2011-04-01 09:34:22下载
- 积分: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
-
IV-curve
关于模拟纳米粒子自组装系统的I-V曲线matlab(matlab code for Self-assembly of nanoparticles on the simulated IV curve of the system )
- 2011-04-22 15:51:17下载
- 积分:1
-
baizaosheng
主要介绍了基于BOX_MULLER算法产生的白噪声,并对舰船辐射噪声进行了仿真(The white noise generated by BOX_MULLER algorithm is introduced, and the radiated noise of naval vessel is simulated.
)
- 2015-06-17 15:44:56下载
- 积分:1
-
KalmanFilter
实现了卡尔曼滤波算法,多维数据输入输出,有相关注释。(KalmanFilter)
- 2009-11-24 16:27:18下载
- 积分:1
-
svpwm
说明: 通用的空间矢量脉宽调制 SPACE VECTOR PULSEWIDTH MODULATION (SVPWM)源程序(SVPWM based on C language)
- 2010-04-13 03:30:41下载
- 积分:1
-
yichuansuanfa
说明: 遗传算法进行线性规划优化,可用于多个方面(Linear programming optimization of genetic algorithm can be used in many areas)
- 2011-04-06 21:27:05下载
- 积分:1