代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/287267/8698977

m phispan.m

function T=phispan(x,phitype,dilation,uo,a,bord1,bord2,Family,par); % USAGE T=phispan(x,phitype,dilation,uo,a,bord1,bord2) % % This function returns a matrix Tij that contains elements % \phi_j(x_i
www.eeworm.com/read/287267/8699037

m mregwav2.m

% Example of multiscale approximation using % Regularization Networks % % Sin/Sinc frame are used for approximating a % Sin + sinc functions. % % % 30/10/2000 AR % % close all clear all
www.eeworm.com/read/287194/8711054

c 13kfft0.c

#include "stdio.h" #include "13kfft.c" #include "math.h" main() { int i,j; double pr[64],pi[64],fr[64],fi[64]; for (i=0; i
www.eeworm.com/read/430894/8719696

m pll_cycle.m

% Experiment 2, CS: Haykin % phase lock loop and cycle slipping % requires functions lin.m to run % Experiment2_2.m and Experiment2_1.m are used for Part 3 % of Experiment2. % time interval
www.eeworm.com/read/286953/8736587

c show_tan.c

#include #include void main(void) { double pi = 3.14159265; printf("Tangent of pi is %f\n", tan(pi)); printf("Tangent of pi/4 is %f\n", tan(pi / 4.0)); }
www.eeworm.com/read/386581/8737781

m designlowerfilter.m

%DesignLowerFilter.m function B=DesignLowerFilter(W0) fs=8000; N=399; k=2*pi/fs; Bandwidth=70; wc1=(W0-Bandwidth/2)*k; wc2=(W0+Bandwidth/2)*k; B=fir2(N,[0,wc1/pi,wc2/pi,1],[0 ,1, 1, 0]);
www.eeworm.com/read/286883/8738506

m c5_4_1.m

clear all; clf; N=1224; f1=200; f2=700; f3=1100; dt=1/1024; sample=1/dt; randn('state',sum(100*clock)); dis=2*rand(1,
www.eeworm.com/read/386405/8750477

java snow_z.java

//显微镜下的雪花(分形频道:fractal.cn)2004 import java.awt.*; import javax.swing.*; import java.lang.*; public class Snow_Z extends JApplet implements Runnable { private Thread t; boolean dstatus
www.eeworm.com/read/386343/8752545

txt 新建 文本文档.txt

x=1.5:0.5:7.5; y=x; [X,Y]=meshgrid(x,y); Z=[X,Y]./x; mesh(X,Y,Z) surf(X,Y,Z) mesh(peaks) title('Mesh plot of peaks') % griddata 用的不错 function Plot3Da() clc close all data=[ -140.595
www.eeworm.com/read/286640/8752780

m cp0702_analytical_waveforms.m

% % FUNCTION 7.3 : "cp0702_analytical_waveforms" % % Definition of the analytical expression for the first 15 % derivatives of the Gaussian pulse % % The function receives as input: % 1) the ti