-
dsatbx
matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 等等(Data Structures & Algorithms Toolbox
====================================
The Data Structures & Algorithms Toolbox provides advanced data
structures and algorithms for the Matlab(r) 5 environment. It implements
functions to create and destroy singly and doubly linked list, stack,
queue, binary tree and red-black (balanced) binary tree. Data elements
can be inserted, deleted or searched for. A graphical representation of
trees can be shown. All algorithms are clearly written as m-files, which
allows the toolbox to be used as a teaching aid in educational data
structures courses. This is the first implementation available of
advanced datatypes, common in other languages, for Matlab.)
- 2010-09-29 12:13:06下载
- 积分:1
-
rayleigh
锐利通道模型防真系统, 这个系统主要用来防真锐利通道(sharp real-channel model, the system is mainly used for defense really sharp channel)
- 2005-07-06 00:39:35下载
- 积分:1
-
PROGRAMS-USING-MATLAB
CIRCULAR CONVOLUTION,CORRELATION,DIGITAL IIR FILTERS_BUTTERWORTH,DIGITAL IIR FILTERS_CHEBYSHEV,
FIR FILTER DESIGN,FIR_TMS
- 2012-04-03 22:22:35下载
- 积分:1
-
benjie_v45
基于K均值的PSO聚类算法,窗函数法设计一个数字带通FIR滤波器,对球谐函数图形进行仿真。( K-means clustering algorithm based on the PSO, A window function design FIR digital band-pass filter, Of spherical harmonics graphic simulation.)
- 2021-04-19 10:28:51下载
- 积分:1
-
Untitled2
实现参数辨识,可以自己更改当中的某些参数,实现不同对象的参数辨识(To achieve parameter identification, which can change some of their parameters, to achieve parameter identification of different objects)
- 2011-10-28 17:03:33下载
- 积分:1
-
SAR-pro
MATLAB编写的SAR成像程序,数据采用的是仿真数据(matlab prepared SAR imaging program, using the simulation data.)
- 2013-12-26 13:55:42下载
- 积分:1
-
code
matlab wavelet code, 小波变换的matlab源代码(matlab wavelet code)
- 2014-01-08 16:24:24下载
- 积分:1
-
anli21.5-3
北京航空航天大学出版的matlab从零进阶的原程序代码第1章案例21.3源代码(Beijing University of Aeronautics and Astronautics from zero Advanced matlab published the original program code in Chapter 1 Case 21.3 source code)
- 2014-01-17 21:47:23下载
- 积分:1
-
methods_of_classification
这里和大家分享的几种基础的分类方法,其中包括判别聚类分析、人工神经网络、主成分分析等(Here and to share the basis of several classification methods, including discriminant cluster analysis, artificial neural networks, principal component analysis)
- 2009-01-21 15:35:12下载
- 积分:1
-
LearningProgrammingusingMATLAB
This book is intended for anyone trying to learn the fundamentals of computer programming.
The chapters lead the reader through the various steps required for writing a program, introducing
the MATLABr constructs in the process. MATLABr is used to teach programming
because it has a simple programming environment. It has a low initial overhead which allows
the novice programmer to begin programming immediately and allows the users to easily debug
their programs. This is especially useful for people who have a “mental block” about computers.
Although MATLABr is a high-level language and interactive environment that enables
the user to perform computationally intensive tasks faster than with traditional programming
languages such as C, C++, and Fortran, the author shows that it can also be used as a programming
learning tool for novices. There are a number of exercises at the end of each chapter
which should help the users become comfortable with the language.
- 2009-09-30 20:32:12下载
- 积分:1