代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/160223/10555702

m ex0429.m

b = [1 0 -1]; a = [1 0 -0.81]; [R,p,C] = residuez(b,a) w=[0:500]*pi/500; H=freqz(b,a,w); magH=abs(H);phaH=angle(H); subplot(211);plot(w/pi,magH);grid xlabel('frequency in pi units');ylabel('Magn
www.eeworm.com/read/160223/10555705

m ex0411.m

% Chapter 4: Example 4.27: % b = [1,0]; a = [1, -0.9]; [H1,H2,H3] = zplane(b,a); title('Pole-Zero Plot'); pause w=[0:100]*pi/100; H=freqz(b,a,w); magH=abs(H); phaH=angle(H); subplot(211);plo
www.eeworm.com/read/160223/10555711

asv ex0429.asv

b = [1 0 -1]; a = [1 0 -0.81]; [R,p,C] = residuez(b,a) w=[0:500]*pi/500; H=freqz(b,a,w); magH=abs(H);phaH=angle(H); subplot(211);plot(w/pi,magH);grid xlabel('frequency in pi units');ylabel('Magn
www.eeworm.com/read/160223/10555715

m ex0428.m

% Chapter 4: Example 4.28: % b = [1 0 -1]; a = [1 0 -0.81]; [R,p,C] = residuez(b,a) pause %Frequency Response is below w=[0:500]*pi/500; H=freqz(b,a,w); magH=abs(H);phaH=angle(H); subplot(211);plot(w/
www.eeworm.com/read/160223/10555742

m ex0511.m

n = [0:1:99]; x = cos(0.48*pi*n)+cos(0.52*pi*n); % Spectrum based on the first 10 samples of x(n) n1 = [0:1:9]; y1 = x(1:1:10); subplot(2,3,1); stem(n1,y1); title('x(n), 0
www.eeworm.com/read/278209/10559682

m imeval.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % imeval.m - Calculates induction motor performance % given winding & dimensional data % Calls imdesig
www.eeworm.com/read/352344/10560348

c 3-8.c

#include #include #include void main (void) { double pi,t; long int n,s; t=1.0; n=1; s=1; pi=0.0; SCON = 0x50; TMOD |=
www.eeworm.com/read/278154/10562341

c xmoment.c

/* Driver for routine moment */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define PI 3.14159265 #define NPTS 5000 #define NBIN 100 #define NP
www.eeworm.com/read/352327/10563697

m levelplots.m

clear; n=128; p=1; a = 1:1500; b = -1500:1500; [A,B] = meshgrid(a,b); S = A.^2 + B.^2; Z = exp(-pi^2*A*n^2./(4*p^2*S)); ZZ = 2*exp(-A*(2*p-1)^2/4).*(1+1./p*(2*p-1)*A) + sqrt(pi./sqrt(S))/p.*e
www.eeworm.com/read/352327/10563701

m show_results.m

output_error a=real(delta); C=exp(-a*pi^2/abs(delta)^2); figure(1); h=semilogy( error(:,1), error(:,2),'k-',... error(:,1), error(:,3),'k--',... error(:,1), error(:,4),'k-.',... error(:,1),