代码搜索:impulse
找到约 2,657 项符合「impulse」的源代码
代码结果 2,657
www.eeworm.com/read/162603/10292105
m impulse.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/162603/10292311
m impulse.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/424063/10499892
m impulse.m
function [yout,x,t] = impulse(a,b,c,d,iu,t)
%IMPULSE Impulse response of continuous-time linear systems.
% IMPULSE(A,B,C,D,IU) plots the time response of the linear system
% .
% x = Ax + Bu
%
www.eeworm.com/read/274320/10876376
m impulse.m
%--------------------------------------------------------------------------
% Impulse radio
%
%-------------------------------------------------------------------------
%--- Time response ----
www.eeworm.com/read/469632/6972412
m impulse.m
clc
clear all
close all
syms t n k k1 k2 ;
A=1; %y[n]
B=-0.6;%y[n-1]
C=0;%y[n-2]
xt1=0;
m1=n;
Am1=4;
m2=n-1;
Am2=0;
m3=n+1;
Am3=0;
i1=1;
i2=0;
y1='A+B/t+C/t^2=0';
f=char(su
www.eeworm.com/read/469632/6972427
m impulse.m
clc
clear all
close all
syms t n k k1 k2 ;
A=1;
B=-0.6;
C=0;
xt1=0;
i1=1;
i2=0;
y1='A+B/t+C/t^2=0';
f=char(subs(y1));
z=solve(f);
if C~=0
if z(1)~=z(2)&imag(z(1))==0
www.eeworm.com/read/451199/7469270
vwf impulse.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/450639/7479470
h impulse.h
/**************************************************************************
*
* ROUTINE
* impulse
*
* FUNCTION
* compute impulse response with direct form filter
* exclusive of adaptiv
www.eeworm.com/read/441072/7676397
vwf impulse.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/434426/7866707
c impulse.c
//用定时器0和定时器1分别产生周期为60ms和2.5ms的两种脉冲
#include //头文件
#include
#include
#include
#define uchar unsigned char //宏定义
uchar data i=0,j=0;