代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/216045/15028726

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/114384/15055390

m example1_2.m

H=figure('Color',[0,1,1],'Position',[0,0,400,400],'Name',... '关于控制框设计的程序','NumberTitle','off', 'MenuBar','none'); uicontrol(H,'Style','text','Position',[0.05,0.74,0.9,0.1],... 'Units','no
www.eeworm.com/read/213940/15121887

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/212602/15152338

m fm_choice.m

function fig = fm_choice(varargin) % FM_CHOICE open dialog box and wait for input % % FM_CHOICE(TEXT) % FM_CHOICE(TEXT,MODE) % TEXT = text to be displayed % MODE = message mode %
www.eeworm.com/read/211973/15169049

m example1_2.m

H=figure('Color',[0,1,1],'Position',[0,0,400,400],'Name',... '关于控制框设计的程序','NumberTitle','off', 'MenuBar','none'); uicontrol(H,'Style','text','Position',[0.05,0.74,0.9,0.1],... 'Units','no
www.eeworm.com/read/210156/15205838

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/208657/15239474

m setparam.m

function setparam(indice) %SET PARAMETERS : callback dei bottoni check % % %Massimo Davini 01/06/99 % put delgraf instead of delete(findobj('tag','grafico')); % 25/may/02 Giampy global stac
www.eeworm.com/read/207184/15280311

m spin_new.m

function W = spin_new(X) % W = spin_new(X) % Method for spinglass example supplied with SA Tools. % See http://www.frostconcepts.com/software for information on SA Tools. % % W = spin_new(X) ;
www.eeworm.com/read/206380/15296091

txt 心电滤波程序.txt

function sgolaydemo(action); %SGOLAYDEMO Demonstrates Savitzky-Golay filtering. % This GUI demonstrates the smoothing obtained % with Savitzky-Golay filters on noisy ECG signals. %
www.eeworm.com/read/205972/15302820

m fir6.m

%给定通带截止频率和阻带截止频率以及阻带最小衰减, 如何用窗函数法设计线性相位低通滤波器 %数据的初始化 Wp=0.3*pi;Ws=0.5*pi;As=40; %利用Kaiser窗函数设计 Rs=10^(-40/20); f=[0.3 0.5]; a=[1 0]; dev=Rs*ones(1,length(a)); [M,Wc,beta,ftype]=kaisero