代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/275022/10839158

c 1cpdv.c

#include "math.h" void cpdv(pr,pi,m,qr,qi,n,sr,si,k,rr,ri,l) int m,n,k,l; double pr[],pi[],qr[],qi[],sr[],si[],rr[],ri[]; { int i,j,mm,ll; double a,b,c,d,u,v; void cmul(doubl
www.eeworm.com/read/419568/10860491

m tu1-20.m

clear; DOA=[pi/180 pi/36 pi/18 pi/9 pi/6]; %DOA=pi/6; dlabuda=0:0.1:50; for s=1:length(DOA) p=1./(DOA(s)); %p=1./DOA; for k=1:length(dlabuda) xiangguan(k)=quadl(@beijifun,-
www.eeworm.com/read/419568/10860509

m tu1-21.m

clear; DOA=[pi/180 pi/36 pi/18 pi/9 pi/6]; dlamda=0:0.1:50; k1=1./(2.*sqrt(3)); for s=1:length(DOA) sigma=DOA(s).*k1; for n=1:length(dlamda) xiangguan(n)=quadl(@beijifun1,-pi,pi
www.eeworm.com/read/419563/10860702

txt fig3_41.m .txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 3.41 % Initial 40dB Chebychev pattern with four nulls equispaced over the sector(0.22,0.28). % Lillian Xiaolan Xu 3/24/99 % Last updated by K. Bell 9/2
www.eeworm.com/read/419563/10860707

txt fig3_42.m .txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 3.42 % Initial 40dB Chebychev pattern with eight nulls equispaced over the sector(0.22,0.36). Sidelobe cancellation=51dB % Lillian Xiaolan Xu 3/24/99 %
www.eeworm.com/read/419563/10860768

txt fig3_32.m .txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 3.32 % Desired beam pattern and synthesized patterns % using the Fourier series method and Woodward % sampling technique % (a) N =
www.eeworm.com/read/419563/10860832

txt fig4_28.m .txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Fig 4.28 % Sampling on 2-dimension T-C, using ifft to get weight % and get the reconstructed beampattern using fft % Xiaomin
www.eeworm.com/read/419563/10860859

txt fig4_27.m .txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% %%%% Fig 4.27 %%%% Pattern sampling on psi space, using ifft to get weight %%%% and get the reconstructed beampattern using
www.eeworm.com/read/273787/10901246

m efilter2.m

% H = EFILTER(ALFA, STOPEDGE, PASSEDGE, ORDER) % % This program is to realize the Lowpass filter Algorithm of the paper % 'Eigenfilters: A New Approach to Least-Squares FIR Filter Design and %
www.eeworm.com/read/273787/10901263

m efilter.m

% H = EFILTER(ALFA, STOPEDGE, PASSEDGE, ORDER) % % This program is to realize the Lowpass filter Algorithm of the paper % 'Eigenfilters: A New Approach to Least-Squares FIR Filter Design and % Ap