代码搜索:Stability
找到约 381 项符合「Stability」的源代码
代码结果 381
www.eeworm.com/read/123946/14605521
m fsvut.m
function [dv,nv,tv,uv,av,miv,mov,av2,div] = fsvut(w,g,k,h);
%FSVUT Utility function for FSVAN and FSVANF.
%
% [DV,NV,TV,UV,AV,MIV,MOV,AV2,DIV] = FSVUT(W,LI,FI,G,K,H)
% Calculates performance
% an
www.eeworm.com/read/213298/15137428
m stereoverb.m
function [yleft,yright]=stereoverb(x,d,cg,cg1,cd,ag,ad,k)
%This is a stereo reverberator based on Moorer's design which consists of 6 parallel feedback comb filters
%(each with a low pass filter
www.eeworm.com/read/204429/15339828
changelog
* 0.05b
-- 04/02/02
- Various bug fixes
- Memory leak fixes
- Added debug info in connections
* 0.05 -- 27/01/02
- Memory leak fixes
- Huge stability fixes
- Download resume added
-
www.eeworm.com/read/360606/10085223
m ex10_5.m
%
% In this example we design a GaAs FET oscillator
% using microstrip matching networks
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/154092/11989763
m ex10_5.m
%
% In this example we design a GaAs FET oscillator
% using microstrip matching networks
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/128755/14279715
m ex10_5.m
%
% In this example we design a GaAs FET oscillator
% using microstrip matching networks
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/217949/14942728
m ex10_5.m
%
% In this example we design a GaAs FET oscillator
% using microstrip matching networks
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
www.eeworm.com/read/389317/8533819
m contents.m
% GMM Toolbox for Matlab
% Last Revision: June 08, 2004
%
% MAIN FUNCTIONS
% --------------
% GMMEST: Main procedure for the unrestricted GMM estimation
% R_GMMEST: GMM estimation under lin
www.eeworm.com/read/388457/8608133
m p2_8.m
% Program P2_8
% Stability test based on the sum of the absolute
% values of the impulse response samples
clf;
num = [1 -0.8]; den = [1 1.5 0.9];
N = 200;
h = impz(num,den,N+1);
parsum = 0;
www.eeworm.com/read/387887/8649536
m p2_8.m
% Program P2_8
% Stability test based on the sum of the absolute
% values of the impulse response samples
clf;
num = [1 -0.8]; den = [1 1.5 0.9];
N = 200;
h = impz(num,den,N+1);
parsum = 0;