代码搜索:Prony
找到约 108 项符合「Prony」的源代码
代码结果 108
www.eeworm.com/read/234324/14115923
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/218840/14904629
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/216698/14997400
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/206661/15292462
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/147862/12513703
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/248862/12537289
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/198545/7929309
m mprony.m
function [b,a,mu] = mprony(y,t,p,bstart);
%MPRONY Fits a sum of exponential functions to data by a modified Prony
% method.
%
% B = MPRONY(Y,T,P) approximates Y(i) by a weighted sum of P
% expone
www.eeworm.com/read/181418/9255769
m applyprony.m
function [iapp,ai,a_list,tau_list,omega_list,SUB_IND,energy,p]=applyprony(test_time,test_data,N,SUB_N,criteria_val)
% Implements MATLAB Signal Processing Tooltbox prony function
% performprony GU
www.eeworm.com/read/181418/9255780
m perform_resultslist.m
function [promptstr]=perform_resultslist(test_time,test_data,NewVal,SUB_N,criteria_val)
% Prepares the list box data in Perform PA GUI
% call apply prony function
[iapp,ai,a_list,tau_list,omega_lis
www.eeworm.com/read/365492/9861242
m applyprony.m
function [iapp,ai,a_list,tau_list,omega_list,SUB_IND,energy,p]=applyprony(test_time,test_data,N,SUB_N,criteria_val)
% Implements MATLAB Signal Processing Tooltbox prony function
% performprony GU