-
EMTM
emulator machine for wind turbine
- 2012-06-30 10:10:05下载
- 积分:1
-
Trangular-Method-For-Camera-Calibration
Tiangular Method for Camera Calibration.abstripe48 file is used to generate the pattern for cameras to take and biaoding is used for the pictures taken.
- 2013-11-19 19:21:50下载
- 积分:1
-
matlab100applications
matlab实用程序百例,都是常用程序。(matlab utility 100 cases, are commonly used procedures.)
- 2007-11-21 23:05:36下载
- 积分:1
-
GPSMatlab
用matlab实习的GPS软件接收机的方法等,仅供参考。(Matlab internship with the GPS software receiver method, etc., for reference purposes only.)
- 2010-02-27 09:45:29下载
- 积分:1
-
9
说明: 这是一个通用的宽带模拟器上基于OFDM分组传输系统为基础。它要求MATLAB版本6.0或更高。(This is a generic simulator-based broadband packet transmission system based on OFDM. It requires MATLAB version 6.0 or higher.)
- 2010-05-17 20:39:44下载
- 积分: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
-
ch2
MATLAB语言与控制系统仿真ch2本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。(MATLAB language and Control System Simulation ch2 book based on MATLAB 5.2 version, to provide practical guidance for using MATLAB. MATLAB has become a suitable the multidisciplinary working platform powerful, user-friendly, natural language open large outstanding application software, as well as domestic and foreign institutions of higher learning higher mathematics, numerical analysis, digital signal processing, automatic basic teaching tools of control theory and engineering applications courses. The book is organized in a logical, throughout the examples described complete and relatively independent of each chapter is a concise MATLAB reference books, both for beginners and for advanced MATLAB users. Combined with the description of MATLAB and FORTRAN, C, and other languages is a rare feature in the books of all MATLAB. This book is suitable as a science and engineering universities graduate, undergraduate teaching books, the majority of scientific engineering and)
- 2012-11-19 11:07:46下载
- 积分:1
-
StatisticalndAdaptiveSignalProcessing
Introduction to Statistical and Adaptive Signal
Processing
– Random Signals
– Spectral Estimation
– Signal Modeling
– Adaptive Filtering
• Course Overview
– Course Outline
– Textbook
– References
- 2009-03-13 12:45:53下载
- 积分:1
-
pfield
solve pocklington s equation
- 2010-11-24 02:47:34下载
- 积分:1
-
image-hiding
说明: 实现大容量的图像信息隐藏,采用双随机置乱算法(Realize large-capacity image information hiding, using double-random scrambling algorithm)
- 2011-04-09 19:51:53下载
- 积分:1