代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/380781/9128195
m cisumyang.m
clc
clear
N=128; %采样点%
n=1:N;
xn=sqrt(20)*sin(2*pi*0.2*n)+sqrt(2)*sin(2*pi*0.213*n)+randn(size(n));
Rx=xcorr(xn,'unbiased');
for i=1:128;
for k=i:128;
R1(i,k)=Rx(k-i+128);
en
www.eeworm.com/read/380151/9159807
m fangbo.m
%方波
clear all;
t=-2*pi:0.01:2*pi;
f1=square(t);
f2=square(t,30);
f3=rectpuls(t);
subplot(3,1,1),plot(t,f1),title('f1'),axis([-2*pi,2*pi,-1.1,1.1]),grid on;
subplot(3,1,2),plot(t,f2),title('f2')
www.eeworm.com/read/380151/9159811
m sanjiaobo.m
%三角波
clear all;
t=-2*pi:0.01:2*pi;
f1=sawtooth(t);
f2=sawtooth(t,0.5);
f3=tripuls(t);
subplot(3,1,1),plot(t,f1),title('f1'),axis([-2*pi,2*pi,-1.1,1.1]),grid on;
subplot(3,1,2),plot(t,f2),title(
www.eeworm.com/read/380151/9159854
m homework8.m
t=[0:0.001:31];
y1=sin(pi*t/4).*cos(pi*t/4);
y2=cos(pi*t/4).*cos(pi*t/4);
y3=sin(pi*t/4).*cos(pi*t/8);
y4=sin(pi*t/4).*cos(pi*t/4)+cos(pi*t/4).*cos(pi*t/4);
subplot(3,1,1);
plot(t,y1,'r');
s
www.eeworm.com/read/182708/9194870
m deg2rad.m
function uscita = deg2rad(ingresso)
uscita = 2*pi*ingresso/360;
www.eeworm.com/read/182678/9195956
cpp p1-14.cpp
#include
const double PI=3.1416; //声明常量(const变量)PI为3.1416
main()
{
//声明3个变量
double r=3,l,s;
//计算圆的周长
l=2*PI*r;
cout
www.eeworm.com/read/182678/9196061
cpp p1-4.cpp
##include //包含iostream.h头文件
void main()
{
//输出字符常量、变量和字符串
char c1='A';
cout
www.eeworm.com/read/182284/9208642
m klse822.m
function y=klse822()
clear;
clc;
close all;
for oo=0:6
% theta=oo*pi/4;
SNRdB=8+oo;
%P_input_average=1e-6; %单位(mW)
%%%**************canshu1************************
theta=2*p
www.eeworm.com/read/182284/9208644
asv klse822.asv
function y=klse822()
clear;
clc;
close all;
for oo=0:6
% theta=oo*pi/4;
SNRdB=8+oo;
%P_input_average=1e-6; %单位(mW)
%%%**************canshu1************************
theta=0*p
www.eeworm.com/read/182284/9208647
m 1-klse822.m
%function y=klse822()
clear;
clc;
close all;
%*******************相关参数定义************************%
%for oo=0:6
% SNRdB=8+oo;
%*******************offset DPSK************************
theta=