代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/215382/15062517

m errorbar531.m

function errorbar531 figure(1) x=[0:0.2:4*pi]; y=sin(x); e=[0:1/(length(x)-1):1]; errorbar(x,y,e)
www.eeworm.com/read/215382/15062574

m plotyy533.m

function plotyy533 x=0:0.01*pi:2*pi; y=sin(x); z=exp(x); plotyy(x,y,x,z,'plot','semilogy')
www.eeworm.com/read/215156/15071902

m mmse_diedai08.m

clear clc %波束形成的最佳权向量 %已知各信源的到达角度 %假设空间存在3个信号源,0为期望信号,1,2为干扰,各信号不相关;各信号功率相等 %采用8个阵元的线阵 sita0=50*pi/180;sita1=30*pi/180;sita2=70*pi/180; %各信号DOA amp1=1;amp2=1;amp3=1; %各信号幅度 t1
www.eeworm.com/read/214909/15084206

m chap3_11f.m

function [y]=func(x1,x2,x3) for l1=1:1:3 gs1=-[(x1+pi/6-(l1-1)*pi/6)/(pi/12)]^2; u1(l1)=exp(gs1); end for l2=1:1:3 gs2=-[(x2+pi/6-(l2-1)*pi/6)/(pi/12)]^2; u2(l2)=exp(gs2); end
www.eeworm.com/read/214778/15088796

c utils.c

#include "Utils.h" #include "math.h" double stdAngle(double angle) { while(angle >= 2*PI) angle -= 2*PI; while(angle
www.eeworm.com/read/214777/15088842

c utils.c

#include "Utils.h" #include "math.h" double stdAngle(double angle) { while(angle >= 2*PI) angle -= 2*PI; while(angle
www.eeworm.com/read/214091/15113444

m xia2.m

s=0; i=1; while i=b; a else b end fplot('[sin(x),cos(x)]',[0,2*pi]) gtext('y1=sin(x)') gtext('y2=cos(x)')
www.eeworm.com/read/214091/15113584

m untitled2.m

x=linspace(0,2*pi,100); y=4*(1+cos(x)); axis off grid off box off polar(x,y,'r');
www.eeworm.com/read/213940/15121964

m ip_07_07.m

% MATLAB script for Illustrative Problem 7.7. echo on Tb=1; f1=1000/Tb; f2=f1+1/Tb; phi=pi/4; N=5000; % number of samples t=0:Tb/(N-1):Tb; u1=cos(2*pi*f1*t); u2=cos(2*pi*f2*t); % Assu
www.eeworm.com/read/213224/15140910

txt iirfiltermatlab.txt

(1)IIR一阶低通滤波器 P576 clear; fi=1;fs=10;Gc2=0.9; wc=2*pi*fi/fs; omegac=tan(wc/2); alpha=(sqrt(Gc2)/sqrt(1-Gc2))*omegac; a=(1-alpha)/(1+alpha); b=(1-a)/2; w=0:pi/300:pi;