代码搜索:matlab RFID

找到约 10,000 项符合「matlab RFID」的源代码

代码结果 10,000
www.eeworm.com/read/323115/13354549

m fgp311.m

%《数字信号处理教程——MATLAB释义与实现》第三章演示程序fgp311 % 离散信号的包络 % 电子工业出版社出版 陈怀琛编著 2004年9月 % t=[0:220]*0.1; % 设定连续时间向量 n=0:22;T=1; % 设定采样频率 w=[0.1,0.3]*pi;
www.eeworm.com/read/323115/13354571

m fgp835a.m

%《数字信号处理教程——MATLAB释义与实现》第八章图8.3.5生成程序fgp835a % 双线性变换中s 平面到z平面的映射(T任设) % 电子工业出版社出版 陈怀琛编著 2004年9月 % a=[-2:0.1:0]; % 设定实部分度 b=[-5:0.1:5]; % 设定虚部分度 [X,Y]
www.eeworm.com/read/323115/13354574

m fgp835.m

%《数字信号处理教程——MATLAB释义与实现》第八章图8.3.5生成程序fgp835 % 双线性变换中s 平面到z平面的映射(T=1) % 电子工业出版社出版 陈怀琛编著 2004年9月 % a=[-2:0.1:0]; % 设定实部分度 b=[-5:0.1:5]; % 设定虚部分度 [X,Y]=
www.eeworm.com/read/323038/13356830

m main_logistic.m

% Logistic 映射 % 使用平台 - Matlab6.5 / Matlab7.0 % 作者:陆振波,海军工程大学 % 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 % 电子邮件:luzhenbo@yahoo.com.cn % 个人主页:http://luzhenbo.88uu.com.cn % % 表达式 % x(n+1) = lambda * x(n) *
www.eeworm.com/read/322939/13360544

htm 基于cpld和单片机的任意波形发生器设计.htm

基于CPLD和单片机的任意波形发生器设计
www.eeworm.com/read/136696/13365567

m modify.m

function [dBp] = modify(dB,W,n) %MODIFY: Consequence Modification: This function produce modified % consequent BMp, based on consequent matrix B and similarity % measure vector W. The meth
www.eeworm.com/read/136696/13365578

m intonfis.m

function intonfis echo on;clf;clc; % FISMAT: Fuzzy Inference Systems toolbox for MATLAB % (c) Ahmad Lotfi, % Department of Electrical and Computer Engineering % University of Queensland % Brisb
www.eeworm.com/read/136696/13365580

m very.m

function [dveryA] = very(dA) %VERY: This function operate as a quantifier on matrix of fuzzy values % A, and will returns the membership function related to % 'very A'. % %
www.eeworm.com/read/136696/13365624

m integral.m

function [I]=integral(A,u) %INTEGRAL: This function returns the integral of matrix of fuzzy value B over % universe V. The integral I is a vector the same number on membership % functions in
www.eeworm.com/read/136696/13365628

m moreless.m

function [dmoreA] = moreless(dA) %MORELESS: This function operate as a quantifier on matrix of fuzzy values % A, and will returns the membership function related to % 'more_le