代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/303772/13809415
m shah.m
function f=shah(L,a);
%SHAH Discrete Shah-distribution
% Usage: f=shah(L,a);
%
% SHAH(L,a) computes the discrete, normalized Shah-distribution of
% length L with a distance of a between the spikes
www.eeworm.com/read/147682/5728112
m asptleakynlms.m
% [w,y,e,p]= asptleakynlms(x,w,d,mu,a,p,b)
%
% Performs filtering and coefficient update using the
% Leaky Normalized Least Mean Squares algorithm. The
% update equation is given by
%
www.eeworm.com/read/100601/6267403
txt div.txt
Division
This describes the division algorithm used by the MPI library.
Input: a, b; a > b
Compute: Q, R; a = Qb + R
The input numbers are normalized so that the high-order digit of b is
at lea
www.eeworm.com/read/488224/6498581
m program_13_9.m
% Program 13_9
% IIR Lowpass Half-band Filter Design
close all; clear all;
% Enter filter stopband specifications
ws = input('Normalized stopband angular frequency = ');
w
www.eeworm.com/read/484955/6569528
m nlms_demo.m
% Normalized LMS Algorithm
randn('seed', 0) ;
rand('seed', 0) ;
NoOfData = 8000 ; % Set no of data points used for training
Order = 32 ; % Set the adaptive filter order
Mu = 1.0 ; % Set the step
www.eeworm.com/read/346528/11739407
m grstate.m
% grstate Normalized ground state of a Hamiltonian
% Copyright (C) 2005 Geza Toth E.mail: toth@alumni.nd.edu
%
% This program is free software; you can redistribute it and/or
% modify it under
www.eeworm.com/read/154760/11929085
m chebpole.m
function [pc,pb] = chebpole(n,r)
% CHEBPOLE Geometric construction of Chebyshev poles.
%
% [PC,PB] = CHEBPOLE(N,R) Chebyshev poles and their location
% PC, PB return the Chebyshev and NORMALIZED B
www.eeworm.com/read/254742/12121059
m program_13_9.m
% Program 13_9
% IIR Lowpass Half-band Filter Design
close all; clear all;
% Enter filter stopband specifications
ws = input('Normalized stopband angular frequency = ');
w
www.eeworm.com/read/340406/12162784
m ambiguity.m
function Z = ambiguity(Ut, normalized)
% FOR GOOD RESULTS the length of the input vector (Ut)should be more
% than 7
% Example - a rectangular pulse shuld be [1 1 1 1 1 1 1]
%
if
www.eeworm.com/read/218613/14912914
m grstate.m
% grstate Normalized ground state of a Hamiltonian
% Copyright (C) 2005 Geza Toth E.mail: toth@alumni.nd.edu
%
% This program is free software; you can redistribute it and/or
% modify it under