代码搜索:APPROXIMATION

找到约 1,542 项符合「APPROXIMATION」的源代码

代码结果 1,542
www.eeworm.com/read/305201/13776994

m vgg_h_sampson_distance_sqr.m

function d = vgg_H_sampson_distance_sqr(H,X1,X2) % d = vgg_H_sampson_distance_sqr(H,X1,X2) % % Returns an approximation of the squared geometric distance from the % 4d joint-space point [X1;X2]
www.eeworm.com/read/305201/13777011

m vgg_h_sampson_distance_sqr.m

function d = vgg_H_sampson_distance_sqr(H,X1,X2) % d = vgg_H_sampson_distance_sqr(H,X1,X2) % % Returns an approximation of the squared geometric distance from the % 4d joint-space point [X1;X2]
www.eeworm.com/read/228533/14380218

c hypotapp.c

/* A Fast Approximation to the Hypotenuse by Alan Paeth from "Graphics Gems", Academic Press, 1990 */ int idist(x1, y1, x2, y2) int x1, y1, x2, y2; { /* * gives approximate distance from (x1,y1)
www.eeworm.com/read/270032/11050923

c hypotapprox.c

/* A Fast Approximation to the Hypotenuse by Alan Paeth from "Graphics Gems", Academic Press, 1990 */ int idist(x1, y1, x2, y2) int x1, y1, x2, y2; { /* * gives approximate distance from (x1,y1)
www.eeworm.com/read/191570/8427487

m example2_5_1.m

load noisdopp; %装载信号 s = noisdopp; [swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解 whos figure(1); subplot(1,2,1), plot(swa); %显示低频和高频部分 title('Approximation cfs') subplot(1,2,2), plot(swd);
www.eeworm.com/read/378038/9253429

m example2_5_1.m

load noisdopp; %装载信号 s = noisdopp; [swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解 whos figure(1); subplot(1,2,1), plot(swa); %显示低频和高频部分 title('Approximation cfs') subplot(1,2,2), plot(swd);
www.eeworm.com/read/168455/9912325

m example2_5_1.m

load noisdopp; %装载信号 s = noisdopp; [swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解 whos figure(1); subplot(1,2,1), plot(swa); %显示低频和高频部分 title('Approximation cfs') subplot(1,2,2), plot(swd);
www.eeworm.com/read/363686/9940168

m example2_5_1.m

load noisdopp; %装载信号 s = noisdopp; [swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解 whos figure(1); subplot(1,2,1), plot(swa); %显示低频和高频部分 title('Approximation cfs') subplot(1,2,2), plot(swd);
www.eeworm.com/read/359900/10116793

m intline.m

function [x, y] = intline(x1, x2, y1, y2) %INTLINE Integer-coordinate line drawing algorithm. % [X, Y] = INTLINE(X1, X2, Y1, Y2) computes an % approximation to the line segment joining (X1, Y1) a
www.eeworm.com/read/359229/10160678

m example2_5_1.m

load noisdopp; %装载信号 s = noisdopp; [swa,swd] = swt(s,1,'db1'); %完成信号的单尺度一维离散平稳小波分解 whos figure(1); subplot(1,2,1), plot(swa); %显示低频和高频部分 title('Approximation cfs') subplot(1,2,2), plot(swd);