代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/356183/10235335
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/356085/10237419
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/163048/10250962
m gfcreatefilter2.m
function [g]=gfcreatefilter2(f0,theta,gamma,eta,n,varargin)
% GFCREATEFILTER2 Create normalized 2-D Gabor filter in the spatial domain.
%
% G = GFCREATEFILTER2(F0,THETA,GAMMA,ETA,N,...) creates a
%
www.eeworm.com/read/355284/10281314
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/160256/10548616
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/160223/10555051
m ex0824.m
% Chapter 08: Example 8.24 Design a filter
n=135;
f = [0 0.2 0.4 0.7 0.9 1];
a = [0 0.5 0 1 0];
up=[0.005 0.51 0.03 1.02 0.05]
lo=[-0.005 0.49 -0.03 0.98 -0.05];
b=fircls(n,f,a,up,lo);
[h,w]=f
www.eeworm.com/read/159954/10584425
m input_g.m
%输入线性环节传函
gswin=figure('color',col0,'position',[100 200 400 200],...
'name','输入线性环节参数','menubar','none',...
'NumberTitle','off','Resize','off');
dd=text(0.25,0.9,'线性环节参数'
www.eeworm.com/read/351297/10660566
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/422052/10666713
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/351013/10687922
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) ;