代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/165406/10063762
m exa030202.m
%----------------------------------------------------------------------------
% exa030202, for example 3.2.2 and fig 3.2.4
% to explain how to unwrap the phase
%------------------------------------
www.eeworm.com/read/360770/10078788
m funf934.m
function y = funf934 (x)
%-----------------------------------------------------------------------
% Description: Initial value for Example 9.3.4
%--------------------------------------------------
www.eeworm.com/read/360770/10079040
m fung953.m
function y = fung953 (x)
%-----------------------------------------------------------------------
% Description: Initial deritivative for Example 9.5.3
%-------------------------------------------
www.eeworm.com/read/164740/10090158
cpp c54fft.cpp
#include "stdio.h"
#include "stdlib.h"
#include
#include
#include
//#define pi 3.1415926536
#define NN 128
void main(void)
{int i,j,k,m,N,r,s,t;
double pi= 4
www.eeworm.com/read/164407/10110699
cpp gtrigtable.cpp
/*
Copyright (C) 2006, Mike Gashler
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Softw
www.eeworm.com/read/164338/10116809
m q730.m
%《MATLAB在电子信息课程中的应用》(第三版)第七章例7.30程序q730
% 用脉冲响应不变法和双线性变换法将模拟滤波器离散化
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
%脉冲响应不变法实现模拟到数字滤波器的转换
clear;close all
b=1000;a=[1,1000];
w=[0:1000*2*<mark>pi</mark>]; % 设定模拟频率
[ ...
www.eeworm.com/read/164338/10116878
m q45.m
%《MATLAB在电子信息课程中的应用》第四章第五节演示程序q45
% 字符串函数库
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, echo on
s='abyzABYZ0189',pause
size(s),pause
abs(s),pause
setstr(abs(s)),pause
dec2hex(abs(s)),pause
s1
www.eeworm.com/read/163918/10139982
m er_fsample.m
function f = er_fsample(M,fpts,varargin)
% function f = er_fsample(M,fpts,varargin)
% Computes Type-I FIR filter coefficients using frequency sampling approach.
% Takes filter parameter in M (f
www.eeworm.com/read/359540/10140155
m q730.m
%《MATLAB在电子信息课程中的应用》(第三版)第七章例7.30程序q730
% 用脉冲响应不变法和双线性变换法将模拟滤波器离散化
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
%脉冲响应不变法实现模拟到数字滤波器的转换
clear;close all
b=1000;a=[1,1000];
w=[0:1000*2*<mark>pi</mark>]; % 设定模拟频率
[ ...
www.eeworm.com/read/359540/10140192
m q45.m
%《MATLAB在电子信息课程中的应用》第四章第五节演示程序q45
% 字符串函数库
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, echo on
s='abyzABYZ0189',pause
size(s),pause
abs(s),pause
setstr(abs(s)),pause
dec2hex(abs(s)),pause
s1