-
MATLABProcessLearning
对Matlab的基础学习,是初学者可以迅速对Matlab上手(Matlab based on learning, beginners can quickly get started on the Matlab)
- 2010-09-29 22:54:55下载
- 积分:1
-
sig_shift
使用MATLAB对离散信号进行运算,包括相加,位移,相乘以及变换等。(The use of MATLAB for computing discrete signals, including the add, shift, multiply and transform.)
- 2008-05-26 19:58:41下载
- 积分:1
-
pdm_muti
说明: 关于通信原理系统的PDM调制的一个小程序(on communication principle of PDM system modulation of a small program)
- 2020-11-21 10:49:36下载
- 积分:1
-
ing0036
Etude et Simulation d’estimateurs et
observateurs robustes de flux et de
vitesse pour la machine asynchrone
- 2014-08-14 23:48:01下载
- 积分: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
-
Ekman风海流随时间Ekman
说明: 运用Crank-Nicholson差分格式,模拟不同初始风场、垂向涡动系数和风应力拖曳系数下,Ekman风海流随时间的变化情况。(The crank Nicholson difference scheme is used to simulate the change of Ekman wind current with time under different initial wind field, vertical eddy coefficient and wind stress drag coefficient.)
- 2020-07-16 13:38:49下载
- 积分:1
-
Recurrent_neural_network_simulator
Recurrent neural network simulator
- 2010-09-30 20:15:12下载
- 积分:1
-
matlable
MATLAB 语言入门资料,高校老师编写(MATLAB language introductory information on the preparation of college teachers)
- 2009-05-15 23:22:17下载
- 积分:1
-
Untitled2
matlab学习中常用到的一些程序代码,有助于大家学些matlab知识
(matlab)
- 2010-12-02 20:43:39下载
- 积分:1
-
FM
说明: fhase modulation matlab
- 2009-05-29 00:43:55下载
- 积分:1