代码搜索:Wavelets
找到约 621 项符合「Wavelets」的源代码
代码结果 621
www.eeworm.com/read/471490/6894730
cpp imageview.cpp
// ImageView.cpp : implementation file
//
#include "stdafx.h"
#include "Wavelets.h"
#include "ImageView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/471490/6894733
cpp wvltview.cpp
// WvltView.cpp : implementation of the CWvltView class
//
#include "stdafx.h"
#include "Wavelets.h"
#include "WvltDoc.h"
#include "WvltView.h"
#include
#include
#ifdef
www.eeworm.com/read/471490/6894740
cpp texturedlg.cpp
// TextureDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Wavelets.h"
#include "TextureDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/411796/11226347
m test_wa2_denoising.m
% test_wa2_denoising.m -
% image denoising using wave atoms and wavelets
dwtmode('per');
for runid=1:2
if(runid==1)
x = double(imread('data_seismic.jpg'));
sigma = 0.1;
else
x = doub
www.eeworm.com/read/386014/8771761
cpp freqtest.cpp
/** \file
This file contains code to test wavelet frequency analysis via
wavelet packets. See
http://www.bea
www.eeworm.com/read/136766/13362017
m plotall.m
function PlotAll(d, j, save)
% PlotAll(d, j, save) plots B-spline scaling functions and wavelets of
% degree d, level j. If save is present, plot is saved as EPS file.
n = 20; % samples per
www.eeworm.com/read/307169/13727399
cpp freqtest.cpp
/** \file
This file contains code to test wavelet frequency analysis via
wavelet packets. See
http://www.bea
www.eeworm.com/read/300244/3847742
dat percival-m_subtidal_sea_level.dat
%%% (*) Time series used in "Analysis of Subtidal Coastal Sea Level Fluctuations
%%% Using Wavelets" by D. B. Percival and H. O. Mofjeld,
%%% JASA September 1997, Vol. 92, No. 439, 868-880.
www.eeworm.com/read/362216/2936083
dat percival-m_subtidal_sea_level.dat
%%% (*) Time series used in "Analysis of Subtidal Coastal Sea Level Fluctuations
%%% Using Wavelets" by D. B. Percival and H. O. Mofjeld,
%%% JASA September 1997, Vol. 92, No. 439, 868-880.
www.eeworm.com/read/356084/3042739
m dfiot_rww.m
% DFIOT_RWW: Digital FIO Transform based on Radon/Wavelets
% Usage:
% R = DFIOT_RWW (X)
% Inputs:
% X n*n matrix (x,y)
% Outputs:
% R 2n*2n matrix
% Description:
%