-
fixed_point_aitken
general fixed point iteration with Aitken s D2-method
- 2010-02-08 16:11:31下载
- 积分:1
-
ch4
MATLAB语言与控制系统仿真ch4
本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。(MATLAB language and Control System Simulation ch4 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:08:57下载
- 积分:1
-
Volume-Visualization
Volume Visualization Example
Matlab三维体视化
这份代码中,作者为体视化引擎创建了整洁的结构,并给出一个GUI调用的实例。通过子函数的封装,可以在GUI程序中自定义该3D三维可视化的应用实例。
(Volume Visualization Example Matlab code for three-dimensional volume visualization of this, the author of the engine for the body to create a clean and tidy as the structure, and gives examples of a GUI calls. By Functions of the package, you can customize the GUI program 3D visualization application example.)
- 2010-05-05 23:49:20下载
- 积分:1
-
xindiantutu
有噪声心电图和滤除噪声的心电图,对初学者来说有个大概的认识。(ECG noise ECG and filter out the noise, probably for beginners.)
- 2012-11-29 22:13:31下载
- 积分:1
-
simmodel
光伏电池板仿真,里面包含三个文件,其中包括光照遮挡仿真(Photovoltaic panel simulation, which contains three files, including lighting occlusion simulation)
- 2020-10-04 16:57:39下载
- 积分:1
-
alvinn
ALVINN road follower data set
- 2011-11-09 17:18:53下载
- 积分:1
-
linearSearchEngine
linear search engine for using matrix multiplication and cosine equivalence to find relevent entries based on vector querues
- 2014-12-13 05:19:48下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
Augmented-recursive-
自适应控制中,用Matlab算法实现增广递推最小二乘参数估计(Adaptive control, augmented with Matlab algorithm recursive least squares parameter estimation)
- 2011-06-24 21:51:34下载
- 积分:1
-
project4
维纳滤波,有非常齐全的源代码、测试文件,针对不同的SNR均有比较,代码测试通过(Wiener filter ,including complete source file ,testing audio files,and comparing different SNRs.The project has passed through edition)
- 2014-02-18 18:03:09下载
- 积分:1