代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/365527/9858282

m exa5_1.m

a1=axes; %创建第一个区域位于窗口上方 set(a1,'position',[0.05 0.55 0.9 0.4]); %定位于窗口上方 a2=axes; %创建第二个区域 set(a2,'position',[0.05 0.05 0.4 0.4])
www.eeworm.com/read/365527/9858353

m exa6_2.m

t=(-5*pi:pi/40:5*pi)+eps; y=sin(t)./t; hline=plot(t,y); %绘制Sa曲线 cm=uicontextmenu; %创建现场菜单 %制作具体菜单项,定义相应的回调 uimenu(cm,'label','green','callback',
www.eeworm.com/read/365527/9858381

m exa4_1.m

theta = -pi:0.01:pi; % 计算 rho(1,:) = 2 * sin(5 * theta) .^ 2; rho(2,:) = cos(10 * theta) .^ 3; rho(3,:) = sin(theta) .^ 2; rho(4,:) = 5 * cos(3.5 * theta) .^ 3; for k = 1:4 po
www.eeworm.com/read/365527/9858732

m exa2_60.m

x=[1 ;3; 5; 7; 9]; y=fft(x) t=0:0.02:1; %波形方程 x=sin(2*pi*20*t)+sin(2*pi*12*t); y=fft(x); %经过傅立叶变换观察其模数和相位 m=abs(y); p=unwrap(angle
www.eeworm.com/read/365487/9861411

m feedb.m

% feedbl.m % 反馈线性化 % 初始化 clear X1 = [rand(1,300)*pi, rand(1,100)*pi]; X2 = [rands(1,300)*pi, zeros(1,100) ]; P = [X1; X2]; dt = 0.05; T= X2 + dt*(10*sin(X1)-2*(X2)); [R,Q] = size(P); S1
www.eeworm.com/read/365378/9866203

c fir.c

#include "myapp.h" #include "ICETEK-VC5509-EDU.h" #include "scancode.h" #include #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNAL2F 4500 #define SAMPLEF 10000 #define PI 3
www.eeworm.com/read/365357/9866422

m satpos.m

function satp = satpos(t,eph); %SATPOS Calculation of X,Y,Z coordinates at time t % for given ephemeris eph %Kai Borre 04-09-96 %Copyright (c) by Kai Borre %$Revision: 1.0 $ $Date: 1
www.eeworm.com/read/365352/9866516

m satpos.m

function satp = satpos(t,eph); %SATPOS Calculation of X,Y,Z coordinates at time t % for given ephemeris eph %Kai Borre 04-09-96 %Copyright (c) by Kai Borre %$Revision: 1.1 $ $Date: 1997/1
www.eeworm.com/read/365348/9867114

m satpos.m

function satp = satpos(t,eph); %SATPOS Calculation of X,Y,Z coordinates at time t % for given ephemeris eph %Kai Borre 04-09-96 %Copyright (c) by Kai Borre %$Revision: 1.1 $ $Date: 1997/1
www.eeworm.com/read/365319/9869886

m plotcbar.m

% PLOTCBAR -- Plot colorbar for current colormap. % % PLOTCBAR is a script to plot a (vertical) colorbar for the % current colormap in figure 1. and saves it to a level 1 encapsulated % postscri