-
01
说明: 基于kpca以及pca,核流形发的程序,应用于故障检测与故障诊断,还有故障识别,识别的效果很好,对象为cstr,程序简单(Based on kpca and pca, nuclear manifold hair of program, used in the fault detection and fault diagnosis, and fault recognition, identification of the good effect, the object for CSTR, procedure is simple)
- 2011-12-26 10:24:00下载
- 积分:1
-
卡尔曼滤波器
此文件夹包含模拟和代码筛选器卡尔曼
- 2022-05-27 02:56:29下载
- 积分:1
-
tiaxian
自适应波束形成的三个准则:MMSELCMVMSINR(Three criteria for adaptive beamforming: MMSELCMVMSINR)
- 2021-03-13 16:49:24下载
- 积分:1
-
SOA
说明: 使用matlab编写的SOA算法,可以应用于PID参数优化整定(SOA algorithm for PID parameter tuning)
- 2020-11-05 12:28:19下载
- 积分:1
-
卷积码硬判决
function decoder_output=viterbi_hard(y,L)
global G;
n=size(G,1);
K=size(G,2);
number_of_states=2^(K-1);
%------------------------------------------------
%-------------生成各分支的输出--------------------
%------------------------------------------------
for j=0:number_of_states-1
for t=0:1
[next_state,memory_contents]=next_state_fun(j,t,K);
input(j+1,next_state+1)=t;
branch_output=rem(memory_contents*G",2);
nextstate(j+1,t+1)=next_state;
- 2022-04-08 05:25:52下载
- 积分:1
-
ofdm_simu
OFDM系统仿真,信号采用卷积编码和交织技术、采用16-QAM和QPSK两种调制方式,干扰分别采用多径衰落和瑞利衰落两种。(OFDM system simulation, signal the use of convolutional coding and intertwined technology, using 16-QAM and QPSK modulation in two ways, interference were used to multipath fading and Rayleigh fading two.)
- 2009-01-16 11:49:28下载
- 积分:1
-
zuidashengya
Z源逆变器最大升压控制仿真模块,实现Z源逆变器的最大升压控制。(MAx boost control)
- 2012-04-12 22:12:03下载
- 积分:1
-
Hz_propagation
本程序主要通过仿真动态显示均匀平面电磁波中,磁场 Hz 的波阵面在自由空间(理想介质)中的传播。(The program primarily through dynamic simulation shows uniform plane wave, the magnetic field Hz wavefront in free space (ideal medium) in the transmission.)
- 2013-11-22 21:32:48下载
- 积分:1
-
mathematical-modeling-problem
2014“深圳杯”数学建模夏令营B题
基因组组装
将读长序列组装成基因组,能较好地解决测序中可能出现的个别碱基对识别错误、基因组中存在重复片段等复杂情况.(2014 Shenzhen Cup Mathematical Modeling Camp B title
Genome assembly
Assembled into the read length genomic sequence, preferably the nucleotide sequence of the particular solution of recognition errors may occur, the presence of complications, etc. repeats genome.)
- 2014-09-19 19:59:59下载
- 积分:1
-
VS2005CallMatlab
VS2005调用matlab,适合于初学者学习研究(VS2005callmatlab,for the students who study early)
- 2011-12-05 16:10:16下载
- 积分:1