Displaying 20 results from an estimated 200 matches similar to: "wavelet compression references"
2004 Jan 22
0
wavelet toolbox
Is there a wavelet toolbox in R available that can be compared to the
Matlab toolbox for wavelets. Does this toolbox offer the possibility to
calculated approximations with different wavelets such as Daubechies 2,
Daubechies 3, etc, Symmlet 3, Symmlets 5, etc, Coiflets and so on. I
have tried to proceed in this way but I was only able to use one sort of
wavelets with a pre-fixed order (i.e.
2006 Apr 23
0
Cohen-Daubechies-Fauraue (CDF) 9/7 wavelet-transform
Hello,
I have to make use of the Cohen-Daubechies-Fauraue (CDF) 9/7
wavelet-transform, but have not found these biorthogonal wavlet in the
released packages waveslim, wavethresh or wavelets.
Is there any package doing this transform?
Or can anybody send me the function doing this? I would be very grateful
of that.
Thanks
Annika
2000 Dec 30
5
2d wavelet transforms
I've been reading up on wavelet transforms the past week,
and I plan to start on some video compression stuff next
week, if it's any good (small chance :)) for Tarkin.
So far I think I know what's happening, however there's one
small thing I don't quite understand yet. If I understand
correctly, you can do a 2d wavelet transform (I'm assuming
a Haar transform here for
2009 Feb 20
0
package "wavelets" does nor recognize filter "d2"
I take the liberty of pasting the on-line documentation for package "wavelets", functions "dwt" and "wt.filter", pertinent to the wavelet/filter choice.
While I apologize for my verbose messages with huge attachments, I encourage whoever loads packages to CRAN to take some minutes to reread the attached documentation.
Usage
dwt(X, filter="la8", n.levels,
2009 Feb 21
0
problems in package "wavelets" function "wt.filter"
> wt.filter("d8")
Error in validObject(.Object) :
invalid class "wt.filter" object: invalid object for slot "transform" in class "wt.filter": got class "function", should be or extend class "character"
How come ? The above function works fine with the other Daubechies filters.
Thank you.
Best regards,
Maura
tutti i
2009 Mar 28
0
R: Fortran 90 etc.
I have tried to compile the working Fortran-90 routines (see attachment) to interface them with R.
The compiler automatically caled by R CMD command line prints a bunch of error messages (as follows).
I think I'm better off translating the Fortran implementation into R ... which is what I hoped I could avoid.
Maura
host705:Desktop mauede$ R CMD SHLIB ford.f90
gfortran -arch i386
2001 Nov 21
1
Any success with Wine and Linux Mandrake 8.0?
Hi everyody,
Has any one had success with winesetup and their D partition /mnt/win_d
?
I can't get any of the executables to run.
Roman
2001 Jan 25
1
Integer wavelet video codec (source and test program)
Hi everybody,
I wrote last time some code to do video compression using a 3d integer
wavelet transform. Since it uses a reversible lifting scheme and avoids a
lot of floating point operations compared to Jacks initial Tarkin code,
this should be somewhat faster and allow lossy+lossless compression.
The current implementation is very experimental, but nevertheless I would
be happy if some of you
2010 Nov 25
2
Lifting Wavelet Transform
Hi R users
Thanks in advance
Is lifting wavelet transform implemented in R? If so, which package or codes can be used for performing that?
assaedi76@yahoo.com
Thanks
[[alternative HTML version deleted]]
2018 Jan 17
4
effects: error when original data frame is missing
Hello, everyody,
when asking, e.g., Effect() to compute the effects of a fitted,
e.g., linear model after having deleted the data frame from the
workspace for which the model was obtained an error is reported:
> myair <- airquality
> fm <- lm(Ozone ~ Temp, data = myair)
> rm(myair)
> Effect("Temp", fm)
Error in eval(model$call$data, envir) : object 'myair'
2009 Mar 04
1
flaw in CRAN package "wavelets": Daubechies "d8" not recognized by function wt.filter
> wt.filter("d8") #### HOW COME ????
Error in validObject(.Object) :
invalid class "wt.filter" object: invalid object for slot "transform" in class "wt.filter": got class "function", should be or extend class "character"
> wt.filter("d10") # OK
An object of
2017 Dec 01
0
NHW Project - website, demo pages, algorithms dev,...
Hello,
So thanks to helpful forum feedbacks, I know now that I have to create a
website for the NHW Project, make demo pages of the technology, and all
that with good visual design.It won't be such easy for me... For example, I
can easily supply a description, explanation of the different steps of the
algorithm, I can supply images encoded at mid-compression with NHW, x265,
WebP, JPEG,...
2001 Jul 02
0
AW: Image compression thread
PNG...
- is free to use, no patents, open source
- is lossless, with compression superior to GIF (using zlib)
- supports palette and direct color
- supports b/w from 1 to 16 bit/p
- supports direct color from 24 to 48 bits/p
- supports palette color with 256 entries
- supports alpha blending with 8 and 16 bits/p
- supports palette alpha
- supports (compressed) tags, gamma, rendering intent,
2018 Jan 17
0
effects & lme4: error since original data frame not found WASeffects: error when original data frame is missing
Hi, again,
I have to modify my query since my first (too simple)
example doesn't reflect my actual problem. Second try:
When asking Effect() inside a function to compute an effect
of an lmer-fit which uses a data frame local to the body of
the function, as in the following example (simplifying my
actual application), I get the "Error in is.data.frame(data) :
object 'X' not
2018 Jan 17
0
effects & lme4: error since original data frame notfoundWASeffects: error when original data frame is missing
Dear Gerrit,
This issue is discussed in a vignette in the car package (both for functions in the car and effects packages): vignette("embedding", package="car") . The solution suggested there is the essentially the one that you used.
I hope this helps,
John
-----------------------------
John Fox, Professor Emeritus
McMaster University
Hamilton, Ontario, Canada
Web:
1999 Feb 17
1
hidden shares
When hiding shares with Samba 2.0.1, I am finding that I cannot acces the files or directories in them. I am able to see the files and directories once I attach to the hidden share, but when I try to open a file or directory, I get a "Path not found" error. Can somebody explain to me what is happening and how to fix this?
Thanks alot,
Brian Dawson
-------------- next part
2011 Jun 01
7
desperate, errors with file upload
hello,
i implementing a file upload using paperclip plugin. i getting the
following error [1] when uploading a file. I''m using the gems rails
v2.3.8 and paperclip v2.1.6. the parameter hash looks like [2], the
model like [3].
Interesting is that i get two different errors, on the localhost with
webrick it says:
Status: 500 Internal Server Error
no marshal_dump is defined for class
2001 Jun 27
1
Wavelet audio codec by Adapted Wave Tech.
Following a post on vqf.com forum, I found out that some company called
Adapted Wave Technology is ready to release its audio codec based on
wavelets. They say that this wavelet-based codec is superior to MDCT codecs
by 30-50%.
One sentence caught my attention: "Adapted Wave Technologies holds exclusive
patent rights for applying wavelet packets to audio applications." - sounds
like a
2009 Mar 18
0
Wavelet reconstruction with coefficients set to zero
Dear all:
Greetings from Mumbai, India.
Reference?R help solution [Rogerio, Thu 16 Nov 2006 - 20:54:25 GMT].
Simonsen, Jensen and Johansen (2002) [arXiv:cond-mat/0202352v1] note
"(.wavelet filtered was...) achieved?by first transforming the
log-price [...] to the?wavelet-domain, setting all wavelet coefficient
corresponding?to scales larger then 1000 trading days to zero, and
finally
2010 Aug 31
1
wavelet parameters with sowas
Hello everybody.
My name is Angela.
I'm doing wavelet using the sowas library. The problem I have is that I
don't know how to choose the paremeters to describes differnt wavelet
analysis. How I select the noctave, nvoice, w0, s0,...?
I hope my question is clear enough.
Thank you very much beforehand.
Angela
--
View this message in context: