代码搜索:Raspberry Pi

找到约 10,000 项符合「Raspberry Pi」的源代码

代码结果 10,000
www.eeworm.com/read/179336/9360220

m problem_6_5_iv.m

clear all t0=10; K=10; fl=5000000000;fh=7000000000; c=300000000; d=(c/2/fh)*8; for f=fl:(fh-fl)/20:fh; it=0; for t=-90:.1:90; tet=t*pi/180; it=it+1; for k=
www.eeworm.com/read/179336/9360284

m fig_2_11_ab.m

clear all tau=5e-10;f_1=4e9; E=1; K=sqrt(E/tau/sqrt(pi/2)); it=0; for t=-2e-9:1e-12:2e-9; it=it+1; s_j(it)=sqrt(2)*K*exp(-t^2/tau^2)*cos(2*pi*f_1*t); end, figure (1);t=-2e-9:1e-12:2e-
www.eeworm.com/read/179269/9362140

asv bperuncode4psk.asv

function [pb,ps]=bperuncode8psk(snr_in_dB) N=100000; E=1; %energy per symbol snr=10^(snr_in_dB/10); numan=1; %the nu
www.eeworm.com/read/179269/9362157

asv bper.asv

function [pb,ps]=bper(snr_in_dB) N=1000; E=1; %energy per symbol snr=10^(snr_in_dB/10); numan=1; %the number of tran
www.eeworm.com/read/179269/9362166

m bperuncode8psk.m

function [pb,ps]=bperuncode8psk(snr_in_dB,N) E=1; %energy per symbol snr=10^(snr_in_dB/10); numan=1; %the number of t
www.eeworm.com/read/179269/9362181

m bperuncode8psk.m

function [pb,ps]=bperuncode8psk(snr_in_dB,N) E=1; %energy per symbol snr=10^(snr_in_dB/10); numan=1; %the number of t
www.eeworm.com/read/179269/9362190

asv bperuncode8psk.asv

function [pb,ps]=bperuncode8psk(snr_in_dB) N=20000; E=1; %energy per symbol snr=10^(snr_in_dB/10); numan=1; %the num
www.eeworm.com/read/179269/9362211

m bperuncode4psk.m

function [pb,ps]=bperuncode4psk(snr_in_dB,N) E=1; %energy per symbol snr=10^(snr_in_dB/10); numan=1; %the number of t
www.eeworm.com/read/179269/9362222

m bperuncode4psk.m

function [pb,ps]=bperuncode4psk(snr_in_dB,N) E=1; %energy per symbol snr=10^(snr_in_dB/10); numan=1; %the number of t
www.eeworm.com/read/179152/9368155

m exp2_4_.m

close all clc clear %定义时间范围 t=[0:pi/20:9*pi]; hold on %允许在同一坐标系下绘制不同的图形 plot(t,sin(t),'r:*') plot(t,cos(t)) plot(t,-cos(t),'k') grid on %在所画出的图形坐标中添加栅格,注意用在plot之后 hold off %覆盖旧图