代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/200131/15440173
m exm09071_1.m
bdw=0.01;
tpw=0.15;
pos=[1/2+bdw,2/3+bdw,1/2-2*bdw,1/3-bdw-tpw]; %
figure('Units','normalized','Position',pos,'Color',[0.9,0.65,0])
%
set(gcf,'Name','试验窗')
www.eeworm.com/read/111282/15515767
m demo_nn.m
% File Name : demo_nn.m
% Purpose : Drawing the Demo Figure
% Author : Hossam E. Mostafa Abdelbaki, School of Computer Science,
% University of Center
www.eeworm.com/read/111282/15515775
m rnn3.m
% File Name : rnn3.m
% Purpose : Welcome figure
% Author : Hossam E. Mostafa Abdelbaki, School of Computer Science,
% University of Centeral Florida (U
www.eeworm.com/read/111282/15515779
m rnn3_gui.m
% File Name : rnn3_gui.m
% Purpose : Main program window
% Author : Hossam E. Mostafa Abdelbaki, School of Computer Science,
% University of Centeral F
www.eeworm.com/read/110662/15527806
m s671.m
%
% s671.m - MATLAB script in Section 6.7.1
%
% Filter specifications
%
Fs=8000; % Sampling frequency 8 kHz
fc=800; % Passband cutoff frequency 800 Hz
fs=1600; % Stopband frequency 1.6 kHz
www.eeworm.com/read/110661/15527821
m exam5_11.m
%
% exam5_11.m - design of bandpass filter
%
f = [0 0.3 0.4 0.6 0.7 1]; % frequency range
m = [0 0 1 1 0 0]; % desired magnitude response
b = remez(17, f, m); %
www.eeworm.com/read/108859/15574058
m examp56.m
clc,echo on
%EXAMPLE 56
f0=30;S=128;N=256;N1=1024;
n=0:N-1; f=(0:N1-1)*S/N1; % DT Index and frequency axis (Hz)
x=cos(2*pi*f0*n/S); % Signal
X=abs(fft(x,N1))/N1; %
www.eeworm.com/read/106690/15626815
m ctf_read_gui.m
function [ctf,GUI] = ctf_read_gui(command);
% ctf_read_gui - GUI interface to read data from a CTF .ds folder
%
% [ctf,FIG] = ctf_read_gui( [command] );
%
% eg,
% ctf = ctf_read_gui;
%
% ctf st
www.eeworm.com/read/104666/15685638
m drawinput.m
function fig = drawinput()
%高级画图对话框
h0 = figure('Color',[0.925490196078431 0.913725490196078 0.847058823529412], ...
'MenuBar','none', ...
'Name','高级绘图', ...
'NumberTitle','off', ...
'Positi
www.eeworm.com/read/103618/15727721
m exm1071_1.m
%exm1071_1.m
%在屏幕的右上方创建一个背景为"橘黄"色的"试验窗"。
bdw=0.01; %左右两侧边和底边的宽度
tpw=0.15; %顶边宽度不能太小
pos=[1/2+bdw,2/3+bdw,1/2-2*bdw,1/3-bdw-tpw]; %
figure('Units','normalized','Position',pos,'Color',