代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/133638/14032828

m mexhat.m

function h = mexhat(nu) ; %MEXHAT Mexican hat wavelet in time domain. % H=MEXHAT(NU) returns the mexican hat wavelet with central % frequency NU (NU is a normalized frequency in Hz). % % NU : any r
www.eeworm.com/read/132819/14072063

m mexhat.m

function h = mexhat(nu) ; %MEXHAT Mexican hat wavelet in time domain. % H=MEXHAT(NU) returns the mexican hat wavelet with central % frequency NU (NU is a normalized frequency in Hz). % % NU : any r
www.eeworm.com/read/358669/10182450

m comp_fisheye_distortion.m

function [x] = comp_fisheye_distortion(xd,k) %comp_fisheye_distortion.m % %[x] = comp_fisheye_distortion(xd,k) % %Compensates for fisheye distortions % %INPUT: xd: distorted (normalized) point coord
www.eeworm.com/read/463474/7180237

m chuacirccn.m

function dy=ChuaCircCN(t,y,flag,rParam) %Chua's circuit with a cubic nonlinearity - normalized parameters %parameters alpha=rParam;%8.85 Chua's attractor;9 double scroll Chua's attractor beta=1
www.eeworm.com/read/456218/7353492

m daubcqf.m

function [h_0,h_1] = daubcqf(N,TYPE) % [h_0,h_1] = daubcqf(N,TYPE); % % Function computes the Daubechies' scaling and wavelet filters % (normalized to sqrt(2)). % % Input: %
www.eeworm.com/read/145158/12748082

m switchrelmot.m

% SWITCHED-RELUCTANCE NOTOR clc,clear,close all warning off aviwave=avifile('relmotmovie.avi','compression','cinepak'); figure('units','normalized','Position',[.25 .09 .73 .73],'Name','SWITCHED-R
www.eeworm.com/read/328550/13021343

m paretoga.m

%PROGRAM 4: Pareto Genetic Algorithm帕累托遗传算法 % % minimizes the objective function designated in ff % All optimization variables are normalized between 0 % and 1. % ff must map variables to actual
www.eeworm.com/read/136959/13351331

c fptr_add.c

/* ** FPTR_ADD.C ** ** Add any add any value to a far pointer and returns the result as a ** normalized far pointer. ** ** Public Domain by Soleil Lapierre */ #include "snpdosys.h" #include "mk_f
www.eeworm.com/read/322302/13383030

m reho.m

function [] = reho(NVolume,NVoxel, AMaskFilename) % Calculate regional homogeneity (i.e. ReHo) from the 3D EPI images normalized by MNI template in SPM2. It is based on Matlab (5.3 or above) on windo
www.eeworm.com/read/310212/13654731

m buttap.m

function [z,p,k] = buttap(n) %BUTTAP Butterworth analog lowpass filter prototype. % [Z,P,K] = BUTTAP(N) returns the zeros, poles, and gain % for an N-th order normalized prototype Butterworth a