代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/108859/15573865
m winspec.m
function [st,w,wh] = winspec(ty,beta)
% WINSPEC Spectral measures of window functions
%
% [ST,W,WH] = WINSPEC(TY,BETA) computes spectral measures of
% window functions specified b
www.eeworm.com/read/108859/15573880
m lp2iir.m
function [nn,dd] = lp2iir(ty,ty1,n,d,sf,f,fc)
% LP2IIR Convert LPP to required IIR digital filter.
%
% [NIIR,DIIR] = LP2IIR(TY,TY1,NLP,DLP,SF,F,FC) Convert LPP to IIR filter
% TY = 'lp', 'hp
www.eeworm.com/read/108859/15573913
m invsi2.m
function [b,k] = invsi2(y,a,tol,kmax)
% INVSI2 Inverse sine square integral.
%
% [C, K] = INVSI2(X,A,TOL,ITER) Inverse of the sine square integral SI2
% X = SI2(y,A) where SI2 is integral of [sin(
www.eeworm.com/read/108859/15573941
m si.m
function Y = si(x,a)
% SI The sine integral.
%
% Y = SI(X,A) Computes the integral of sin(At)/(At) over [0, X]
%
% SI (with no input arguments) invokes the following example:
%
% % Plot
www.eeworm.com/read/108859/15573942
m dfdiir.m
function [dtfn,dtfd,tfnn,tfnd,tfan,tfad] = dfdiir(ty,ty1,ty2,a,sf,pb,sb,w3d,pl)
% DFDIIR IIR digital filter design.
%
% [N,D,NP,DP,NU,DU] = DFDIIR(TY,TY1,TY2,A,SF,FP,FS,F3,PL)
% TY = 'bw', 'c1',
www.eeworm.com/read/108859/15573978
m demosamp.m
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ashok Ambardar, EE Dept. MTU, Houghton, MI 49931, USA
% http://
www.eeworm.com/read/108859/15574003
m sinc.m
function y = sinc(x)
% SINC Sinc Function.
%
% Y=SINC(X) generates sin(pi*x)/(pi*x)
%
% SINC (with no input arguments) invokes the following example:
%
% % Evaluate and plot si
www.eeworm.com/read/107176/15612121
m s10fig11.m
% exercise 10.29 Bode Plots
%
Q=4;
fmin = 5; % min freq (in Hz) to view
fmax = 20; % max freq (in Hz) to view
df=0.01; % step size
f=fmin:df:fmax; % frequency
www.eeworm.com/read/107030/15614585
c 矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
www.eeworm.com/read/106690/15626498
m dftfilt.m
% dftfilt() - discrete Fourier filter
%
% Usage:
% >> b = dftfilt(n,W,c,k,q)
%
% Inputs:
% n - number of input samples
% W - maximum angular freq. relative to n, 0 < W