-
4
说明: 本程序由MATLAB编制成的用于计算观测数据的频率和周期。(This program is used to compute the frequence and periodical.)
- 2009-03-02 16:00:15下载
- 积分:1
-
NN-4
关于非线性离散系统辨识!还不错的东西,自己课设的东西!(Identification of nonlinear discrete systems!)
- 2010-12-15 15:40:25下载
- 积分:1
-
ECEFtoGEO
本程序为地球直角坐标转球面做的程序,本程序考虑到了不同的地球模型,采用了对应于不同模型的参数(This procedure turn spherical Earth Cartesian coordinate the program, the program taking into account the different Earth model using the parameters corresponding to the different models)
- 2012-05-18 15:40:45下载
- 积分:1
-
cdma2c
CDMA Simulation Using MATLAB
This program models a simple implementation of CDMA technology. It considers multiple bit data streams sent by any number of senders across a common channel. Each sender uses a unique code word, given by the Walsh set, to encode its data, send it across the channel, and then perfectly reconstruct the data at the receiver.
The simulation utilizes these simplifications:
1. The individual data streams share the same bit length.
2. The code words are determined using the Walsh set to create orthogonal code words.
3. The spreading factor M of each code word is identical.
4. All users (data streams and codes) are synchronized in time.
5. Set-up and hold times of real-world systems are ignored.
6. The channel through which the data passes is ideal.
- 2015-01-20 02:47:09下载
- 积分:1
-
power_dstatcom_pwmfinal
The Wind Farm (DFIG detailed model demo of the Distributed Resources application library does not simulatethe demo that is missing. This file is normally d at the simulation start in order to define an initial state vector that starts the model in steady state.
- 2015-02-04 07:04:00下载
- 积分:1
-
plotdmap
内螺旋覆盖搜索的一个算法实现,运行为plotdmap(a,b,c,d)a,b,c,d为数字,a,b为栅格地图的长宽,c为搜索目标的数量,位置自动随机出现杂地图上,d为搜索车辆的数量,位置分布在地图最外围。(Cover a spiral search algorithm, run for the plotdmap (a, b, c, d) a, b, c, d for the number, a, b for the grid map of the length and width, c is the number of search targets, location Auto randomly mixed map, d the number of vehicles for the search, location map of the distribution in the outermost.)
- 2010-08-26 16:51:42下载
- 积分:1
-
LSSVMlab_v17_R2006a_R2009a
涵盖了完整的SVM程序代码,唯一缺憾没有代码解释,分享了。。。(SVM covering the complete code, the only shortcoming is no code interpreter, shared. . .)
- 2010-11-15 20:44:51下载
- 积分:1
-
Matlab-SOR
说明: 计算方法中的SOR算法,根据改变SOR因子的值观察精度变化(Calculation of the SOR algorithm, based on observation of changes in the value of SOR accuracy factor changes)
- 2011-02-23 15:20:26下载
- 积分:1
-
matlabxiti2
matlab要求编写函数,并画出图的matlab习题,供大家参考(prepared Matlab functions, and draws a plan of Matlab Exercise, for your reference! !)
- 2006-05-28 13:22:13下载
- 积分: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