-
Matlab--minglinghuizong
matlab命令汇总,里面的命令很全,基本上都是常用的命令(the matlab command summary, is the whole command inside basically used commands)
- 2013-03-30 18:45:32下载
- 积分:1
-
Atomizer
atomizer software for compressed sensing
- 2014-12-11 21:26:12下载
- 积分:1
-
pso
基于多线程机制的,利用Matlab编写,粒子群优化算法。目标变量采用归一化处理,适用于所有的优化函数。优化函数自定义为fitness(x)。(Based on multi-threading mechanism, the use of Matlab to prepare, particle swarm optimization algorithm. Target variables using normalized treatment applies to all of the optimization function. Since the optimization function is defined as fitness (x).)
- 2008-03-08 13:27:12下载
- 积分:1
-
4f-Optical-System
说明: 基于MATLAB的光学4f系统菲涅尔波带片的实现。信息光学课的作业,内含一个matlab的程序和程序运行结果。我自己写的程序,运行没有问题。(MATLAB-based optical 4f system, the realization of Fresnel zone plate. Information Optics homework assignment that includes a matlab program and run the results. I wrote it myself, run no problem.)
- 2021-04-12 08:28:57下载
- 积分:1
-
cvx-13.04.03
stanford大学开发用于解优化问题的系统模型,可用于解压缩感知恢复算法:BP、DS等(the system modeldeveloped by stanford University is used for the solution of optimization problems, such as compressive sensing recovery algorithm: BP, DS)
- 2013-04-03 14:07:19下载
- 积分:1
-
Particle in cell 方法的matlab代码 Simple PIC code in matlab
Particle in cell 方法的matlab代码,非常基础,算例是空间存在一带电平板情况下,等离子体的电场分布和离子密度分布。作为入门非常好。(Particle in cell method matlab code, very basic, there is a numerical example is charged under the flat space case, the electric field distribution of plasma and ion density distribution. As entry is very good.)
- 2021-04-23 21:18:48下载
- 积分:1
-
unsectorized
source code for 3G handover in mobile wireless network
- 2010-11-08 15:29:44下载
- 积分:1
-
fit_mix_gaussian
fit_mix_gaussian - fit parameters for a mixed-gaussian distribution using EM algorithm
format: [u,sig,t,iter] = fit_mix_gaussian( X,M )
input: X - input samples, Nx1 vector
M - number of gaussians which are assumed to compose the distribution
output: u - fitted mean for each gaussian
sig - fitted standard deviation for each gaussian
t - probability of each gaussian in the complete distribution
iter- number of iterations done by the function
- 2011-02-09 19:05:43下载
- 积分:1
-
hopfield_for_tsp
Hopfield网络解决旅行商问题(TSP),迭代过程中采用保优方法,并计算最优解和次优解的个数。(Hopfield network Traveling Salesman Problem (TSP), iterative process used method for ensuring quality, and calculating the optimal solution and sub-optimal number of solutions.)
- 2006-05-23 11:26:13下载
- 积分:1
-
InputBuffer---
A buffer with 2 inputs and 2 outputs is implemented in this experiment.
The buffer has a buffer size k=6 cells for each input buffer, and arrival rate lambda, λ.
The Matlab software was used to make this buffer. Two 2*2 arrays were created as two for inputs and outputs, a 2*6 array is created as the body of buffer. This means the buffer can hold the 6 data from two sources and the buffer has two input ports and two outputs port.
However, it can only have one write or arrival for each input per slot time or cycle time and it can only have one read for each output per cycle time. We can only read out once per cell time from a given input buffer.(A buffer with 2 inputs and 2 outputs is implemented in this experiment.
The buffer has a buffer size k=6 cells for each input buffer, and arrival rate lambda, λ.
The Matlab software was used to make this buffer. Two 2*2 arrays were created as two for inputs and outputs, a 2*6 array is created as the body of buffer. This means the buffer can hold the 6 data from two sources and the buffer has two input ports and two outputs port.
However, it can only have one write or arrival for each input per slot time or cycle time and it can only have one read for each output per cycle time. We can only read out once per cell time from a given input buffer.
)
- 2012-10-16 18:25:40下载
- 积分:1