代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/333417/12683983

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/145158/12748557

m dcmachine.m

% DC MACHINE CONFIGURATION clear,clc,close all warning off aviwave=avifile('dcm1.avi','compression','cinepak'); figure('units','normalized','Position',[.25 .09 .73 .73],'Name','DC MACHINE',...
www.eeworm.com/read/245816/12779834

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/327235/13093121

m plot_mix_gaussian.m

function plot_mix_gaussian( u,sig,prob,X ) % % plot_mix_gaussian - plot the samples and the estimation. % for 1D distribution, plot the normalized histogram and the 1D distributi
www.eeworm.com/read/240174/13233625

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/238779/13326213

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/319970/13438267

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/308787/13692138

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/303779/13808887

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/303772/13809446

m idft.m

function f=idft(f,N,dim) %IDFT Inverse DFT % Usage: f=idft(f); % f=idft(f,N,dim); % % This function computes a normalized inverse discrete Fourier transform. % This is nothing but a sc