-
ruanjianguanli
说明: 软件管理课程的前三章介绍,主要讲了一些模型,并进行分析(ruanjianguanglikechengdeqiansanzhangjieshao,zhuyaojiangleyixiemoxing,bingjinxingfenxi)
- 2010-03-28 20:57:55下载
- 积分:1
-
singularity
Singularity detection for 1-D signal using wavelet maxima.
- 2014-11-09 19:40:37下载
- 积分:1
-
matlab
文中基于耦合模理论和简化的阶跃折射率单模光纤三层模型的包层模理论,提出了长周期光纤光栅的传输谱特性仿真的主要步骤及 matlab程序实现,为长周期光纤光栅的数值仿真提供了一种简便的方法(Text-based coupled mode theory and a simplified three-step-index single-mode fiber cladding mode theory model, proposed long-period fiber grating transmission spectrum characteristics of the main steps and matlab simulation program implementation, as the value of long-period fiber grating Simulation provides an easy way to)
- 2011-08-06 12:01:44下载
- 积分:1
-
New-WinRAR-archive
matlab code for ss.USE THESE FOR CR
- 2013-10-04 16:20:30下载
- 积分:1
-
PSO
粒子群算法程序,有注释,调试运行正确,欢迎交流(basic PSO)
- 2016-12-22 14:23:54下载
- 积分:1
-
MIMO_introduction
ON THE CAPACITY OF THE MIMO CHANNEL
- A TUTORIAL INTRODUCTION
- 2010-08-24 21:12:32下载
- 积分:1
-
Composites
Function pack to do composite calculations in Matlab.
- 2011-02-01 22:43:57下载
- 积分:1
-
matlab1
说明: 一些用matlab编写的经典遗传算法算例 挺有用的(Using matlab to prepare some classic examples of genetic algorithm used in quite)
- 2008-10-17 09:43:10下载
- 积分: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
-
xuanzhuan
利用旋转矢量算法对惯性导航数据进行解算,包括姿态解算,速度解算,位置解算。(the caculation of inertial navigation with screw algorithm)
- 2014-11-03 15:58:28下载
- 积分:1