代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/285881/8803306

m mohuhanshugujishipin.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% 用模糊函数估计频差、时差仿真算法 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clear all;clc; f0=1000;%载频 fm=20;%调制信号频率 fd=20;%多普勒频骗 td=50;%时移 f
www.eeworm.com/read/429467/8807265

mac c2cxrad2.mac

****************************************************************************** * FILE: c25cxrad2.mac --> macro file for radix 2 fft's based on 320c5x * *
www.eeworm.com/read/429449/8808037

m dpsk.m

% ---------------------------------------- % +++++ Simulation of DPSK Demodulator +++++++ % For simplicity only the detector (after sampling) is simulated. % ------------
www.eeworm.com/read/285828/8808989

m new.m

% 产生一个样本函数 function xt=new(); pha=2*pi*rand(1); a=rand(1)+4.5; t=0.01:0.01:1; for i=1:100 xt(i)=a*cos(2*pi*t(i)+pha); end
www.eeworm.com/read/285822/8809372

m exa060603.m

%---------------------------------------------------------------------------- % exa060603.m, for example 6.6.3; % To design IIR Butteworth bandstop DF by analog-lowpass, % -------------------------
www.eeworm.com/read/285822/8809396

m exa011004_sinc.m

%----------------------------------------------------------------- % exa011004_sinc.m, for example 1.10.4 % to generate the sinc function. % 产生一 sinc 函数; %-----------------------
www.eeworm.com/read/285822/8809407

m exa050501.m

%------------------------------------------------------------------------ % exa050501.m, for example 5.5.1 and fig5.5.1 % to explain the spectra factorization %------------------------------------
www.eeworm.com/read/285822/8815523

m exa060701_3.m

%----------------------------------------------------------------------------- % exa060701_3.m , for example 6.7.1 and 6.5.1 % to test butter.m %---------------------------------------------------
www.eeworm.com/read/285822/8815526

m exa060701_2.m

%----------------------------------------------------------------------------- % exa060701_2.m , for example 6.7.1 and 6.5.1 % to test buttord,lp2lp,bilinear ; % to design Low-pass DF with s=2/Ts[(
www.eeworm.com/read/285822/8815540

m exa100800_corrcoef.m

%------------------------------------------------------------------------ % exa100800_corrcoef.m, % to test corrcoef.m ; %------------------------------------------------------------------------