代码搜索:Modeling
找到约 1,801 项符合「Modeling」的源代码
代码结果 1,801
www.eeworm.com/read/163929/10139547
m hprony.m
function [a,theta,alpha,fr] = hprony (x,p)
%HPRONY Prony's method for modeling transients
% [a,theta,alpha,fr] = hprony (x,p)
% x - transient signal
% p - order [default = length(x)/10]
% H
www.eeworm.com/read/163801/10144890
m hprony.m
function [a,theta,alpha,fr] = hprony (x,p)
%HPRONY Prony's method for modeling transients
% [a,theta,alpha,fr] = hprony (x,p)
% x - transient signal
% p - order [default = length(x)/10]
% H
www.eeworm.com/read/356808/10221187
m hprony.m
function [a,theta,alpha,fr] = hprony (x,p)
%HPRONY Prony's method for modeling transients
% [a,theta,alpha,fr] = hprony (x,p)
% x - transient signal
% p - order [default = length(x)/10]
% H
www.eeworm.com/read/356808/10221201
m hprony.m
function [a,theta,alpha,fr] = hprony (x,p)
%HPRONY Prony's method for modeling transients
% [a,theta,alpha,fr] = hprony (x,p)
% x - transient signal
% p - order [default = length(x)/10]
% H
www.eeworm.com/read/279380/10442843
m calcrhs.m
function[q] = calcRHS(MTX,src);
% [q] = calcRHS(MTX,src)
% Generate the 3D DC resistivity forward modeling RHS
%%Uses MTX from generate MTX
%%src is an n*6 matrix with the locations of the positiv
www.eeworm.com/read/352442/10552440
m hprony.m
function [a,theta,alpha,fr] = hprony (x,p)
%HPRONY Prony's method for modeling transients
% [a,theta,alpha,fr] = hprony (x,p)
% x - transient signal
% p - order [default = length(x)/10]
% H
www.eeworm.com/read/349622/10813712
m hprony.m
function [a,theta,alpha,fr] = hprony (x,p)
%HPRONY Prony's method for modeling transients
% [a,theta,alpha,fr] = hprony (x,p)
% x - transient signal
% p - order [default = length(x)/10]
% H
www.eeworm.com/read/270946/11018959
m hprony.m
function [a,theta,alpha,fr] = hprony (x,p)
%HPRONY Prony's method for modeling transients
% [a,theta,alpha,fr] = hprony (x,p)
% x - transient signal
% p - order [default = length(x)/10]
% H
www.eeworm.com/read/467287/7009272
c model-2a.c
/*
* Listing 17 -- model-2a.c
*
* This module is an order-1 highest order modeling unit that can
* be using in conjunction with comp-2.c and expand-2.c to compress
* and expand files. It is
www.eeworm.com/read/332978/7141748
java postoffice.java
//: enumerated/PostOffice.java
// Modeling a post office.
import java.util.*;
import net.mindview.util.*;
import static net.mindview.util.Print.*;
class Mail {
// The NO's lower the probabil