代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/317908/13493323
m temp1.m
a=1;
b=1;
c=1;
d=1;
i=sqrt(-1);
r=[0.1:0.1:10];
k=2*pi/2;
z=(a*besselh(1+1/2,1,k*r)+b*besselh(1+1/2,2,k*r)).*sqrt(pi/2/k./r);
P1=legendre(1,1/sqrt(2));
P1=P1(2);
P2=1/sqrt(2)*P1-2*legendre(0
www.eeworm.com/read/317833/13495860
m ex031200.m
n = -5:10; x = sin(pi*n/2);
k = -100:100; w = (pi/100)*k; % frequency between -pi and +pi
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% signal decomposition
[xe,xo,m] = evenodd(x,n);
www.eeworm.com/read/317709/13499162
asv juzhen.asv
N=16;
I=64;
K1=8;
K2=;
P=K2-K1+1;
A=[];
for bb=1:1:P
for aa=1:1:N
A(aa,bb)=exp(j*(aa-1)*2*pi*(K1+bb-1)/(N+I));
end
end
n=0:N-1;
k=0:N-1;
F1=0.325;
F2=0.420;
sga=0.001;
www.eeworm.com/read/317709/13499165
m juzhen.m
N=16;
I=64;
K1=5;
K2=20;
P=K2-K1+1;
A=[];
for bb=1:1:P
for aa=1:1:N
A(aa,bb)=exp(j*(aa-1)*2*pi*(K1+bb-1)/(N+I));
end
end
n=0:N-1;
k=0:N-1;
F1=0.325;
F2=0.420;
sga=0.000
www.eeworm.com/read/317707/13499243
m difm.m
% DIFM Output Gray and Binary Codes
% ----------------------------------
clear;clf;clc;
% Input DIFM parameters and input frequency
td=input('Enter time delay in sec: ');
fo=input('Enter f
www.eeworm.com/read/317326/13505867
m sa_fig4_4.m
% Figure 4.4 2-D patterns for isotropic array of N elements
%
set(0,'defaultfigurecolor','w')
theta=0:.005:2*pi;
N=4;
% phase shift for end-fire
%delta=-pi*sqrt(2); % phase shift
www.eeworm.com/read/317326/13505868
m sa_ex7_9b.m
% Min-Norm AOA estimation for a M = 6 element array with noise variance = .1
M=6;
D = 2; % number of signals
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
a=[1];
temp=zeros(1,M-1
www.eeworm.com/read/317326/13505871
m sa_ex7_6.m
% Capon AOA estimation for a M = 6 element array with noise variance = .1
M=6;
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
a=[1];
for i=2:M
a1=[a1 exp(-1j*i*pi*sin(th1))];
www.eeworm.com/read/317326/13505881
m sa_ex7_9.m
% Pisarenko (PHD) AOA estimation for a M = 6 element array with noise variance = .1
M=6;
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
for i=2:M
a1=[a1 exp(-1j*i*pi*sin(th1))];
www.eeworm.com/read/317326/13505884
m sa_ex7_me.m
% Maximum Entropy AOA estimation for a M = 6 element array with noise variance = .1
%
tic
M=6;
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
a=[1];
u3=[0 0 1 0 0 0];
%for i=2:M
%