代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/243623/12931337
m tonyc2.m
function tonyc2(n,wo)
% tonyc(n,wo) forms coefficients of two path polyphase filter
% n must be odd (3,5,7.....)
% wo is normalized band edge frequency .5>wo>.25
% coefficient list is a0 a1 a2 a
www.eeworm.com/read/243623/12931339
m tonyc.m
function tonyc(n,wo)
% tonyc(n,wo) forms coefficients of two path polyphase filter
% n must be odd (3,5,7.....)
% wo is normalized band edge frequency .5>wo>.25
% coefficient list is a0 a1 a2 a3
www.eeworm.com/read/243623/12931341
m tonyc3.m
function tonyc(n,wo)
% tonyc(n,wo) forms coefficients of two path polyphase filter
% n must be odd (3,5,7.....)
% wo is normalized band edge frequency .5>wo>.25
% coefficient list is a0 a1 a2 a3
www.eeworm.com/read/142092/12963356
m toptitle.m
function h=toptitle(string)
% The function TOPTITLE places a title over a set of subplots.
% Best results are obtained when all subplots are
% created and then TOPTITLE is executed.
%
% Calling
www.eeworm.com/read/141988/12974624
m curvplot.m
function curvplot(x,y,style)
% CURVPLOT Handles the cuvature plot in GUI.
% usage: curvplot(x,y,style), x = arclength, y= curvature.
% All the software included in this package is presented as
www.eeworm.com/read/141988/12974706
m uitleg.m
function uitleg(titleStr,helpStr);
% UITLEG Utility function for displaying help text conveniently.
% Adapted gor GUI
% First turn on the watch pointer in the old figure
oldFigNumber=watchon;
% If
www.eeworm.com/read/141739/12988480
m som_gui.m
function som_gui(varargin)
%SOM_GUI A GUI for initialization and training of SOM.
%
% som_gui([sD])
%
% som_gui
% som_gui(sD)
%
% Input and output arguments ([]'s are optional)
% [sD] (
www.eeworm.com/read/242478/13003110
m ex11_3.m
hf=figure('Color',[0,1,1],'Position',[100,200,400,200],...
'Name','数制转换','NumberTitle','off','MenuBar','none');
uicontrol(hf,'Style','Text', 'Units','normalized',...
'Position',[0.05,0.
www.eeworm.com/read/242478/13003380
m ex11_4.m
clf;
set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]);
set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off');
axes('Position',[0.05,0.15,0.55,0.7]);
uicontrol(gcf,'Style','text',
www.eeworm.com/read/328545/13021395
m fir digital filter(with chebyshev algorithm).m
clear all;
rp=0.25;% Passband ripple
rs=50; %Stopband ripple
Fs=200; % Sampling frequency
wp1=0.2;%normalized passband frequency
ws1=0.3;%normalized stopband frequency
wp=Fs/2*wp1;%passband fre