![]() |
|
|
#1 |
|
Aug 2002
26×5 Posts |
I've been playing around with the Haar Wavelet Transform.
In case anybody doesn't know, the Haar transform can be performed in O(N) time rather than the O(N*LogN) time of the FFT. I was wondering if there was a way to design a convulution that could multiply large numbers like the way it's used in FFT. Unfortunately I lack the math skill to even begin thinking about such a thing. (I understand how the FFT works, but not why). Anyone with any experience has any ideas? (I think there's probably no scheme, since this idea seems so obvious I'd be shocked it hasn't been investigated already.) |
|
|
|
|
|
#2 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
1078010 Posts |
Quote:
Paul |
|
|
|
|
|
|
#3 | |
|
May 2004
8010 Posts |
Quote:
So either I have good intuition or I'm a defeatist ![]() Dave |
|
|
|
|
|
|
#4 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
22·5·72·11 Posts |
Quote:
It may be that the Haar transform could be used to shave off a little from the operation count used by, for example, FFT's without thereby producing a O(N) algorithm. This is pure conjecture and I've no justification for the claim whatsoever. I'm not sure what has been proved about the minimum possible number of operations needed to multiply N-bit numbers on conventional machines. It has been shown that a systolic array with O(N) very simple processors can multiply N-bit numbers in O(N) clock cycles. I can't see that this helps enormously... Paul Last fiddled with by xilman on 2004-12-16 at 16:27 |
|
|
|
|
|
|
#5 |
|
Banned
"Luigi"
Aug 2002
Team Italia
2·3·11·73 Posts |
I'm interested in the wavelet subject.
I searched for some texts about it, both introductory and formally correct from a mathematical point of view, but I only found this one: Fractal Functions, Fractal Surfaces, Wavelets P.R.Massopust - AP Professional Is it good/complete ? Form the title I deduce it is not... Could you point me to better links? Thanks in advance. Luigi Last fiddled with by ET_ on 2004-12-22 at 01:22 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help with laplace transform | pinnn | Information & Answers | 4 | 2018-03-27 02:34 |
| transform your GTX 690 in a quadro | firejuggler | GPU Computing | 10 | 2013-03-27 20:21 |
| NTT transform at (AMD) GPU versus *lucas | diep | GPU Computing | 11 | 2011-05-11 20:27 |
| Inverse Laplace Transform | flouran | Math | 1 | 2010-01-18 23:48 |
| All-integer Transform | nevarcds | Software | 3 | 2004-07-08 10:25 |