排序:上传时间 相关度 下载量 查看数

Function 773

按分类查找:

  • matlab 滑动相关计算程序

    function [Rs,Ps]=move_corr(X,Y,a) %%%--- this function is for moving correlation %%%--- X,Y is the imput data, a is the length of the moving window %%%--- Rs is the spwarman correlation coeffcient, Ps is the p_vaue

    /dl/516485.html

    标签: matlab 计算 程序

    上传时间: 2017-12-27

    上传用户:Clocks

  • 有限差分法

    function [alpha,N,U]=youxianchafen2(r1,r2,up,under,num,deta)      %[alpha,N,U]=youxianchafen2(a,r1,r2,up,under,num,deta)   %该函数用有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解   %函数返回迭代因子、迭代次数 ...

    /dl/517754.html

    标签: 有限差分

    上传时间: 2018-07-13

    上传用户:Kemin

  • read_segy_file_legacy

    read_segy_file_legacy Function reads a SEG-Y file and outputs a seismic structure Last updated: April 6, 2007: fix bug in reading of user-specified header

    /dl/519172.html

    标签: read_segy_file_legacy

    上传时间: 2019-04-04

    上传用户:wc12

  • =read_segy_file

    Function reads a SEG-Y file and outputs a seismic structure; the function

    /dl/519177.html

    标签: read_segy_file

    上传时间: 2019-04-04

    上传用户:wc12

  • 多元散射校正MSC

    function [R,k,b] = msc(A) % 多元散射校正 % 输入待处理矩阵,通过多元散射校正,求得校正后的矩阵 %% 获得矩阵行列数 [m,n] = size(A); %% 求平均光谱 M = mean(A,2); %% 利用最小二乘法求每一列的斜率k和截距b for i = 1:n a = polyfit(M,A(:,i),1); if i == 1 k = a(1); b = a(2); ...

    /dl/521313.html

    标签: MSC 多元 散射 校正

    上传时间: 2020-03-12

    上传用户:15275387185

  • Copper+Cabling+-+Applications

    How will future generations refer to our times? Will it be known as one of space exploration, genetics, atomic energy or computing? Possibly, but I think it is more likely to be ‘The age of communications’. Not since printed books and newspapers were first introduced has there been such an explosi ...

    /dl/521860.html

    标签: Applications Cabling Copper

    上传时间: 2020-05-27

    上传用户:shancjb

  • Essentials+of+Short-Range+Wireless

    Over the past ten years there has been a revolution in the devel- opment and acceptance of mobile products. In that period, cel- lular telephony and consumer electronics have moved from the realm of science fiction to everyday reality. Much of that revolu- tion is unremarkable – we use wireless, in ...

    /dl/521899.html

    标签: Short-Range Essentials Wireless of

    上传时间: 2020-05-27

    上传用户:shancjb

  • The Complete Wireless Communications

    When thinking about mobile radio engineers there is a tendency to assume that the engineering function relates solely to the technical aspects of the network, such as the equipment design or the network design. That is certainly a key part of the role of a mobile radio engineer. However,increasingly ...

    /dl/522152.html

    标签: Communications Complete Wireless The

    上传时间: 2020-06-01

    上传用户:shancjb

  • The+Complete+Wireless+Communications+Professional

    When thinking about mobile radio engineers there is a tendency to assume that the engineering function relates solely to the technical aspects of the network, such as the equipment design or the network design. That is certainly a key part of the role of a mobile radio engineer. However,increasingly ...

    /dl/522157.html

    标签: Communications Professional Complete Wireless The

    上传时间: 2020-06-01

    上传用户:shancjb

  • lagr.m

    function y=lagr(x0,y0,x) %x0,y0为节点 %x是插值点 n=length(x0); m=length(x); for i=1:m z=x(i); s=0.0; for k=1:n p=1.0; for j=1:n if j~=k p=p*(z-x0(j))/(x0(k)-x0(j)); end end s=p*y0(k)+s; end y(i)=s; end

    /dl/522412.html

    标签: lagr

    上传时间: 2020-06-09

    上传用户:shiyc2020