代码搜索:esprit
找到约 122 项符合「esprit」的源代码
代码结果 122
www.eeworm.com/read/362955/9973316
txt esprit.txt
%--------------------- 参数定义---------------------
N= 128; % 采样点数
M = 5; % 待估频率分量个数
SNR = 30; % 信噪比
omega = [-pi/3 -pi/6 0 pi/4 pi/3]; % 待估的频率分量
s = [1 10 20 10 1]; % 待估频率分量的振幅
%----------------
www.eeworm.com/read/358611/10183849
m esprit.m
function w=esprit(y,n,m)
%
% The ESPRIT method for frequency estimation.
%
% w=esprit(y,n,m);
%
% y -> the data vector
% n -> the model order
% m -> the order of the cova
www.eeworm.com/read/158842/10724465
m esprit.m
%-------ESPRIT算法-----------%
clear;
%程序初始化
N=128;
M=20;
number=20;
delta=0; %噪声方差变量
F=zeros(number,M/2);
I=eye(M,M);
Z=zeros(M,M);
www.eeworm.com/read/245574/7074926
doc esprit.doc
www.eeworm.com/read/339042/7148796
asv esprit.asv
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%% esprit method %%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear;
clc;
%%%%%%%%%%%%% signal
www.eeworm.com/read/339042/7148797
m esprit.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%% esprit method %%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear;
clc;
%%%%%%%%%%%%% signal
www.eeworm.com/read/451450/7463556
m esprit.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%% esprit method %%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear;
clc;
%%%%%%%%%%%%% signal
www.eeworm.com/read/448535/7531398
m esprit.m
function f = esprit(Ryy,Ryz,p)
%
% Compute the frequency parameters using the ESPRIT method
%
%function f = esprit(Ryy,Ryz,p)
%
%
% Ryy = (estimate of) the autocorrelation of the observations
www.eeworm.com/read/439462/7708280
m esprit.m
function w=esprit(y,n,m)
%
% The ESPRIT method for frequency estimation.
%
% w=esprit(y,n,m);
%
% y -> the data vector
% n -> the model order
% m -> the order of the cova
www.eeworm.com/read/333148/12700657