代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/164338/10116999
m q601.m
%《MATLAB在电子信息课程中的应用》第六章例6.1程序q601
% 连续信号的MATLAB表述
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, t0=0;tf=5;dt=0.05;t1=1; t=[t0:dt:tf];
% (1)单位脉冲信号,
% 在t1(t0≤t1≤tf)处有一持续时间为dt,面积为1的脉冲信号,其余时间均为零。
t
www.eeworm.com/read/164338/10117001
m q253.m
%《MATLAB在电子信息课程中的应用》第二章第五节演示程序三q253
% 彩色和动画
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
echo on,clf,axis equal, % 因为产生的图形是圆形,故把坐标设成相等比例
M = moviein(16); % 为变量M预留16幅图的存储空间
for j=1:16 % 作16次循环
plot(
www.eeworm.com/read/164338/10117003
m q809.m
%《MATLAB在电子信息课程中的应用》第八章例8.9程序q809
% 连续和离散系统的多种输出响应曲线
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear,clf
[a,b,c,d]=rmodel(4);
s1=ss(a,b,c,d);Ts=0.2;
sd1=c2d(s1,Ts,'t')
t=0:Ts:25;
u=sin(0.5*t);
fo
www.eeworm.com/read/164338/10117012
m q42.m
%《MATLAB在电子信息课程中的应用》第四章第二节演示程序q42
% 矩阵变换函数库
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
format
disp('a=round(rand(4,4)*10)'), echo on
pause,a = [2 9 0 0; 0 4 1 4; 7 5 5 1; 7 8 7 4]
pause,det(a)
pause
www.eeworm.com/read/164338/10117015
m q811.m
%《MATLAB在电子信息课程中的应用》第八章例8.11程序q811
% 连续和离散系统的根轨迹绘制
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear,clf
format compact
disp('先分析连续系统'),pause
s=tf(1,[1,12,30,50,0]) % 建立连续系统开环模型s
figure(1),rloc
www.eeworm.com/read/164260/10120782
m dijkstra.m
function D = dijkstra( G , S )
% --------------------------------------------------------------------
% Mark Steyvers, Stanford University, 12/19/00
% -----------------------------------------
www.eeworm.com/read/164219/10122286
h fdacoefs.h
/*
* Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool
*
* Generated by MATLAB(R) 7.1 and the Signal Processing Toolbox 6.4.
*
* Generated on: 21-May-2006 15:35
www.eeworm.com/read/164218/10122436
h fdacoefs.h
/*
* Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool
*
* Generated by MATLAB(R) 7.1 and the Signal Processing Toolbox 6.4.
*
* Generated on: 21-May-2006 15:35
www.eeworm.com/read/164217/10122509
h fdacoefs.h
/*
* Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool
*
* Generated by MATLAB(R) 7.1 and the Signal Processing Toolbox 6.4.
*
* Generated on: 21-May-2006 15:35
www.eeworm.com/read/164216/10122582
h fdacoefs.h
/*
* Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool
*
* Generated by MATLAB(R) 7.1 and the Signal Processing Toolbox 6.4.
*
* Generated on: 21-May-2006 15:35