代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/187956/8585584
m p319.m
clear all;
N = 128;
m =80;
Pi = 3.1415926;
n = [0:1:N-1];
fsin=0;
Times=100; %独立仿真次数
for k=1:Times
x = zeros(m,N);
for i=1:m
rand('state',sum(100*clock));
w = randn
www.eeworm.com/read/187956/8585612
m p319fai.m
clear all;
N = 128;
m = 80;
Pi = 3.1415926;
n = [0:1:N-1];
fsin=0;
Times=100; %独立仿真次数
for k=1:Times
x = zeros(m,N);
fai1=rand*2*Pi-Pi;
fai2=rand*2*Pi-Pi;
for i=1:m
ran
www.eeworm.com/read/187956/8585708
m modulator.m
%rb 码率;fc 载频; df 频偏;
%N 码元个数,L 每个码字采样数
%k 调制类型 123 2ASK,BPSK,2FSK 456 4ASK,QPSK,4FSK 78 8PSK,8FSK
%9 16QAM
function x=modulator(rb,fc,snr_in_db,k,df,N,L)
fs=rb*L;
Ns=N*L;
t=0:1/fs:(1/fs)*(
www.eeworm.com/read/388569/8600545
cpp 1010 tempter of the bone.cpp
/*
1010 Tempter of the Bone
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 1024 K
GUN C++
*/
#include
#include
#include
using namespace std;
cons
www.eeworm.com/read/432495/8602006
m chap3_11f.m
function [y]=func(x1,x2,x3)
for l1=1:1:3
gs1=-[(x1+pi/6-(l1-1)*pi/6)/(pi/12)]^2;
u1(l1)=exp(gs1);
end
for l2=1:1:3
gs2=-[(x2+pi/6-(l2-1)*pi/6)/(pi/12)]^2;
u2(l2)=exp(gs2);
end
www.eeworm.com/read/388457/8608024
asv p3_1.asv
% Program P3_1
% Evaluation of the DTFT
clf;
% Compute the frequency samples of the DTFT
w = -4*pi:8*pi/511:4*pi;
num = [2 1];den = [1 -0.6];
h = freqz(num, den, w);
% Plot the DTFT
subplot(
www.eeworm.com/read/388457/8608027
m p3_1.m
% Program P3_1
% Evaluation of the DTFT
clf;
% Compute the frequency samples of the DTFT
w = -4*pi:8*pi/511:4*pi;
num = [2 1];den = [1 -0.6];
h = freqz(num, den, w);
% Plot the DTFT
subplot(2
www.eeworm.com/read/388422/8610975
m chap3_11f.m
function [y]=func(x1,x2,x3)
for l1=1:1:3
gs1=-[(x1+pi/6-(l1-1)*pi/6)/(pi/12)]^2;
u1(l1)=exp(gs1);
end
for l2=1:1:3
gs2=-[(x2+pi/6-(l2-1)*pi/6)/(pi/12)]^2;
u2(l2)=exp(gs2);
end
www.eeworm.com/read/288699/8613444
m couple_line.m
function y1=couple_line( )
clear;
clf;
format long
e0=8.854187818e-12;
u0=pi*(4e-7);
Wt=1;
W=0.1;
%S=0.1;
for S=0.01:0.01:0.5
b=1;
N1=10;
N2=10;
Nt=100;
deltl=W/N1;%%%deltl=0.01%%%
c1=d
www.eeworm.com/read/288681/8613988
m bamu.m
clear
lambda=0.6263;
k=2*pi/lambda;
u=4*pi*10^(-7);
e=8.854*10^(-12);
a=0.0026*lambda;
LR=0.5*lambda;
L=0.47*lambda;
LD=0.43*lambda;
SR=0.25*lambda;
SD=0.3*lambda;
w=k/sqrt(u*e);
y=120*pi;