This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations
This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a one-dimensio...
探索m-k技术的无限可能,这里汇集了3425个精选资源,涵盖从基础理论到高级应用的全方位内容。m-k技术以其在信号处理、通信系统及自动化控制等领域的卓越表现而闻名,是现代电子工程不可或缺的一部分。无论您是初学者还是资深工程师,都能在这里找到宝贵的学习资料和技术文档。立即访问,享受免费下载,开启您的专...
This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a one-dimensio...
function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100...
these m files contain the solution of some problems in the book "communication system" by Haykin
This M-file is about using Particle Swarm Algorithm (PSO) to train a Fuzzy Neural Network.
list of matlab m-files on matlab 7.0. learning , support vector machine and some utility routines : autocorrelation, lin...
A C++ code for generating sorting networks with n lines and m comparators as input parameters.