代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/431613/8665617

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/430435/8747118

m partc.m

% Lattice filters in finite precision % Solves part C clear all close all N = 500; P = 200; SNR = 30; var_v = 10^(-SNR/10); M = 10; % filter oder channel = randn(M,1); channel =
www.eeworm.com/read/429877/8784597

m fig7_9.m

clear all fofr = 0:0.001:1; arg = 2.*pi.*fofr; nume = 2.*(1.-cos(arg)); den11 = (1. + 0.25 * 0.25); den12 = (2. * 0.25) .* cos(arg); den1 = den11 - den12; den21 = 1.0 + 0.7 * 0.7; den22 = (2.
www.eeworm.com/read/384512/8866406

m som_recolorbar.m

function h=som_recolorbar(p, ticks, scale, labels) %SOM_RECOLORBAR Refresh and rescale colorbars in the current SOM_SHOW fig. % % h = som_recolorbar([p], [ticks], [scaling], [labels]) % % colormap
www.eeworm.com/read/381363/9095819

m display_text.m

function display_text(S, name, pos) %DISPLAY_TEXT - Display a scrolling text window. % % DISPLAY_TEXT(S, NAME, POS) % % inputs: % S % NAME - the title of the text window % POS - the position
www.eeworm.com/read/381363/9096433

m image_contour.m

function image_contour(command) %IMAGE_CONTOUR Analyze the Image contours. % % IMAGE_CONTOUR(COMMAND) % % The contours values are stored in the global matrix C. % See CONTOUR for a
www.eeworm.com/read/381207/9104560

m fig7_9.m

clear all fofr = 0:0.001:1; arg = 2.*pi.*fofr; nume = 2.*(1.-cos(arg)); den11 = (1. + 0.25 * 0.25); den12 = (2. * 0.25) .* cos(arg); den1 = den11 - den12; den21 = 1.0 + 0.7 * 0.7; den22 = (2.
www.eeworm.com/read/177819/9431232

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/373837/9432520

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/177606/9444234

m normalize.m

function output=normalize(input,strength) %this function is designed for normalizing the data set. %input the data which will be normalized. %strength the desired max of the