代码搜索:Wavelets

找到约 621 项符合「Wavelets」的源代码

代码结果 621
www.eeworm.com/read/135954/13883742

h wvlt.h

#ifndef _INCLUDED_WVLT #define _INCLUDED_WVLT /* * We need to define some structures for quadratic spline wavelets. For these * biorthogonal filters, we require the analysis and reconstructio
www.eeworm.com/read/195201/5114245

h wvlt.h

#ifndef _INCLUDED_WVLT #define _INCLUDED_WVLT /* * We need to define some structures for quadratic spline wavelets. For these * biorthogonal filters, we require the analysis and reconstructio
www.eeworm.com/read/179541/5304308

h wvlt.h

#ifndef _INCLUDED_WVLT #define _INCLUDED_WVLT /* * We need to define some structures for quadratic spline wavelets. For these * biorthogonal filters, we require the analysis and reconstructio
www.eeworm.com/read/309003/3708251

m toon0151.m

% toon0151 -- Visualize wavelet decomposition of Ramp % % Every vector of n values can be represented as a sum of n % wavelets. This type of wavelet decomposition is illustrated % here. % %
www.eeworm.com/read/309003/3708260

m toon0152.m

% toon0152 -- Visualize wavelet decomposition of Doppler % % Every vector of n values can be represented as a sum of n % wavelets. This type of wavelet decomposition is illustrated % here. %
www.eeworm.com/read/153664/5645562

m windowmeyer.m

function nu = WindowMeyer(xi,deg) % WindowMeyer -- auxiliary window function for Meyer wavelets. % Usage % nu = WindowMeyer(xi,deg) % Inputs % xi abscissa values for window evaluation
www.eeworm.com/read/201202/15413565

sci windowmeyer.sci

function nu = WindowMeyer(xi,deg) // WindowMeyer -- auxiliary window function for Meyer wavelets. // Usage // nu = WindowMeyer(xi,deg) // Inputs // xi abscissa values for window evalu
www.eeworm.com/read/391685/8391238

m snr.m

function r = SNR(in, est) % To find SNR between input (in) and estimate (est) in decibels (dB). % % Reference: Vetterli & Kovacevic, "Wavelets and Subband Coding", p. 372 error = in - est; r
www.eeworm.com/read/389321/8533479

m snr.m

function r = SNR(in, est) % To find SNR between input (in) and estimate (est) in decibels (dB). % % Reference: Vetterli & Kovacevic, "Wavelets and Subband Coding", p. 372 error = in - est; r
www.eeworm.com/read/363367/9957450

m snr.m

function r = SNR(in, est) % To find SNR between input (in) and estimate (est) in decibels (dB). % % Reference: Vetterli & Kovacevic, "Wavelets and Subband Coding", p. 372 error = in - est; r