代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/448896/7523273
m input_h.m
%输入反馈环节传函
hswin=figure('position',[100 150 600 400],...
'name','输入反馈环节参数','menubar','none',...
'NumberTitle','off','Resize','off');
dd=text(0.25,0.9,'反馈环节参数');
set(dd,'f
www.eeworm.com/read/448896/7523286
m input_g.m
%输入开环传递函数传函
gswin=figure('position',[100 150 600 400],...
'name','输入前向通道参数','menubar','none',...
'NumberTitle','off','Resize','off');
dd=text(0.25,0.9,'前向通道参数');
set(dd,
www.eeworm.com/read/448535/7531462
m psdarma.m
function [w,h] = psdarma(b,a)
%
% Plot the psd of an arma model
%
% function [w,h] = psdarma(b,a)
%
% b = numerator coefficients
% a = denominator coefficients
%
% w = frequency values
% h =
www.eeworm.com/read/445830/7589530
m invmulaw.m
function x=invmulaw(y,mu)
%INVMULAW the inverse of mu-law nonlinearity
%X=INVMULAW(Y,MU) Y=normalized output of the mu-law nonlinearity.
x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/442447/7651416
m invmulaw.m
function x=invmulaw(y,mu)
%INVMULAW the inverse of mu-law nonlinearity
%X=INVMULAW(Y,MU) Y=normalized output of the mu-law nonlinearity.
x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/439811/7701431
m invmulaw.m
function x=invmulaw(y,mu)
%INVMULAW the inverse of mu-law nonlinearity
%X=INVMULAW(Y,MU) Y=normalized output of the mu-law nonlinearity.
x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/198865/7906299
c explodename.c
/* Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it and/or
www.eeworm.com/read/298764/7936528
c explodename.c
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it an
www.eeworm.com/read/197918/7962143
m grtemp.m
% Grid
disp('start')
figure(2);
clf;
set (gcf,'Position',[0.5 0.1 0.35 0.4],'Name','Gridded Data View','NumberTitle','off','Units','normalized');
set(gcf,'position',[0.5 0.1 0.35 0.4],'Units','normal
www.eeworm.com/read/297947/7984438
cpp perform_adaptive_filtering.cpp
/*=================================================================
% perform_adaptive_filtering - perform adaptive filtering
%
% B = perform_adaptive_filtering(A,H,I);
%
% A is an n1 x n2 in