代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/223295/14647495

m tdscdmamapwin.m

screen = get(0, 'ScreenSize'); width = 0.75*screen(3); height = 0.75*screen(4); pos = [0.5*(screen(3)-width) 0.5*(screen(4)-height) width height]; a = figure('Color', [0.8 0.8 0.8], ...
www.eeworm.com/read/223154/14651784

m viewedf.m

function viewedf(Action, ActOption) % viewedf % Display EDF (European Data Format) files % This program requires Matlab Version >= 5.2 and should work with Matlab 6.x % % Command line functionali
www.eeworm.com/read/122497/14687638

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand
www.eeworm.com/read/220723/14790682

txt 新建 文本文档.txt

Transfer function: 3 s^2 + 4 ----------------------- s^3 + 2.5 s^2 + 2 s + 2 Transfer function: 0.6667 z^3 + 2.776e-016 z^2 - 4.996e-016 z + 0.6667 ---------------------------------
www.eeworm.com/read/220723/14790688

m shiyan1.m

clc clear all b=[3 0 4 ];a=[1 2.5 2 2]; T=1;Fs=1; sys=tf(b,a) [bz1,az1]=bilinear(b,a,Fs); [bz2,az2]=impinvar(b,a,Fs); sys1=tf(bz1,az1,T) sys2=tf(bz2,az2,T) w=linspace(-pi,pi,512); h1=freqz(b
www.eeworm.com/read/220289/14843769

m demprgp.m

function demprgp(action); %DEMPRGP Demonstrate sampling from a Gaussian Process prior. % % Description % This function plots the functions represented by a Gaussian Process % model. The hyperparameter
www.eeworm.com/read/220289/14843821

m demnlab.m

function demnlab(action); %DEMNLAB A front-end Graphical User Interface to the demos % % Description % This function will start a user interface allowing the user to select % different demonstration f
www.eeworm.com/read/219981/14856683

m xpsound.m

function xpsound(action) global SD_VOLUME SD_NAMES SD_DISP SD_PLOTCMD global funcs func_titles if nargin < 1, action = 'initialize'; end; if strcmp(action,'initialize') oldFigNumbe
www.eeworm.com/read/117859/14901995

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); %ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniforml
www.eeworm.com/read/217949/14942827

m fig5_19.m

% % This routine plots the first four Chebyshev polynomials % in the normalized frequency range from -1 to 1 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theor