TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Wavelets (1994) [pdf]

98 pointsby rubenbealmost 6 years ago

14 comments

IIAOPSWalmost 6 years ago
Something that blew my mind the first time I learned it:<p>You can think of a function f(x) as the limit of an infinitely big vector where the entries index the infinitesimal. Eg f(x) = [...f(-2<i>dx), f(-dx), f(0), f(dx), f(2</i>dx)...]. The dot product of two functions (f,g) is still the usual sum[f(x)*g(x)] but the sum is replaced with an integral. Sin and Cos of integer frequencies happen to have a dot product of 0 (check it) which means doing a change of basis into those functions (aka the Fourier transform) happens to work out really nicely. Other than that Sin and Cos are not really privileged. For example you can do a transform into the basis of polynomial functions if you wanted to (aka the Taylor series). Any basis you can cook up would do just as well so long as its a complete basis. Just like in linear algebra, you have a complete basis if you can use linear combinations to construct the vectors ... [...1,0,0...], [...0,1,0...], [...0,0,1...] ... (aka the dirac delta functions). Differentiation is a matrix with dx on the off diagonal and -dx on the diagonal.
评论 #20701973 未加载
评论 #20708535 未加载
评论 #20701957 未加载
patentattalmost 6 years ago
Wavelets were supposed to be a big thing like 15-20 years ago ... what happened? Do any mainstream modern codecs use wavelets? I’m not aware of any<p>Edit: looks like the Dirac video codec is based on wavelets. Good to know all of that research wasn’t for nothing!
评论 #20701864 未加载
评论 #20700935 未加载
评论 #20703613 未加载
评论 #20708663 未加载
评论 #20705559 未加载
评论 #20704119 未加载
评论 #20703340 未加载
评论 #20701682 未加载
评论 #20701193 未加载
评论 #20701589 未加载
jstewartmobilealmost 6 years ago
Gilbert Strang is a delightful writer.<p>&quot;<i>What do you say to a thesis student you don&#x27;t remember? In that position I suggest something very short: &#x27;Tell me more.&#x27; The most amazing part was his thesis topic. &#x27;I am designing the filter bank for MIT&#x27;s entry in the HDTV competition.&#x27; Some days you can&#x27;t lose, even if you deserve to.</i>&quot;
misiti3780almost 6 years ago
i wrote my master thesis on wavelets! a few years back they morphed into shearlets and contourlets.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Contourlet" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Contourlet</a><p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Shearlet" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Shearlet</a>
评论 #20701902 未加载
high_patheticalmost 6 years ago
My thesis defense was about wavelets and it was in 1995! Had to implement my own FTT and rendered 3D charts in Excel...
gsmethellsalmost 6 years ago
JPEG2000 uses Wavelets <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;JPEG_2000" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;JPEG_2000</a>
woliveirajralmost 6 years ago
I love how you can decompose one image in wavelets and edit just some layers of it (in GIMP), and those retouches end up as subtle improvements of the image.
FredrikMeyeralmost 6 years ago
The 2017 Abel Prize was awarded to Yves Meyer (no relation) for his contribution to the theory of wavelets. This is worth a read: <a href="https:&#x2F;&#x2F;www.quantamagazine.org&#x2F;yves-meyer-wavelet-expert-wins-abel-prize-20170321&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.quantamagazine.org&#x2F;yves-meyer-wavelet-expert-win...</a>
wallyowenalmost 6 years ago
We explored using fast wavelet transforms to compress EKG samples for an ambulatory cardiac monitoring device, but the risks of regulators not understanding the math behind the compression meant we walked away from a ~3:1 compression of the sampled waveforms and attendant bandwidth savings.
评论 #20702472 未加载
ohazialmost 6 years ago
Worth reading, but boy is that font painful. Looks like one of the older bitmapped latex CM font?
gdyalmost 6 years ago
Implemented FDWT as part of a coursework project many many years ago when it was hip :)
ncmncmalmost 6 years ago
Who gets taught wavelets now?<p>Are they supposed to displace Fourier decompositions, or did that fizzle?
评论 #20701736 未加载
评论 #20701869 未加载
mrcactu5almost 6 years ago
how does this compare to Fast Fourier transform ?<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Fast_Fourier_transform" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Fast_Fourier_transform</a><p>Or the Discrete Cosine Transform ?<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Discrete_cosine_transform" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Discrete_cosine_transform</a><p>Or the Gabor Transform ?<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Gabor_transform" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Gabor_transform</a>
评论 #20705716 未加载
评论 #20704055 未加载
mjflalmost 6 years ago
Anyone know good sources on shift invariant wavelets?
评论 #20703856 未加载