代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/458661/7291925
m gain2.m
% gain2.m - normalized gain of arbitrary 2D array of linear sinusoidal antennas
%
% Usage: [ge,gh,th] = gain2(L,d,I,N,ph0)
% [ge,gh,th] = gain2(L,d,I,N) (equival
www.eeworm.com/read/315751/13536884
m gain2.m
% gain2.m - normalized gain of arbitrary 2D array of linear sinusoidal antennas
%
% Usage: [ge,gh,th] = gain2(L,d,I,N,ph0)
% [ge,gh,th] = gain2(L,d,I,N) (equival
www.eeworm.com/read/303512/13813949
m gain2.m
% gain2.m - normalized gain of arbitrary 2D array of linear sinusoidal antennas
%
% Usage: [ge,gh,th] = gain2(L,d,I,N,ph0)
% [ge,gh,th] = gain2(L,d,I,N) (equival
www.eeworm.com/read/433114/8545487
m cornor.m
function [cc,lag]=cornor(s1,s2,type)
% Function computes normalized crosscorrelation between s1 and s2
% for all possible shifts.
%
% [cc,lag]=cornor(s1,s2,type)
% INPUT
% s1 vector
www.eeworm.com/read/297258/8034666
txt game.txt
% 用matlab写的推箱子游戏:第0关
close all;clc;clear;
figure('NumberTitle','off','Name','欢迎光临推箱子游戏:第0关');
uicontrol(gcf,'style','text',...
'unit','normalized','position',[0.09,0.06,0.82,0.14],...
'Backgr
www.eeworm.com/read/310212/13654559
m cheb1ap.m
function [z,p,k] = cheb1ap(n, rp)
%CHEB1AP Chebyshev type I analog lowpass filter prototype.
% [Z,P,K] = CHEB1AP(N,Rp) returns the zeros, poles, and gain
% of an N-th order normalized prototype
www.eeworm.com/read/310212/13654561
m cheb2ap.m
function [z,p,k] = cheb2ap(n, rs)
%CHEB2AP Chebyshev type II analog lowpass filter prototype.
% [Z,P,K] = CHEB2AP(N,Rs) returns the zeros, poles, and gain
% of an N-th order normalized prototyp
www.eeworm.com/read/154209/11982864
m cheb1ap.m
function [z,p,k] = cheb1ap(n, rp)
%CHEB1AP Chebyshev type I analog lowpass filter prototype.
% [Z,P,K] = CHEB1AP(N,Rp) returns the zeros, poles, and gain
% of an N-th order normalized prototype
www.eeworm.com/read/154209/11982869
m cheb2ap.m
function [z,p,k] = cheb2ap(n, rs)
%CHEB2AP Chebyshev type II analog lowpass filter prototype.
% [Z,P,K] = CHEB2AP(N,Rs) returns the zeros, poles, and gain
% of an N-th order normalized prototyp
www.eeworm.com/read/113557/15453234
m set_parameter.m
function set_parameter
global sigma b r time error htext_input_sigma htext_input_b htext_input_r htext_input_speed str_set_speed
figure(17),
set(gcf,'menubar','none')
set(gcf,'unit','normalized'