-
matlab
matlab具有强大的数值计算能力,生成的图形简便,直观。该文件中包含了一些matlab中数值计算方面的例程,包含了一些原创程序。(matlab numerical calculation has powerful ability to generate graphics simple and intuitive. The document contains a number of numerical computing matlab routine, including a number of original procedures.)
- 2007-09-29 00:57:03下载
- 积分:1
-
COrectifierrRL
controlled Half wave rectifier circuit with inductive load and gives positive half cycle and block negative half cycle.
- 2013-11-11 23:35:52下载
- 积分:1
-
cluCormar
用杂波协方差矩阵估计输入信号协方差矩阵的方法(输入为杂波和导向适量)(Noise covariance matrix estimated using the input signal covariance matrix method (input amount of clutter and orientation))
- 2014-01-03 13:27:44下载
- 积分:1
-
TFRSTFT
matlab短时傅利叶变换的程序!
自己改编的,要是有错误请大家指正
(Short-time Fourier transform matlab procedure! Their own adaptation of it, and if there are mistakes please correct me)
- 2008-01-04 09:37:26下载
- 积分:1
-
ga_tsp530
matlab 解决免疫问题这个很好用很清楚很明白(matlab)
- 2010-12-29 22:27:52下载
- 积分:1
-
matlab
基于纹理结构的图像检索,matlab实现。(Texture-based image retrieval, matlab achieve.)
- 2013-10-06 10:23:59下载
- 积分:1
-
lizixunsuanfa
机组组合问题的粒子群算例,不错的算例,大家一起学习(Unit Commitment particle swarm example, a good example, we will study together)
- 2021-04-14 16:28:55下载
- 积分:1
-
bpsk_dsp
说明: xilinx的一些例程,初学者可以看看相关的文件,以作深入学习(xilinx some routines, beginners can take a look at the documents related to in-depth learning)
- 2010-04-27 20:29:34下载
- 积分:1
-
pointCloud2rawMesh
Same as pointCloud2mesh.m but this one only outputs a mesh. Normals and neighbors of vertices and triangles are NOT calculated to save time. This is sufficient if you want to make a ply or a vrml file of the mesh.
- 2012-04-28 02:44:35下载
- 积分:1
-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1