-
MATLAB
matlab系统仿真的说明,例子多样清楚,简单易懂(system simulation matlab note, for example, clearly diverse, easy-to-read)
- 2009-03-26 13:44:00下载
- 积分:1
-
Yusuf-Uzun-Arastirma-odevi
Linear Programlama, matlab uygulama
- 2011-11-03 20:19:50下载
- 积分:1
-
control220i
MATLAB HELP FUNDENMENTAL IN YOUR CODE 2
- 2014-11-22 01:32:24下载
- 积分:1
-
ge-lei--lv-bo-qi-MATLAB
各类滤波器程序 基本把各种滤波器都包括了 并且包括源代码 多种(The basic procedures of various types of filters are included in the various filters and includes source code for a variety of)
- 2013-12-16 22:21:36下载
- 积分:1
-
GUANDAOJIESUAN
说明: matlab实现惯导数据的初步解算,能够得到位置、角度等的误差分析(Matlab realizes the initial solution of inertial navigation data)
- 2020-08-11 17:08:27下载
- 积分:1
-
TX2-RX1
基于两发两收的空时码编码程序,对于有这方面需求的学者值得参考和学习。(Based on the two received two space-time coding procedures, there is in this regard for the needs of scholars worthy of reference and study.)
- 2009-03-21 20:23:44下载
- 积分:1
-
fb203b56d21a
matlab gui很好的例子,对学习有很大帮助。(matlab gui good example of great help in learning.)
- 2011-05-24 04:35:27下载
- 积分: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
-
TrendIntraDay_M_Old
matlab 日内趋势交易代码(TrendIntraDay trade codes of matlab)
- 2015-02-02 09:48:54下载
- 积分:1
-
simulink
Using Simulink
Simulink is a software package for modeling, simulating, and analyzing dynamical systems. It supports linear and nonlinear systems, modeled in continuous time, sampled time, or a hybrid of the two. Systems can also be multirate, i.e., have different parts that are sampled or updated at different rates
- 2009-11-18 03:26:27下载
- 积分:1