-
EASIalgorithm
对接收到得信号进行分离是信号处理过程中经常用到的,然而在完全不知道接受信号先验知识的情况下进行分离就是所谓的盲源分离,此程序就是重多盲源分离算法中比较重要的一种变步长自适应盲源分离算法——EASI(Butt had been received too signal separation is the signal processing is often used, but do not know to accept in full prior knowledge of the signal to separate the case of the so-called blind source separation, this procedure is more emphasis on blind source separation algorithm to compare important type of variable step-size adaptive algorithm for blind source separation- EASI)
- 2021-05-13 22:30:02下载
- 积分:1
-
fuzzyPID
matlab simulink 建模,实现永磁同步电机调速。pid控制(pmsm matlab simulink pid controller)
- 2020-11-20 11:29:37下载
- 积分:1
-
seg
Plate number recognition using Matlab program.It is segmentation process.
- 2010-05-16 13:08:51下载
- 积分:1
-
cooperative_diversity2
Implementation Throughput Improvement for Cell-Edge Users
- 2012-07-29 15:18:22下载
- 积分:1
-
lfsr_randgen
利用线性反馈移位寄存器产生伪随机数,在通信系统中应用(Using a linear feedback shift register to generate pseudorandom numbers, the application in a communication system)
- 2013-04-03 10:29:20下载
- 积分:1
-
fit
文化算法。利用MATLAB编写的文化搜素算法(Culture Algorithm)
- 2013-10-29 20:26:04下载
- 积分:1
-
hamming
信源产生、信道编码、调制、信道传输、解调、信道译码、差错比较等通信过程的Simulink仿真方法。分析QPSK调制方式下Hamming编码方式在不同信噪比下的通信质量。
(Generated source, channel coding, modulation, channel transmission, demodulation, channel decoding, error comparison of the communication process of the Simulink simulation. QPSK modulation mode of Hamming encoding different signal to noise ratio in the quality of communication.)
- 2011-06-02 16:49:49下载
- 积分:1
-
trynew
关于水印技术的MATLAB源代码,具有很强的参考价值(On the MATLAB source code watermarking technology, has a strong reference value)
- 2011-10-10 11:14:24下载
- 积分:1
-
get_fig2l
matlab例程,如何作图,如何生成eps文件(matlab example, used to generate figure and eps file)
- 2013-12-27 16:25:29下载
- 积分:1
-
MATLAB遗传算法程序
function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc)
% GA_scomple是基于浮点编码的单纯形遗传算法主程序
% num定义种群数量
% bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….];
%ps选择概率
%pc交叉概率
%pm变异概率
%b 变异程度系数
%dtc 迭代次数
% $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc)
% GA 655343;scomple;;;;;;
% num
% limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;];
%ps
%pc
%pm
%b _
%dtc _
% $Data: 2005 /5 /25 $)
- 2019-05-11 19:45:18下载
- 积分:1