代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/443241/7635804

m exa060702_2.m

%-------------------------------------------------------------------------- % exa060702_2 , for example 6.6.2 and 6.7.2; % to test buttord.m and butter.m; % to design a Butterworth Bandpass digital
www.eeworm.com/read/443241/7635808

m exa020502.m

%------------------------------------------------------------------------- % exa020502.m, for example 2.5.2 and fig 2.5.6, %------------------------------------------------------------------------
www.eeworm.com/read/443241/7635834

m exa030202.m

%---------------------------------------------------------------------------- % exa030202, for example 3.2.2 and fig 3.2.4 % to explain how to unwrap the phase %------------------------------------
www.eeworm.com/read/443020/7639338

m hunpin.m

function y=hunpin(s,f0,fs,f1) %%%%%%%%%%%%%%%%%%%%%%%%%%进行混频,输出为中频信号 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% [M,N]=size(s); i=0:M-1; z1=cos(2*pi*2*f0*i/3/fs); y1=zeros(M,N); for i=1:N
www.eeworm.com/read/443020/7639340

asv xiangganjianbo.asv

function [I,Q]=xiangganjianbo(s,fs,f0,f1) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%相位相干检波 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% [M,N]=size(s); i=0:M-1; z1=cos(2*pi*f0*i/(3*fs)); z2=sin(2*
www.eeworm.com/read/443020/7639358

asv hunpin.asv

function y=hunpin(s,fs,f1,f0) %%%%%%%%%%%%%%%%%%%%%%%%%%进行混频,输出为中频信号 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% [M,N]=size(s); i=0:M-1; z1=cos(2*pi*2*f0*i/3/fs); y1=zeros(M,N); for i=1:N
www.eeworm.com/read/443020/7639369

m xiangganjianbo.m

function [I,Q]=xiangganjianbo(s,fs,f0,f1) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%相位相干检波 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% [M,N]=size(s); i=0:M-1; z1=cos(2*pi*f0*i/(3*fs)); z2=sin(2*
www.eeworm.com/read/443020/7639375

asv zhongfang.asv

function zhongfang(x) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%中频放大器 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% [M,N]=size(s); Vgain=6; %中放增益 w1=
www.eeworm.com/read/442985/7640421

m exa060702_2.m

%-------------------------------------------------------------------------- % exa060702_2 , for example 6.6.2 and 6.7.2; % to test buttord.m and butter.m; % to design a Butterworth Bandpass digital
www.eeworm.com/read/442985/7640425

m exa020502.m

%------------------------------------------------------------------------- % exa020502.m, for example 2.5.2 and fig 2.5.6, %------------------------------------------------------------------------