代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/236162/14030384

m chirp1_1.m

% the data of signal clear; format long; c=3*10.^8; L=6; sam=128*4; N=128*4; f0=0.175; lamta=c/f0; len=lamta/2; P1=20*pi/180; snr=-5; Amp=sqrt(2*10^(snr/10)); sig=Amp.*fmlin(N,0.1
www.eeworm.com/read/133238/14051264

h onedimension.h

#ifndef Onedimension_h #define Onedimension_h #include "FinityElement.h" #include "mymath.h" #define filename1 "oneinitial.txt" #define E 1.0e-8 double h; double* tout; class Onedimension:publ
www.eeworm.com/read/132953/14065434

m ip_07_07.m

% MATLAB script for Illustrative Problem 7, Chapter 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); % assum
www.eeworm.com/read/132510/14086368

m work262.m

function work262(a) theta=linspace(0,4*pi); rho=a*cos(3*theta); polar(theta,rho,'r');
www.eeworm.com/read/132510/14086393

m work24.m

function work24 ezplot('1*(t-sin(t))','1*(1-cos(t))',[0,2*pi]);
www.eeworm.com/read/204298/15341830

m tohrev.m

function angle = tohrev(angle) % This will take in an angle in radians between % -2*pi and 2*pi and modulate it so that the output % is from -pi to pi % % angle = tohrev(angle) if(angle > pi & angle
www.eeworm.com/read/204298/15341862

m tohrev.m

function angle = tohrev(angle) % This will take in an angle in radians between % -2*pi and 2*pi and modulate it so that the output % is from -pi to pi % % angle = tohrev(angle) if(angle > pi & angle
www.eeworm.com/read/204090/15344711

m exp2_4_.m

close all clc clear %定义时间范围 t=[0:pi/20:9*pi]; hold on %允许在同一坐标系下绘制不同的图形 plot(t,sin(t),'r:*') plot(t,cos(t)) plot(t,-cos(t),'k') grid on %在所画出的图形坐标中添加栅格,注意用在plot之后 hold off %覆盖旧图
www.eeworm.com/read/204090/15344719

m exp2_4.m

close all clc clear %定义时间范围 t=[0:pi/20:9*pi]; figure(1) %选择图像 plot(t,sin(t),'r:*') grid on %在所画出的图形坐标中添加栅格,注意用在plot之后 grid off %删除栅格 figure(2) plot(t,cos(t)) grid on grid off
www.eeworm.com/read/204034/15347231

txt smart,antenna.txt

仿真采用均匀直线阵,阵间距离为半波长 clc clear A=input('please input the number of element:'); E=input('please input the angle of interesting signal:'); E1=input('please input the angle of interesting signal:');