代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/287917/8661183
m ex5_13.m
x=0:pi/10:2*pi;
y=2*sin(x);
subplot(2,2,1);bar(x,y,'g');
title('bar(x,y,''g'')');axis([0,7,-2,2]);
subplot(2,2,2);stairs(x,y,'b');
title('stairs(x,y,''b'')');axis([0,7,-2,2]);
subplot(2,2,3);ste
www.eeworm.com/read/287917/8661207
m ex10_2.m
x=0:pi/50:2*pi;
y=sin(x);
z=cos(x);
plot(x,y,'r',x,z,'g'); %绘制两根不同曲线
Hl=get(gca,'Children'); %获取两曲线句柄向量Hl
for k=1:size(Hl)
if get(Hl(k),'Color')==[0 1 0] %[0 1 0]代表
www.eeworm.com/read/287917/8661210
m ex5_5.m
x=0:pi/100:2*pi;
y1=0.2*exp(-0.5*x).*cos(4*pi*x);
plot(x,y1)
hold on
y2=2*exp(-0.5*x).*cos(pi*x);
plot(x,y2);
hold off
www.eeworm.com/read/431631/8664463
m il3_8fun.m
% il3_8fun.m
function f=il3_8fun(x,p)
f=1/sqrt(2*pi)*exp((-(x-p).^2)/2).*log2(2./(1+exp(-2*x.*p)));
www.eeworm.com/read/431628/8664571
m cm_f34.m
% script that generates the figure 3.4 of Carrier modulation chapter
snrindB=0:0.25:18;
for i=1:length(snrindB),
snr=10^(0.1*snrindB(i));
P2(i)=Qfunct(sqrt(2*snr));
P4(i)=2*Qfunct(sqrt(4*sn
www.eeworm.com/read/287843/8665270
m cm_f34.m
% script that generates the figure 3.4 of Carrier modulation chapter
snrindB=0:0.25:18;
for i=1:length(snrindB),
snr=10^(0.1*snrindB(i));
P2(i)=Qfunct(sqrt(2*snr));
P4(i)=2*Qfunct(sqrt(4*sn
www.eeworm.com/read/287843/8665296
m il3_8fun.m
% il3_8fun.m
function f=il3_8fun(x,p)
f=1/sqrt(2*pi)*exp((-(x-p).^2)/2).*log2(2./(1+exp(-2*x.*p)));
www.eeworm.com/read/287748/8672968
m bayuanshiliangzhen.m
clear;
f0=2000; %信号频率
fs=80*f0; %采样频率
Ns=2048; %采样点数
c=1500; %声速
N1=8; %阵元数
r1=1*c/f0; %大子阵半径
r2=0.5*r1 %小子阵半径
fai=0; %信号入射方向
w=2*pi*f0;
ph1=-180;
www.eeworm.com/read/287748/8672972
asv chuli.asv
clc
clear;
f0=8000; %信号频率
fs=4*f0; %采样频率
Ns=64; %采样点数
N1=8; %阵元数
c=1500; %声速
r1=0.226 %大子阵半径
r2=0.113 %小子阵半径
fai=0; %信号入射方向
w=2*pi*f0;
ph1=-180;
www.eeworm.com/read/287748/8672977
asv bayuanshiliangzhen.asv
clear;
f0=2000; %信号频率
fs=80*f0; %采样频率
Ns=2048; %采样点数
c=1500; %声速
N1=8; %阵元数
r1=1*c/f0; %大子阵半径
r2=0.5*r1 %小子阵半径
fai=0; %信号入射方向
w=2*pi*f0;
ph1=-180;