代码搜索:Prony

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

代码结果 108
www.eeworm.com/read/326166/13159728

html demos.html

Prony Toolbox Help a{font-family: arial, san-serif;color:#5C5E26; } a.sidenavigate:h
www.eeworm.com/read/326166/13159731

html references.html

Prony Toolbox Help a{font-family: arial, san-serif;color:#5C5E26; } a.sidenavigate:h
www.eeworm.com/read/326166/13159751

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/195449/8154688

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/195449/8154691

html demos.html

Prony Toolbox Help a{font-family: arial, san-serif;color:#5C5E26; } a.sidenavigate:h
www.eeworm.com/read/195449/8154694

html references.html

Prony Toolbox Help a{font-family: arial, san-serif;color:#5C5E26; } a.sidenavigate:h
www.eeworm.com/read/195449/8154707

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/448535/7531609

m testprony.m

% Test the prony method % Copyright 1999 by Todd K. Moon j = sqrt(-1); r1 = 0.95*exp(j*pi/5); r2 = 0.95*exp(-j*pi/5); r3 = 0.92*exp(j*pi/3); r4 = 0.92*exp(-j*pi/3); %pd = poly([r1,r2,r3,r4]