代码搜索:pre-processing

找到约 47 项符合「pre-processing」的源代码

代码结果 47
www.eeworm.com/read/439076/1820274

vhd r2p_pre.vhd

-- -- r2p_pre.vhd -- -- Cordic pre-processing block -- -- -- step 1: determine quadrant and generate absolute value of X and Y -- Q1: Xnegative -- Q2: Ynegative -- -- step 2: swap X and Y values if
www.eeworm.com/read/203215/15363903

vhd r2p_pre.vhd

-- -- r2p_pre.vhd -- -- Cordic pre-processing block -- -- -- step 1: determine quadrant and generate absolute value of X and Y -- Q1: Xnegative -- Q2: Ynegative -- -- step 2: swap X and Y values if
www.eeworm.com/read/362099/10019274

m prepdata.m

function [x,y,xcent,xhalf,ycent,yhalf] = prepdata(x,y) %Prepdata: Data pre-processing % % [x,y,xcent,xhalf,ycent,yhalf] = prepdata(x,y) % By Qinghua Zhang. April 10, 1992. if nargin ~= 2 error('Nu
www.eeworm.com/read/161841/10365892

m func_main4.m

%----------- Input ---------------- Orig_I1=rgb2gray(imread('new3.bmp')); Orig_I = double(Orig_I1) / 256; figure,imshow(Orig_I);title('原来图像');axis on; %----------- Pre-processing -------
www.eeworm.com/read/416438/11025391

m prepdata.m

function [x,y,xcent,xhalf,ycent,yhalf] = prepdata(x,y) %Prepdata: Data pre-processing % % [x,y,xcent,xhalf,ycent,yhalf] = prepdata(x,y) % By Qinghua Zhang. April 10, 1992. if nargin ~= 2 error('Nu
www.eeworm.com/read/257273/11936424

txt r2p_pre.vhd.txt

-- r2p_pre.vhd -- Cordic pre-processing block -- step 1: determine quadrant and generate absolute value of X and Y -- Q1: Xnegative -- Q2: Ynegative -- step 2: swap X and Y values if Y>
www.eeworm.com/read/401148/11563656

m time_index1.m

%pre-Processing the data: 1,convert to real current 2,substract the zero %待解决问题1,判断文件内容是否为空,是否需要添加 表头 2,如果查找一个文件夹下的txt文件,并作循环% clear; %clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%