代码搜索:mvdr
找到约 218 项符合「mvdr」的源代码
代码结果 218
www.eeworm.com/read/390101/8486214
m mvdr.m
%function StandardLMS()
close all
clear;
clc;
Num_snap_shot=200; %有用信号长度
Num_element=7; %阵元数
rou=0.5; %阵元间距
SNR=10; %信噪比
Theta_im=
www.eeworm.com/read/287770/8670473
m mvdr.m
function [an,e] = mvdr(x,m,varargin)
% MVDR Minimum Variance Distortionless Response model
% A = MVDR(X,P) finds the coefficients, A=[ 1 A(2) ... A(P+1) ],
% of an Nth order MVDR all-pole model filter
www.eeworm.com/read/424103/10492106
m mvdr.m
clear all;
cj=sqrt(-1);
N=256;
dt=0.001;
df=1/(N*dt);
f1=200;
f2=350;
f3=100;
t=dt*(-N/2:N/2-1);
f=df*(-N/2:N/2-1);
% Use Fourier method
s=sin(2*pi*f1*t)+0.5*cos(2*pi*f2*t)+0.8*sin(2*pi
www.eeworm.com/read/416648/11018715
txt mvdr.txt
%MVDR波束形成算法
clear all
close all
num=16; %% number of element
k=1000; %% sample number
as=0;
ai=[-30 30];
e_position=[0:num-1]';
aa=90*[-1:0.001:1]; %% scan vector
vs=exp(j*pi*e_positi
www.eeworm.com/read/346459/11743189
m mvdr.m
function [an,e] = mvdr(x,m,varargin)
% MVDR Minimum Variance Distortionless Response model
% A = MVDR(X,P) finds the coefficients, A=[ 1 A(2) ... A(P+1) ],
% of an Nth order MVDR all-pole model filter
www.eeworm.com/read/223510/14637693
m mvdr.m
clear all;
close all;
clc;
f1=0;
f2=0;
f3=2;
f4=130;
global f0;
f0=100e6;
d1=20*pi/180;
d2=-60*pi/180;
d3=-40*pi/180;
d4=60*pi/180;
SP=1000;%采样点数
N=16;%阵元数
A=[conj(exp(j*(0:N-1)*pi*sin(
www.eeworm.com/read/203890/15349836
m mvdr.m
function [an,e] = mvdr(x,m,varargin)
% MVDR Minimum Variance Distortionless Response model
% A = MVDR(X,P) finds the coefficients, A=[ 1 A(2) ... A(P+1) ],
% of an Nth order MVDR all-pole model filter
www.eeworm.com/read/390102/8486191
m plot_mvdr.m
function plot_mvdr(name)
eval(['load ' name]);
% test vectors for spatially sampled response
W_H = conj(W(Ndata, :));
st = -1 : 0.025 : 1;
est = exp(-j*pi*[0:(rp.p-1)]'*st);
www.eeworm.com/read/288304/8643667
m plot_mvdr.m
function plot_mvdr(name)
eval(['load ' name]);
% test vectors for spatially sampled response
W_H = conj(W(Ndata, :));
st = -1 : 0.025 : 1;
est = exp(-j*pi*[0:(rp.p-1)]'*st);
www.eeworm.com/read/288304/8643820
m plot_mvdr.m
function plot_mvdr(name)
eval(['load ' name]);
% test vectors for spatially sampled response
W_H = conj(W(Ndata, :));
st = -1 : 0.025 : 1;
est = exp(-j*pi*[0:(rp.p-1)]'*st);