代码搜索:Modeling
找到约 1,801 项符合「Modeling」的源代码
代码结果 1,801
www.eeworm.com/read/437944/7739093
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/245179/12813083
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/143759/12847370
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/143759/12847411
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/242594/12997607
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/139491/13154011
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/139491/13154050
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/325023/13230785
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
www.eeworm.com/read/100320/6270564
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/331502/6327354
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