代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/471460/6894068
m chp6ex2.m
chp6fig3 % Graphical display for Example 6.2
dx=1; % Change in variable is set to a high value
x=2; % Initial est
www.eeworm.com/read/415746/11055922
m 6-9.m
%例程6-9 方波信号的离散小波变换
% e.g.6-9.m for example6-9;
%test the function of wavedec.
clear all;
t=0:.01*pi:10*pi;
x=square(t,80);
X=x+randn(size(x))/10;
subplot(5,2,1:2); plot(t,X);
xlabel('Time
www.eeworm.com/read/249070/12524045
cpp example011.cpp
int main()
{
int n = 5;
double x = 2.0;
// Computes n! for an integer n >= 0
int f = 1;
// Invariant: f == (j-1)!
for (int j = 1; j
www.eeworm.com/read/147424/12552742
c bezr5.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147424/12552744
c bezr3.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147424/12553082
c bezr4.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147424/12553130
c bezr1.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147424/12553392
c bezr2.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147424/12553395
c bezr0.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147096/12583982
m d2cm.m
function [acout,bc,cc,dc] = d2cm(a,b,c,d,Ts,method,w)
%D2CM Conversion of discrete LTI systems to continuous-time.
% [Ac,Bc,Cc,Dc] = D2CM(A,B,C,D,Ts,'method') converts the discrete-
% time state-sp