代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
zonghemoxing2.m
clear all;
clc;
close all;
format long;
a=pi/4;
h=0.001;
t=1;
w=60;
bt=rem(t,h);
bbt=t-bt;
n1=bbt/h;
kn=0;
for i=1:n1
t(:,i)=(i-1)*h;
oo=w*t(:,i);
if oo
zonghemoxingbc.asv
clear all;
clc;
close all;
format long;
a1=pi/4;
a2=pi/10;
h=0.001;
t=5;
w=2*pi*30;
bt=rem(t,h);
bbt=t-bt;
n1=bbt/h;
k=0;
for i=1:n1
t(:,i)=(i-1)*h;
oo=w*t(:,i)/60;
mykaiguan.m
clear all;
clc;
close all;
format long;
a1=pi/4;
a=pi/4;
da=0.1*pi;%
h=0.001;
f=30;
w=2*pi*f;
k=0;
t=60/f;
bt=rem(t,h);
bbt=t-bt;
n1=bbt/h;
for i=1:n1
t(:,i)=(i
zonghemoxingbc.m
clear all;
clc;
close all;
format long;
a1=pi/2;
a2=0;
h=0.001;
t=5;
w=2*pi*30;
bt=rem(t,h);
bbt=t-bt;
n1=bbt/h;
k=0;
for i=1:n1
t(:,i)=(i-1)*h;
oo=w*t(:,i)/60;
zonghemoxingcrack.m
clear all;
clc;
close all;
format long;
a1=pi/16;
a2=pi/4;
h=0.001;
t=3;
w=1000;
bt=rem(t,h);
bbt=t-bt;
n1=bbt/h;
k=0;
for i=1:n1
t(:,i)=(i-1)*h;
oo=w*t(:,i)/60;
zonghemoxingcrack.asv
clear all;
clc;
close all;
format long;
a1=pi/6;
a2=pi/4;
h=0.001;
t=3;
w=1000;
bt=rem(t,h);
bbt=t-bt;
n1=bbt/h;
k=0;
for i=1:n1
t(:,i)=(i-1)*h;
oo=w*t(:,i)/60;
dangle.m
function phi = dAngle(a,b)
d = a-b;
phi = mod(d,2*pi);
if phi > pi
phi = 2*pi-phi;
end
psk8.m
function[s] = psk8(d,fb,fc,fs,Ac)
%clear; d=randint(1,10,8);fb=500;fc=2000;Ac=1;fs=12000;
N=length(d);M=fs/fb;tb=1/fb;tc=1/fc;Nc=M*tc/tb;
for j = 1:N
if d(j)==0
for i = 1:M
s((j-1)*M+i
psk8.m
function[s] = psk8(d,fb,fc,fs,Ac)
%clear; d=randint(1,10,8);fb=500;fc=2000;Ac=1;fs=12000;
N=length(d);M=fs/fb;tb=1/fb;tc=1/fc;Nc=M*tc/tb;
for j = 1:N
if d(j)==0
for i = 1:M
s((j-1)*M+i
entries.extra
/General.inc///1188538582////
/PI.inc///1188538582////