代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/306728/13739346
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/306131/13752202
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/305632/13764303
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
www.eeworm.com/read/305568/13766178
m gui_demo_ctx.m
function gui_demo_ctx()
%GUI_DEMO_CTX is a demo of GUI design for the book.
% with ContextMenu added.
%designed by Professor Dingyu Xue (c), 5 April, 2000
h_main=figure('Units','normalized','Po
www.eeworm.com/read/305568/13766217
m gui_demo.m
function gui_demo()
%GUI_DEMO 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.3,0.3,0.5,0.4],...
'Nam
www.eeworm.com/read/305568/13766236
m gui_counter.m
function gui_counter()
%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/305568/13766269
m shw3d_win.m
function fig = shw3d_win()
%SHW3D_WIN is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
mat2=[ 0 0 1.0000
0 0.5000 0
www.eeworm.com/read/303779/13808877
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/303779/13808883
m fmlin.m
function [y,iflaw]=fmlin(N,fnormi,fnormf,t0);
%FMLIN Signal with linear frequency modulation.
% [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency
% modulation.
% The phase of this mod
www.eeworm.com/read/303772/13809423
m pchirp.m
function g=pchirp(L,n)
%PCHIRP Periodic chirp
% Usage: g=pchirp(L,n);
%
% PCHIRP(L,n) returns a normalized, periodic, discrete chirp of length L
% that revolves n times around the frequency pl