代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/276983/10690754

cpp p1-4.cpp

##include //包含iostream.h头文件 void main() { //输出字符常量、变量和字符串 char c1='A'; cout
www.eeworm.com/read/159146/10691780

m clarke.m

% clarke.m % Clarke的一个参考模型 hold off; clear; % 清理工作现场 N=1000; % 多径数目 tstep=0.00005; % 时间步长 t=0.0001:tstep
www.eeworm.com/read/350857/10705730

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/350857/10705744

m exa020502.m

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

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/421327/10741002

m circle_mesh.m

% Advanced Engineering Electromagnetic % Pouya Dastmalchi 8600844 % Triangular mesh plot for a Circule %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/350464/10741845

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/350382/10746188

m 4-6.m

%例程4-6 带通椭圆滤波器的幅频函数 wp1=10; wp2=20; Fs=100; rp=0.5; rs=50; wp1=2*pi*wp1; wp2=2*pi*wp2; Bw=wp2-wp1; Wo=sqrt(wp2*wp1); [z,p,k]=ellipap(7,rp,rs); [A,B,C,D]=zp2ss(z,p,k); [At,Bt,Ct,Dt]=lp2b
www.eeworm.com/read/276181/10758617

c 矩阵转换.c

void trans(int *p,int n) { int i,j,temp; int *pi,*pj; for(i=0;i
www.eeworm.com/read/421052/10758861

m phasecalculation.m

function [phase phasepos] = PhaseCalculation(peaks), % % [phase phasepos] = PhaseCalculation(peaks), % ECG phase calculation from a given set of R-peaks. % % input: % peaks: vector of R-peak pul