代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/458488/7296071
m bin2flt.m
function f = bin2flt(c)
% bin2flt Expand a binary representation of floating point mantissa
%
% Synopsis: f = bin2flt(c)
%
% Input: c = (string) bit sequence of the fractional part of a nor
www.eeworm.com/read/456354/7351358
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/456193/7354779
m fm_dir.m
function fig = fm_dir()
% FM_DIR create GUI for data format conversion
%
% HDL = FM_DIR()
%
%see also FM_DIRSET
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 31-Jul-2003
%Update:
www.eeworm.com/read/456193/7354807
m fm_update.m
function fig = fm_update(varargin)
% FM_UPDATE create GUI for UDM compiling and system updating messages
%
% HDL = FM_UPDATE()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 12-Feb-
www.eeworm.com/read/456193/7355021
m fm_snap.m
function fig = fm_snap(varargin)
% FM_SNAP create GUI for Snapshot settings
%
% HDL = FM_SNAP()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 10-Feb-2003
%Version: 1.0.2
%
%E-mai
www.eeworm.com/read/456193/7355039
m fm_component.m
function fig = fm_component(varargin)
% FM_COMPONENT create GUI for UDM browser
%
% FM_COMPONENT()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 12-Feb-2003
%Update: 15-Sep-2003
www.eeworm.com/read/456193/7355092
m fm_snbfig.m
function fig = fm_snbfig(varargin)
% FM_SNBFIG create GUI for Saddle-Node Bifurcation Analysis
%
% HDL = FM_SNBFIG()
%
%see also FM_SNB
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version:
www.eeworm.com/read/456193/7355119
m fm_simset.m
function fig = fm_simset(varargin)
% FM_SIMSET create GUI for Simulink model settings
%
% HDL = FM_SIMSET()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: fmilan
www.eeworm.com/read/456193/7355131
m fm_plotfig.m
function fig = fm_plotfig()
% FM_PLOTFIG create GUI for plotting variables
%
% FM_PLOTFIG()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 27-Feb-2003
%Update: 11-Sep-2003
%Versi
www.eeworm.com/read/456193/7355149
m sizefig.m
function pos = sizefig(dx,dy)
% FIGSIZE determine the figure size for the current screen resolution
%
% SIZES = SIZEFIG(DX,DY)
% DX = normalized width for a 1024x768 screen
% DY = normal