代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/200551/15430881
m jessy.m
%线性卷积
H=axes('unit','normalized','position',[0,0,1,1],'visible','off');
set(gcf,'currentaxes',H);
str='\fontname{隶书}线性卷积动态演示';
text(0.32,0.97,str,'fontsize',13);
set(gcf,'unit','normalized','po
www.eeworm.com/read/200551/15430884
m jiemian1.m
%循环卷积
H=axes('unit','normalized','position',[0,0,1,1],'visible','off');
set(gcf,'currentaxes',H);
str='\fontname{隶书}循环卷积动态演示';
text(0.32,0.97,str,'fontsize',13);
set(gcf,'unit','normalized','po
www.eeworm.com/read/103618/15727771
m exm11431_1.m
%exm11431_1.m
clf reset
set(gcf,'menubar','none')
set(gcf,'unit','normalized','position',[0.2,0.2,0.64,0.32]);
set(gcf,'defaultuicontrolunits','normalized') %设置用户缺省控件单位属性值
h_axes=axes('position'
www.eeworm.com/read/226086/14496720
h cal_eval.h
void distorted_image_plane_error_stats (double*,double*,double*,double*);
void undistorted_image_plane_error_stats (double*,double*,double*,double*);
void object_space_error_stats (do
www.eeworm.com/read/357783/10201151
m dfec_global.m
%%%%%%%%%%%%%%%%%%%%%%
% CHANNEL PARAMETERS %
%%%%%%%%%%%%%%%%%%%%%%
% c channel coefficients, either baud- or fractionally-spaced,
% normalized if normalization button is on
% Nc
www.eeworm.com/read/278210/4146585
m sprbfld.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% sprBfld.m - Program plots the normalized B-field wave
% form for a SP synchronous machine and gives
% the
www.eeworm.com/read/139332/5799653
h file_header_extended_off.h
// Copyright (c) 1997 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Witten
www.eeworm.com/read/291752/8399467
cpp denorm_proto.cpp
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// File = denorm_proto.cpp
//
// Converts a normalized lowpass prototype filter
// into a denormalized LP, BP, BS, or HP fil
www.eeworm.com/read/278210/4146593
m rdrotmmf.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% rdrotmmf.m - Program plots the resulting normalized B-field
% wave over two pole pitches for a round
%
www.eeworm.com/read/353520/10441838
m dlvboqi.m
clear
handles=figure('name','数字滤波器设计演示');
set(handles,'unit','normalized','position',[0.1,0.2,0.5,0.5]);
set(handles,'defaultuicontrolunits','normalized');
%坐标轴y一用来绘制低通滤波器
haxes1=axes('positi