代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/235546/14064290

m ofdmda_qpsk_4plot.m

%以为4经的瑞衰的ofdmda and qpsk 的性曲比 clear all; close all; itau1=[0,2,3,4]; % Arrival time for each multipath normalized by tstp dlvl11=[0,10,20,25]; % Mean power for each multipath normalize
www.eeworm.com/read/200388/15434292

m istretch.m

%ISTRETCH Image linear normalization % % g = istretch(image) % g = istretch(image, newmax) % % Return a normalized image in which all pixels lie in the range % 0 to 1, or 0 to newmax. % % % Copyright
www.eeworm.com/read/431626/8664614

m ip_06_03.m

% MATLAB script for Illustrative Problem 6.3. echo on f_cutoff=2000; % the desired cutoff frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling frequency f1=
www.eeworm.com/read/428723/8850857

m image_registr_mi.m

function f=image_registr_MI(x) % This is a subroutine of opti_MI_scaling.m. load image IM1=double(IM1); IM2=double(IM2); IM2=imresize(IM2, x(4), 'bilinear'); J=imrotate(double(IM2), x(
www.eeworm.com/read/381363/9095829

m sendmail.m

function sendmail(command) %SENDMAIL Send comments via e-mail to the alex group. % % SENDMAIL(COMMAND) % % COMMAND: - EDIT Edit a window for text entry % - BUGS Bugs info % - SEND Send the m
www.eeworm.com/read/176032/9521512

m gui_counter1.m

function gui_counter1() %GUI_COUNTER is a demo of GUI design for the book. %designed by Professor Dingyu Xue (c), 5 April, 2000 h_main=figure('Units','normalized','Position',[0.15, 0.45, 0.6, 0.1],
www.eeworm.com/read/165451/10062056

m disout.m

function y=disout(code,lnei,y) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % DISOUT % Display outer-totalistic rule code % This function-M file is called by RGEN*** and RULEGEN2&3 % %
www.eeworm.com/read/165451/10062079

m rulegen2.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % RULEGEN2 % User interface for definition of 2-dimensional CA rules % % Fist Coded 17 April 1997 % Last Modefied 28 December 1998
www.eeworm.com/read/164054/10133400

m ex6_2.m

h_main=figure('Units','normalized','Position',[0.15, 0.45, 0.6, 0.1],... 'Name','A Simple Example','MenuBar','none',... 'NumberTitle','off','Resize','off'); h_edit = uicontrol('Style','edit',
www.eeworm.com/read/424063/10504093

m ip_06_03.m

% MATLAB script for Illustrative Problem 3, Chapter 6. echo on f_cutoff=2000; % the desired cut-off frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling freq