Other packages > Find by keyword >

rwavelet  

Wavelet Analysis
View on CRAN: Click here


Download and install rwavelet package within the R console
Install from CRAN:
install.packages("rwavelet")

Install from Github:
library("remotes")
install_github("cran/rwavelet")

Install by package version:
library("remotes")
install_version("rwavelet", "0.4.1")



Attach the package and use:
library("rwavelet")
Maintained by
Navarro Fabien
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-09-12
Latest Update: 2020-12-12
Description:
Perform wavelet analysis (orthogonal,translation invariant, tensorial, 1-2-3d transforms, thresholding, block thresholding, linear,...) with applications to data compression or denoising/regression. The core of the code is a port of 'MATLAB' Wavelab toolbox written by D. Donoho, A. Maleki and M. Shahram ().
How to cite:
Navarro Fabien (2018). rwavelet: Wavelet Analysis. R package version 0.4.1, https://cran.r-project.org/web/packages/rwavelet. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.1.0 (2018-09-12 17:10), 0.4.0 (2019-03-14 22:40)
Other packages that cited rwavelet R package
View rwavelet citation profile
Other R packages that rwavelet depends, imports, suggests or enhances
Complete documentation for rwavelet
Functions, R codes and Examples using the rwavelet R package
Some associated functions: BlockThresh . CVlinear . CircularShift . DownDyadHi . DownDyadLo . FTWT2_PO . FWT2_PO . FWT2_TI . FWT3_PO . FWT_PO . FWT_TI . GWN . HardThresh . ITWT2_PO . IWT2_PO . IWT2_TI . IWT3_PO . IWT_PO . IWT_TI . JSThresh . MAD . MakeONFilter . MakeSignal . MakeSignalNewb . MinMaxThresh . MirrorFilt . MultiMAD . MultiSURE . MultiVisu . PlotSpikes . PlotWaveCoeff . RaphNMR . SLphantom . SNR . SUREThresh . ShapeAsRow . SoftThresh . UpDyadHi . UpDyadLo . UpSampleN . ValSUREThresh . VisuThresh . aconv . block_partition . block_partition2d . cubelength . dyad . dyadlength . iconvv . invblock_partition . invblock_partition2d . lshift . packet . quadlength . repmat . rshift . 
Some associated R codes: BlockThresh.R . CVlinear.R . CircularShift.R . DownDyadHi.R . DownDyadLo.R . FTWT2_PO.R . FWT2_PO.R . FWT2_TI.R . FWT3_PO.R . FWT_PO.R . FWT_TI.R . GWN.R . HardThresh.R . ITWT2_PO.R . IWT2_PO.R . IWT2_TI.R . IWT3_PO.R . IWT_PO.R . IWT_TI.R . JSThresh.R . MAD.R . MakeONFilter.R . MakeSignal.R . MakeSignalNewb.R . MinMaxThresh.R . MirrorFilt.R . MultiMAD.R . MultiSURE.R . MultiVisu.R . PlotSpikes.R . PlotWaveCoeff.R . RaphNMR.R . SLphantom.R . SNR.R . SUREThresh.R . ShapeAsRow.R . SoftThresh.R . UpDyadHi.R . UpDyadLo.R . UpSampleN.R . ValSUREThresh.R . VisuThresh.R . aconv.R . block_partition.R . block_partition2d.R . cubelength.R . dyad.R . dyadlength.R . iconvv.R . invblock_partition.R . invblock_partition2d.R . lshift.R . normvec.R . packet.R . quadlength.R . repmat.R . rshift.R .  Full rwavelet package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA