代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/147422/5729543
m synthesis.m
%
% Author: Albert Hsiao 2/97
% modified by D. G. Childers 1/98
%Changes to interface by Karthik
%
if exist('Ff1')
Fb = Fb1;
Ff = Ff1;
end
if exist('excitation1')
excitation
www.eeworm.com/read/147422/5730020
m gchek.m
% Function : Create a graphical user interface (GUI) to
% (1) display the automatically selected glottal closure indices (GCI)
% (2) check the GCIs by zooming in and manual corr
www.eeworm.com/read/130130/5963942
m comp_distortion_oulu.m
function [x] = comp_distortion_oulu(xd,k);
%comp_distortion_oulu.m
%
%[x] = comp_distortion_oulu(xd,k)
%
%Compensates for radial and tangential distortion. Model From Oulu university.
%For mor
www.eeworm.com/read/156871/6324069
m mmn2px.m
function y=mmn2px(x,Hf)
%MMN2PX Normalized to Pixel Coordinate Transformation.
% MMN2PX(X) converts the position vector X from
% normalized coordinates to pixel coordinates w.r.t.
% the computer scree
www.eeworm.com/read/492695/6419653
m example36_figure.m
%RBF3_figure:to look the figure of input&output
%==============
%==============
[name,path]=uigetfile('*.bmp');
pathname=strcat(path,name);
I=imread(pathname);
IZoom=imresize(I,[96,96],'bi
www.eeworm.com/read/492033/6430317
h glasgownew.h
#ifndef GLASGOWNEW_H
#define GLASGOWNEW_H
#include "iotools.h"
#include "alias.h"
#include "genfile.h"
/**
ordering of variables in eqother array
temperature [K],
*/
class glasgownew
{
p
www.eeworm.com/read/491236/6437828
m single_canceler.m
function [resp] = single_canceler (fofr1)
eps = 0.00001;
fofr = 0:0.01:fofr1;
arg1 = pi .* fofr;
resp = 4.0 .*((sin(arg1)).^2);
max1 = max(resp);
resp = resp ./ max1;
subplot(2,1,1)
plot(fofr,
www.eeworm.com/read/491236/6437881
m fig7_10b.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma
www.eeworm.com/read/491236/6437934
m fig7_10a.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma
www.eeworm.com/read/491236/6437941
m fig7_10c.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma