代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/365849/9843780

m model_edit_uvars.m

function model_edit_uvars(action,varargin); % Sorry, I didn't have enough time to write nice and documented GUI code. % Toolbox for nonlinear filtering. % Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/365849/9843788

m xhandle_edit.m

function xsymbolic_edit(action,varargin) % Sorry, I didn't have enough time to write nice and documented GUI code. % Toolbox for nonlinear filtering. % Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/365849/9843800

m dgnl_edit.m

function dnl_edit(obj, hObject, varargin) % NOTE: Model edit windows do not use the "action" input argument, % as all other edit windows do. % This will be fixed as soon as possible. In the meantim
www.eeworm.com/read/365849/9843840

m model_edit_wvars.m

function model_edit_wvars(action,varargin); % Sorry, I didn't have enough time to write nice and documented GUI code. % Toolbox for nonlinear filtering. % Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/364985/9884456

m exm1071_1.m

%exm1071_1.m %在屏幕的右上方创建一个背景为"橘黄"色的"试验窗"。 bdw=0.01; %左右两侧边和底边的宽度 tpw=0.15; %顶边宽度不能太小 pos=[1/2+bdw,2/3+bdw,1/2-2*bdw,1/3-bdw-tpw]; % figure('Units','normalized','Position',pos,'Color',
www.eeworm.com/read/364985/9884495

m exm1152_1.m

function exm1152_1( ) clf reset % set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小 set(gcf,'defaultuicontrolunits','normalized'); set(gcf,'defaultuicontr
www.eeworm.com/read/364985/9884798

m exm1151_1.m

function exm1151_1( ) global hedit hpop hlist clf reset,shg % set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小 set(gcf,'defaultuicontrolunits','normalize
www.eeworm.com/read/168454/9912401

m prog8b2.m

% % m-file for Example 8B.2 (Program 8B.2, p566). % Program name: prog8b2.m % N=2; % Filter order Fs=1280; % Sampling frequency FN=Fs/2; fc=150; % Cutoff frequenc
www.eeworm.com/read/168454/9912419

m prog7b2.m

% % prog7b2.m, p442 File name % FS=1000; % Sampling frequency FN=FS/2; % Nyquist frequency N=73; % Filter length beta=5.65; % Kaiser ripple parameter fc
www.eeworm.com/read/168454/9912463

m prog7b1.m

% % prog7b1.m, p442 Program name % fc=0.53; % cutoff frequency (normalized to Fs/2) N= 10; % Filter length (number of taps) hd=fir1(N-1,fc,boxcar(N)); % Calculate truncated ideal