代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/350586/10730673
c iir.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "f2812a.h"
#include"math.h"
#define IIRNUMBER 2
#def
www.eeworm.com/read/158750/10731485
m freqz_m.m
function [db,mag,pha,grd,w] = freqz_m(b,a);
% Modified version of freqz subroutine
% ------------------------------------
% [db,mag,pha,grd,w] = freqz_m(b,a);
% db = Relative magnitude in dB computed
www.eeworm.com/read/421516/10733458
m m2.m
% M-file for Project 2 on space vectors in Chapter 5.
% m2.m prompts the user for the values of m, n and attenuation
% factor used in the SIMULINK file s2.m
% It also plots the results of th
www.eeworm.com/read/276467/10736228
m twophase.m
function varargout=twophase(t,Y,flag,tspan,Y0)
switch flag
case ''
varargout{1} = f(t,Y);
case 'init'
[varargout{1:3}] = fi(tspan,Y0);
case 'events'
www.eeworm.com/read/421312/10741672
c al8_1.c
/*案例代码文件名:AL8_1.C*/
#define PI 3.1415926 /*PI是宏名,3.1415926用来替换宏名的常数*/
main()
{float radius,length,area,volume;
printf("Input a radius: ");
scanf("%f",&radius);
length=2*PI*radius;
www.eeworm.com/read/276402/10741719
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
www.eeworm.com/read/276402/10741813
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
www.eeworm.com/read/350464/10741842
m exa060603.m
%----------------------------------------------------------------------------
% exa060603.m, for example 6.6.3;
% To design IIR Butteworth bandstop DF by analog-lowpass,
% -------------------------
www.eeworm.com/read/350464/10741852
m exa060701_3.m
%-----------------------------------------------------------------------------
% exa060701_3.m , for example 6.7.1 and 6.5.1
% to test butter.m
%---------------------------------------------------
www.eeworm.com/read/350464/10741854
m exa060701_2.m
%-----------------------------------------------------------------------------
% exa060701_2.m , for example 6.7.1 and 6.5.1
% to test buttord,lp2lp,bilinear ;
% to design Low-pass DF with s=2/Ts[(