-
Matlab-package-for-the-Schrodinger-equation
The paper presents a Matlab package for the linear time-(in)dependent Schr¨odinger
equation, based on the Hermite spectral method. The matrix form of the discretized
problem is suitable for the linear algebra capabilities of Matlab. The high accuracy and
efficiency of the algorithm is proved by many examples taken from the literature.
- 2011-05-07 01:31:36下载
- 积分:1
-
BTT6DOF
btt源码 六自由度仿真,全弹道仿真,倾斜转弯(btt source 6-DOF simulation)
- 2012-05-11 09:03:02下载
- 积分:1
-
w_segy
读取segy数据、文件,写道头卷头等等,内置说明书,简单易用(Read the segy data, file, writes head roll and so on, the built-in instructions, easy to use)
- 2013-12-30 10:20:00下载
- 积分:1
-
故障检测 免疫算法 源码
应用 MATLAB编写的 故障检测 的 免疫算法源程序。好用绝对!
clc;
clear all;
global popsize length min max N code;
N=12; % 每个染色体段数(十进制编码位数)
M=20; % 进化代数
popsize=20; %设置初始参数,群体大小
length=10; % length为每段基因的二进制编码位数
chromlength=N*length; %字符串长度(个体长度),染色体的二进制编码长度
pc=0.7; %设置交叉概率,本例中交叉概率是定值,若想设置变化的交叉概率可用表达式表示,或从写一个交叉概率函数,例如用神经网络训练得到的值作为交叉概率
pm=0.3; %设置变异概率,同理也可设置为变化的
bound={-100*ones(popsize,1),zeros(popsize,1)};min=bound{1};max=bound{2};
pop=initpop(popsize,chromlength);
- 2022-01-27 10:26:32下载
- 积分:1
-
code_multihop_last-1
The objective of this project is to investigate the possibility of applying a dynamic channel allocation to cMCN. The proposed method is a multihop dynamic channel assignment (MDCA) scheme that works by assigning channels based on interference information in the surrounding cells. A channel searching strategy, sequential channel searching (SCS) is developed for the MDCA scheme. This strategy is responsible for the channel updation which includes channel assignment for a new request and channel release after the completion of the communication process. Through computer simulation, we show that the proposed MDCA scheme using the SCS strategy improves the system capacity significantly.
- 2013-07-13 01:28:59下载
- 积分:1
-
induct-heating_full-bridge
文件包里面包含感应加热电源的simulink仿真文件,和一个matlab源文件用于追踪感应加热的谐振点。(Package which contains induction heating power supply simulink simulation files, and a matlab source files used to track the resonance point of induction heating.)
- 2021-04-21 14:58:49下载
- 积分:1
-
数字音频水印MATLAB程序
说明: 语音信号处理代码,可插入水印,并进行还原处理(Speech Signal Processing Code)
- 2019-07-08 15:40:37下载
- 积分:1
-
JPEG-matlab
JPEG编码和解码,用Huffman编码(JPEG encoding and decoding, using Huffman coding)
- 2010-05-07 22:13:42下载
- 积分:1
-
em-algorithm-for-gmm
基于高斯混合模型(GMM)的em算法,给出了其matlab实现(em algorithm for GMM)
- 2011-10-13 16:04:00下载
- 积分:1
-
lesson6
说明: 利用pluto设备实现qpsk调制与解调,simulink代码文件。(Use pluto equipment to realize qpsk modulation and demodulation, simulink code file.)
- 2020-12-17 13:45:58下载
- 积分:1