代码搜索:径向畸变校正

找到约 610 项符合「径向畸变校正」的源代码

代码结果 610
www.eeworm.com/read/38039/1090621

mnu placement.mnu

PLACEMENT 位置 # remove the # sign and enter foreign help string in this line Linear 线性 Place at linear offsets from two planes. 在二张平面中放置一个线性偏移。 Radial 径向 Place at a radial offset from an axis and at a
www.eeworm.com/read/38039/1091607

mnu trn_opts.mnu

TURN#OPT 车削选项 # remove the # sign and enter foreign help string in this line Outside 外侧 NC Sequence will machine part outside diameter. 在径向外侧加工零件。 Inside 内侧 NC Sequence will machine part inside diame
www.eeworm.com/read/338134/12323228

m 检测到加速度信息的雷达回波信号.m

% 检测到加速度信号的回波信号及其频谱图 close all clear all clc; tao=1*10^(-4); f0=10e6; A=50; %物体的径向加速度 V=500;
www.eeworm.com/read/38039/1090766

mnu hleplcmnt.mnu

Placement 放置 # remove the # sign and enter foreign help string in this line Linear 线性 Place hole at a linear offsets from two planes, edges or axes. 在离两平面、边或轴线性偏移处放置孔。 Radial 径向 Place hole at a radia
www.eeworm.com/read/344371/11885411

txt 7.txt

发送码组A,在传输过程中有可能出现误码,这时接收端接收到的码组为B。则收发码组之差为 =E 其中,E称为错误图样。可见,若E=0,则B=A,传输无误码。令S= ,称为伴随式或校正子。则接收端利用接收到的码组B计算校正子S= ,因此,校正子S仅与E有关。若某一码组为许用码组,则它必然满足上式。利用这一关系,在接收端将接收到的码组B和事先在发送端约定好的监督矩阵 相乘,看是否为零,若为零,则认 ...
www.eeworm.com/read/386254/8759832

m iir_l.m

%设计Butterworth低通滤波器 %数字滤波器指标w=Omega.*T=Omega/fs: [x1]=wavread('音乐.wav') wp=2*pi*1000/22050; %数字通带频率(弧度) ws=2*pi*1200/22050; %数字阻带频率(弧度) Rp=1; Rs=100; %预畸变: fs=22050;T=1/fs; OmegaP=2
www.eeworm.com/read/215242/15066427

m tsai.m

%没有考虑摄像头畸变的标定程序 i=5;%数据的个数 fp=fopen('F:\data1.dat','r+'); s=fscanf(fp,'%f',[5,i]); fclose(fp); A=zeros(i,5); B=zeros(i,1); R=zeros(3,3); X=zeros(i,2); Y=zeros(i,1); for(i=1:5) A(i,:)=[s(
www.eeworm.com/read/162982/10254351

m eqb.m

function [h,ros,yy]=eqb(y,n,fai0,c,rosg,rom,lay) % 沉积物负荷校正 ros=0.0; row=1; if n==1 h=0; yy=0; return end for j=2:n
www.eeworm.com/read/157630/11680197

m testrbf.m

clear;clc;close all; disp('-------------采用径向基内积函数的支持向量机的应用-------------'); disp('输入样本矩阵(每行表示一个测试数据):'); x=[randn(1,20)-3 randn(1,20)+3;ra
www.eeworm.com/read/13911/286993

m testrbf.m

clear;clc;close all; disp('-------------采用径向基内积函数的支持向量机的应用-------------'); disp('输入样本矩阵(每行表示一个测试数据):'); x=[randn(1,20)-3 randn(1,20)+3;ra