代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/349839/10797323

m fmlin.m

function [y,iflaw]=fmlin(N,fnormi,fnormf,t0); %FMLIN Signal with linear frequency modulation. % [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency % modulation. % The phase of this mod
www.eeworm.com/read/274773/10853537

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand
www.eeworm.com/read/419563/10860651

txt fig5_11.m .txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 5.11 % Eigenbeams for two sources % K. Bell 7/24/01, 10/23/01 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clear all close all %************************ % Arr
www.eeworm.com/read/419474/10866159

m rms.m

% rms.m % Scope: This MATLAB macro computes root mean square (RMS) of a sample. % Usage: y = rms(x) % Description of parameters: % x - input, sample (r
www.eeworm.com/read/273787/10901188

m playdb.m

% PLAYDB % Plot contour map by using uniform scale logarithmically % See also PLAYB function playdb(Y,l) m = size(Y,1); x = linspace(0,1,m); y = linspace(0,0.5,1024); Y = dbvalue(Y/max(max
www.eeworm.com/read/273787/10901240

m playb.m

% PLAYB % Plot contour map by using uniform scale % See also PLAYDB function playb(Y,l) m = size(Y,1); x = linspace(0,1,m); y = linspace(0,0.5,1024); v = linspace(min(min(Y)),max(max(Y))
www.eeworm.com/read/273606/10908617

m ex11_3.m

hf=figure('Color',[0,1,1],'Position',[100,200,400,200],... 'Name','数制转换','NumberTitle','off','MenuBar','none'); uicontrol(hf,'Style','Text', 'Units','normalized',... 'Position',[0.05,0.
www.eeworm.com/read/273606/10908782

m ex11_4.m

clf; set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]); set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off'); axes('Position',[0.05,0.15,0.55,0.7]); uicontrol(gcf,'Style','text',
www.eeworm.com/read/418695/10935696

m normr.m

function n = normr(m) %NORMR Normalize rows of matrix. % % NORMR(M) % M - a matrix. % Returns a matrix the same size with each % row normalized to a vector length of 1. % % See also NORMC, PNORMC.
www.eeworm.com/read/272527/10954377

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand