代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/287748/8672971
m shiliangzhixiangxing2.m
clear;
f0=1500;
fs=80*f0;
Ns=2048;
N1=4;
r=1;
c=1500;
fai=0;
w=2*pi*f0;
ph1=-180;
ph2=180;
phn=1;
ax=(ph2-ph1)/phn+1;
for n=1:N1;
www.eeworm.com/read/287748/8672985
m shiliangzhixiangxing3.m
clear;
f0=1500;
fs=80*f0;
Ns=2048;
N1=4;
r=1;
c=1500;
fai=0;
w=2*pi*f0;
ph1=-180;
ph2=180;
phn=1;
ax=(ph2-ph1)/phn+1;
for n=1:N1;
www.eeworm.com/read/287748/8672988
m zhixianzhenzhixiangxing.m
clc
clear;
f0=1000; %信号频率
fs=80*f0; %采样频率
Ns=2048; %采样点数
N1=5; %阵元数
c=1500; %声速
d=0.5*c/f0; %阵元间距
fai=0; %信号入射方向
w=2*pi*f0;
ph1=-180;
ph2=180;
www.eeworm.com/read/287748/8672996
m musicyuanzhen1.m
clear;
f0=1000;
fs=80*f0;
Ns=2048;
N1=8;
c=1500;
r1=1*c/f0;
r2=0.5*r1;
c=1500;
fai=0;
SNR=10;
source=1;
w=2*pi*f0;
ph1=-180;
ph2=180;
phn=1;
www.eeworm.com/read/287664/8676566
m yuanzhenolen1.m
% 圆阵 olen 优化
clc;
clear;
N=8;
f=2000;
fs=20*f;
c=1500;
lmda=c/f;
r=0.5*lmda;%-------
T=0.2;
snr=20;
sita0=40*pi/180;
t=1/fs:1/fs:T;
x=sin(2*pi*f*t);
ps=sum(abs(x).^2)/length(t);
pn=
www.eeworm.com/read/287663/8676574
m jiaquanokzishiying.m
%***************** 波束形成 ******************
% 圆形阵加权波束形成
clc;
clear;
f=5000;
fs=100*f;
N=8;
ns=256;
c=1500;
lmda=c/f;
r=0.5*lmda;
b=2*pi/N;
SNR=10;
st0=pi/6; %入射角度
st=(-180:18
www.eeworm.com/read/287657/8676764
m widebandcbf.m
clear
clc
f0=200*10^3;
B=20*10^3;
T=0.01;
fl=190*10^3;
fh=210*10^3;
fs=4*fh;
c=1500;
% source=1;
N=24; %阵源数
Ns=T*fs; %快拍数
d=0.003826;% 阵元间距
sita=10; %入射角度
K=20;
fm=fl:B/K:fh;
www.eeworm.com/read/431312/8689224
m exa060702_2.m
%--------------------------------------------------------------------------
% exa060702_2 , for example 6.6.2 and 6.7.2;
% to test buttord.m and butter.m;
% to design a Butterworth Bandpass digital
www.eeworm.com/read/431312/8689234
m exa020502.m
%-------------------------------------------------------------------------
% exa020502.m, for example 2.5.2 and fig 2.5.6,
%------------------------------------------------------------------------
www.eeworm.com/read/431312/8689313
m exa030202.m
%----------------------------------------------------------------------------
% exa030202, for example 3.2.2 and fig 3.2.4
% to explain how to unwrap the phase
%------------------------------------