-
buildgui
Article about Matlab GUI interface
- 2009-06-24 00:47:04下载
- 积分:1
-
A-practical-introduction-to-programming-and-probl
The purpose of this book is to teach fundamentals of programming concepts and
skills needed for basic problem solving, all using MATLABW as the vehicle.
MATLAB is a powerful software package that has built-in functions to accomplish
a diverse range of tasks, from mathematical operations to three-dimensional
imaging. Additionally, MATLAB has a complete set of programming constructs
that allows users to customize programs to their own specifications.
- 2011-08-22 00:51:31下载
- 积分:1
-
TestTemplateClass
Test Template Class Source Code for Andriod.
- 2013-11-11 23:00:16下载
- 积分:1
-
pax
matlab实现彩色图像的余弦压缩变换,分阈值不同显示(matlab color image compression cosine transform, threshold different display)
- 2013-11-24 16:53:36下载
- 积分:1
-
test_2
matlab傅立叶变化实现高通或者低通滤波(matlab fourier changes to achieve high-pass or low pass filter)
- 2007-11-13 16:23:38下载
- 积分:1
-
Blockedge
Program to detect block edge
- 2011-01-19 18:17:12下载
- 积分:1
-
LDPC-code-construction
LDPC code construction
- 2014-01-14 04:14:36下载
- 积分:1
-
RadarRectBladeReturns
对螺旋桨的微动特性进行分析,完成对包含螺旋浆的微动特性的回波仿真(Radar returns rectangular rotor blades)
- 2021-04-09 15:58:59下载
- 积分:1
-
DTN
Dynamic trianglur network (DTN) implementation in matlab source code
- 2013-09-08 20:00:46下载
- 积分:1
-
filter
% y=filter(sig,fmin,fmax)
% 对信号进行理想滤波,可完成低通,带通
% sig为被滤波信号
% fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器
% fmax为上限频率,fmax>fmin
% fs为信号的采样频率
% y为经过滤波后的信号
(% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be completed by low-pass, band-pass filter% sig for signal% fmin is the minimum frequency, when fmin for 0:00 for the low-pass filter, when fmin > 0, for the bandpass filter% fmax is the upper limit frequency, fmax> fmin% fs for signal sampling frequency% y for the filtered signal)
- 2009-02-14 20:38:28下载
- 积分:1