代码搜索:arma
找到约 477 项符合「arma」的源代码
代码结果 477
www.eeworm.com/read/280495/10325948
arma
www.eeworm.com/read/290630/8470919
txt arma.txt
www.eeworm.com/read/284606/8913768
m arma.m
%iddemo4
% Lennart Ljung
% Copyright (c) 1986-98 by The MathWorks, Inc.
% $Revision: 3.4 $ $Date: 1997/12/02 03:42:55 $
echo on
% In this demo we consider spectrum estimation, us
www.eeworm.com/read/360770/10079142
m arma.m
function [x,y] = arma (u,theta,x,n,m)
%-----------------------------------------------------------------------
% Usage: [x,y] = arma (u,theta,x,n,m)
%
% Description: Compute the output of an
www.eeworm.com/read/444535/7612088
jpg arma.jpg
www.eeworm.com/read/444535/7612105
bmp arma.bmp
www.eeworm.com/read/299239/7870611
exe arma.exe
www.eeworm.com/read/299239/7870664
c arma.c
#include
#include
#include
#include "rtdspc.h"
float iir_biquad(float input,float *a,float *b);
float iir_adapt_filter(float input,float d,float *a,float *b);
#
www.eeworm.com/read/299239/7870723
mak arma.mak
all : arma.exe
arma.obj : arma.c rtdspc.h
cl -c arma.c
filter.obj : filter.c
cl -c filter.c
arma.exe : arma.obj filter.obj
cl arma.obj filter.obj
www.eeworm.com/read/485520/6552522