代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/460435/7251243
m showfigs.m
%SHOWFIGS Show all figures on the screen
%
% SHOWFIGS(K)
%
% Use K figures on a row
function showfigs(k)
h = sort(get(0,'children'));
n = length(h);
if nargin == 0
k = ceil(sqrt(n));
e
www.eeworm.com/read/459909/7263185
m dsb_mod.m
function u=dsb_mod(m,ts,fc)
% u=dsb_mod(m,ts,fc)
%DSB_MOD takes signal m sampled at ts and carrier
% freq. fc as input and returns the DSB modulated
% signal. ts
www.eeworm.com/read/458396/7297103
m dsb_mod.m
function u=dsb_mod(m,ts,fc)
% u=dsb_mod(m,ts,fc)
%DSB_MOD takes signal m sampled at ts and carrier
% freq. fc as input and returns the DSB modulated
% signal. ts
www.eeworm.com/read/457711/7319008
m fwin.m
function noreturn=fwin(arg1, arg2, arg3);
% fwin : This program handles graph interface for fractal - an ATLAST
% workshop project: 2D/3D Fractal Pictures of Fern and Other Fractal Images!
% Thi
www.eeworm.com/read/457711/7319011
m cogame.m
% COGAME is an M-file for playing the coordinate game.
% The command cogame will generate a graph and a menu
% of levels. The player can choose any one of four levels
% of play or choose the two pe
www.eeworm.com/read/457711/7319015
m transfor.m
function transfor
% ATLAST Transformer utility.
%
% This utility allows one to see graphically the
% effects of linear transformations on geometric
% figures.
%
% An initial image is s
www.eeworm.com/read/457711/7319090
m cogame.m
% ATLAST65中向量合成竞赛的程序cogame
% 《工程线性代数(MATLAB版)》引用
% 陈怀琛,高淑萍,杨威合编,电子工业出版社,2007年6月
% COGAME is an M-file for playing the coordinate game.
% The command cogame will generate a graph and a menu
% of level
www.eeworm.com/read/456354/7351441
m dsb_mod.m
function u=dsb_mod(m,ts,fc)
% u=dsb_mod(m,ts,fc)
%DSB_MOD takes signal m sampled at ts and carrier
% freq. fc as input and returns the DSB modulated
% signal. ts
www.eeworm.com/read/456193/7355137
m fm_linelist.m
function fig = fm_linelist()
% FM_LINELIST create GUI for plotted variable lines
%
% HDL = FM_LINELIST()
%
% This function is generally called by a callback within FM_PLOTFIG
%
%Author: Federico Mi
www.eeworm.com/read/455979/7360182
m dedemov.m
function dedemov(action);
% DE function minimization demonstration.
% dedemov is called with no parameters.
%
% Differential Evolution for MATLAB
% Copyright (C) 1996 R. Storn
% International Computer