-
FUNCTION
matlab中所有基本函数功能实现的源代码,可以利用以下函数实现matlab中信号处理的傅里叶等函数变换。(matlab function to achieve the basic function of all the source code, you can use the following function implementation matlab signal processing functions such as Fourier transform.)
- 2010-12-23 00:12:09下载
- 积分:1
-
RBF_DE
RBF配点求解微分方程是一类新方法,程序给出了RBF(采用的径向基函数是MQ函数)求解一维微分方程实例。(RBF (Multi-quadric function) method to solve the one dimentional differential equation.)
- 2014-02-21 18:09:23下载
- 积分:1
-
simulation
run these simulations of wireless sensor networks written in matab.event model,event simulations.
- 2009-03-19 14:59:35下载
- 积分:1
-
71477226Cognitive_Radio
cognitive radio project report along with simulation results
- 2010-10-04 21:31:50下载
- 积分:1
-
template-matching
用matlab实现的图形文字匹配,配有文字图片(Matlab implementation of the graphical text with matching pictures with words)
- 2010-10-13 13:11:46下载
- 积分:1
-
matlabyinqingwithc++.cpp
利用VC++6.0集成编程界面编写综合运用MAT数据文件和MATLAB引擎技术的(求矩阵的奇异值)C++源码程序。本程序说明了:1.如何利用VC++6.0集成编程界面编写源码程序;2.编译链接产生EXE文件所需的间夹文件。注意:要将压缩包内除matlabyinqingwithc++.cpp的所有文件都要拷贝到matlabyinqingwithc++.cpp的“任务文件夹下”。(Use VC++ 6.0 integrated programming interface MAT preparation of comprehensive use of data files and MATLAB engine technology (the singular value matrix) C++ Source procedures. This procedure describes: 1. How to use VC++ 6.0 integrated programming interface to prepare source procedures 2. Compiler generated EXE file the necessary link between the document folder. NOTE: In addition to compression packages matlabyinqingwithc++. Cpp must copy all the files to matlabyinqingwithc++. Cpp s mission folder. )
- 2008-06-24 11:38:00下载
- 积分:1
-
spectrum_analysis_with_FFT
使用MATLAB实现对信号的fft变换从而进行频谱分析(The use of MATLAB to achieve transformation of the signal in order to carry out the fft spectrum analysis)
- 2009-07-04 15:32:56下载
- 积分:1
-
hpfilter
说明: 高通滤波的
matlab编码,希望和大家分享。(high pass filtering Matlab coding, and hopes to share with you all.)
- 2006-05-13 10:41:06下载
- 积分:1
-
N-sparse
创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map.
)
- 2013-10-21 20:43:18下载
- 积分:1
-
stop-a-wait
Source code simulating the simplest communication protocol - Stop and Wait.
- 2013-04-13 09:59:40下载
- 积分:1