代码搜索:Prony

找到约 108 项符合「Prony」的源代码

代码结果 108
www.eeworm.com/read/448535/7531553

m newprony.m

function [a,r] = newprony(x,p) % % Prony's method: Given a sequence of supposedly sinusoidal data with p % modes, determine the vector a of characteristic equation coefficients and % modes --- t
www.eeworm.com/read/448535/7531507

m marv.m

function f = marv(x,fs) % % Prony: given a sequence of (supposedly) pure sinusoidal data, % determine the frequency using model methods % % function f = marv(x,fs) % x = data sequence % fs =
www.eeworm.com/read/328346/13032695

m pronyfreq.m

function [F]=pronyfreq(C,Sp,fr,Ts) % [F]=pronyfreq(C,Sp,fr,Ts) % Use the method of Prony representation of a time response to determine % the frequency repsonse or spectrum. % In: % C vector of ampli
www.eeworm.com/read/328346/13032762

m pronyfreq.m

function [F]=pronyfreq(C,Sp,fr,Ts) % [F]=pronyfreq(C,Sp,fr,Ts) % Use the method of Prony representation of a time response to determine % the frequency repsonse or spectrum. % In: % C vector of ampli
www.eeworm.com/read/328346/13032728

m invprony.m

function fp=invprony(C,Sp,Ts,Nts,Nte) % fp=invprony(C,Sp,Ts,Nts,Nte) % Determine the representation of a time response from the poles discovered % the method of prony which respresents the time se
www.eeworm.com/read/328346/13032785

m invprony.m

function fp=invprony(C,Sp,Ts,Nts,Nte) % fp=invprony(C,Sp,Ts,Nts,Nte) % Determine the representation of a time response from the poles discovered % the method of prony which respresents the time se
www.eeworm.com/read/291161/8439227

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/390412/8466429

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/290613/8472010

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/289837/8523757

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