代码搜索:matlab RFID

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

代码结果 10,000
www.eeworm.com/read/442234/7656568

m ex601.m

%******************************************************** %程序:EX601.M %功能:显示一幅索引图像 %******************************************************** [X,map]=imread('canoe.tif'); %将图像格式文件读入为MATLAB图像对象数
www.eeworm.com/read/442234/7656572

m ex616.m

%******************************************************** %程序:EX616.M %功能:二值图像显示应用实例 %******************************************************** BW=imread('foof.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/442234/7656573

m ex623.m

%******************************************************** %程序:EX623.M %功能:把一幅真彩图像转换为一个NTSC模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文件读入
www.eeworm.com/read/442234/7656574

m ex624.m

%******************************************************** %程序:EX624.M %功能:把一幅真彩色图像转换为一个YCbCr模型空间对应的图像 %******************************************************** RGB=imread('pic001.jpg'); %将图像格式文
www.eeworm.com/read/442234/7656684

m ex203.m

%******************************************************** %程序:EX203.M %功能:MATLAB中曲线线型、颜色和标记点类型使用实例 %******************************************************** x=0:pi/20:2*pi; %定义x坐标轴范
www.eeworm.com/read/442208/7657121

m lixiangzhengxian.m

%理想采样信号序列 %首先产生信号x(n),0
www.eeworm.com/read/441888/7663219

m exa110701_pwelch.m

%------------------------------------------------------------------------- % exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d) % to estimate the PSD of x(n) by Welch average; %------------
www.eeworm.com/read/441888/7663224

m exa090804_svd.m

%----------------------------------------------------------------------- % exa090804_svd.m, for example 9.8.4 % to test svd.m; % 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同, % 但奇异值是一样的 %---------
www.eeworm.com/read/439811/7701440

m ip_02_05.m

% MATLAB script for Illustrative Problem 5, Chapter 2. clear echo on % first part Sx1=[ones(1,32)]; Rx1=ifft(Sx1,32); % second part Sx2=[ones(1,16),zeros(1,224),ones(1,16)]; Rx2=ifft(Sx2,256)
www.eeworm.com/read/439811/7701551

m ip_05_07.m

% MATLAB script for Illustrated Problem 5.7. clear echo on n0=.5*randn(100,1); n1=.5*randn(100,1); n2=.5*randn(100,1); n3=.5*randn(100,1); x1=1.+n0; y1=n1; x2=n2; y2=1.+n3; plot(x1,y1,'o',x