代码搜索:matlab RFID

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

代码结果 10,000
www.eeworm.com/read/442433/7651808

vhd dds.vhd

-------------------------------------------------------------------------------------------- -- -- DSP Builder (Version 7.0, Build 33) -- Quartus II development tool and MATLAB/Simulink Interface
www.eeworm.com/read/442433/7651862

vhd tb_dds_top.vhd

-------------------------------------------------------------------------------------------- -- -- DSP Builder (Version 7.0, Build 33) -- Quartus II development tool and MATLAB/Simulink Interface
www.eeworm.com/read/442433/7651863

v tb_dds_top.v

////////////////////////////////////////////////////////////////////////////////////////////// // // DSP Builder (Version 7.0) // Quartus II development tool and MATLAB/Simulink Interface // //
www.eeworm.com/read/442433/7651871

tcl tb_dds_top.tcl

puts "############################################################################################" puts "# " puts "# DSP Builder (Version 7.0)" puts "# Quartus II development tool and MATLAB/Simul
www.eeworm.com/read/442433/7652027

vec dds_top.vec

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % DSP Builder (Versi
www.eeworm.com/read/442376/7653809

txt sfunction.txt

函数是system Function的简称,用它来写自己的simulink模块。(够简单吧,^_^,详细的概念介绍大伙看帮助吧)可以用<mark>matlab</mark>、C、C++、Fortran、Ada等语言来写,这儿我只介绍怎样用<mark>matlab</mark>语言来写吧(主要是它比较简单)。 先讲讲为什么要用s函数,我觉得用s函数可以利用<mark>matlab</mark>的丰富资源,而不仅仅局限于simulink提供的模块,而用c或c++等语言写的 ...
www.eeworm.com/read/442234/7656559

m ex602.m

%******************************************************** %程序:EX602.M %功能:灰度图像显示及颜色映射表说明 %******************************************************** I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组
www.eeworm.com/read/442234/7656560

m ex611.m

%******************************************************* %程序:EX611.M %功能:把一幅灰度图像转换成一幅索引图像 %******************************************************** I=imread('noon.tif'); %将图像格式文件读入为MATLAB
www.eeworm.com/read/442234/7656563

m ex617.m

%******************************************************** %程序:EX617.M %功能:多帧图像阵列显示应用实例 %******************************************************** A1=imread('rice.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/442234/7656564

m ex620.m

%******************************************************** %程序:EX620.M %功能:利用warp函数将一幅真彩图像映射到球面上 %******************************************************** RGB=imread('leaf.jpg'); %将图像格式文件读入为MAT