代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/494520/6377124
m ahpcalc.m
function [finalrank,rank,rc]=ahpcalc(order,altvcriteria,critvcriteria)
%AHPCALC Perform a complete AHP calculation
% [FINALRANK,RANK,RC]=AHPCALC(ORDER,ALTVCRITERIA,CRITVCRITERIA)
%
% For
www.eeworm.com/read/494270/6380946
m plotter.m
clear all;
clc
a=dlmread('plot1inv');
b=dlmread('plot1out');
ain=dlmread('plot1in');
[ar,ac]=size(a);
load weightmatrix W B;
load norms m v no l;
f=3;
for i=1:no(1)
a(i,:)=(a(i,:
www.eeworm.com/read/487904/6501793
m bpfilter.m
function y = BPFilter(x,fl,fu)
%
% y = BPFilter(x,fl,fu),
% Bandpass filter using FFT filtering
%
% inputs:
% x: vector or matrix of input data (channels x samples)
% fl: normalized lower frequ
www.eeworm.com/read/263220/11370922
m normalizeline.m
function Lhat = normalizeLine( L )
% Lhat = normalizeLine( L )
% returns a line with normalized direction. This means that
% the dot product of a point with w=1 gives the distance.
n = sqrt(
www.eeworm.com/read/407914/11408666
m contents.m
% Gabor Features in Signal and Image Processing Toolbox.
% Version 0.1 (R12) 01-Jan-2002
%
% 1-D Gabor filtering
% gfcreatefilter - Create normalized 1-D Gabor filter in the time domain.
www.eeworm.com/read/346528/11739335
m ex.m
% ex Expectation value of an operator
% ex(op,rho) is the expectation value of the operator op
% for the density matrix rho. If rho is not normalized,
% it is automatically normalized to ha
www.eeworm.com/read/346528/11739391
m va.m
% va Variance of an operator
% va(op,rho) is the variance of the operator op
% for the density matrix rho. If rho is not normalized,
% it is automatically normalized to have trace 1.
% If
www.eeworm.com/read/154209/11983061
m square.m
function s = square(t,duty)
%SQUARE Square wave generation.
% SQUARE(T) generates a square wave with period 2*Pi for the
% elements of time vector T. SQUARE(T) is like SIN(T), only
% it cre
www.eeworm.com/read/154092/11989563
m fig3_14.m
%
% This file generates the plot shown in Figure 3-14
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/154092/11989566
m fig3_16.m
%
% This file generates the plot shonw in Figure 3-16
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
global Z0;
close all; % close all o