TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Fractals for Fun and Profit

70 点作者 yiransheng大约 11 年前

5 条评论

kastnerkyle大约 11 年前
Excellent discussion - and the application area (cross-correlation of sensor network data) is actually quite a bit more popular than one might think! Avalanche&#x2F;landslide detection, earthquakes, bridge monitoring, industrial settings...<p>On a tangent, if those cross-correlations are big-ish a frequency domain (FFT) correlation could be more efficient, assuming that hasn&#x27;t already been tried. This would probably save storage memory as well, though I am not 100% sure. If you could get the sensors to send the FFTs directly that could be even better!<p>This also has echoes of a previous HN discussion on space filling curves [0], which led to the purchase of this book [1]. I still haven&#x27;t dug into it yet, but maybe these are useful references for others who are interested.<p>[0] <a href="https://news.ycombinator.com/item?id=7480857" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7480857</a><p>[1] <a href="http://www.amazon.com/Space-Filling-Curves-Introduction-Applications-Computational/dp/3642310451" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Space-Filling-Curves-Introduction-Appl...</a>
评论 #7685773 未加载
评论 #7682456 未加载
eliteraspberrie大约 11 年前
The pseudo-code for cross-correlation implements the naive method, which is O(M*N), M and N being the lengths of the arrays being correlated. I think it might just have been used to illustrate, but just in case, the proper way of computing the cross-correlation is with the FFT, as that is &quot;linearithmic&quot; in time. It&#x27;s commonly called &quot;multiplication in the frequency domain&quot; or just frequency domain convolution. Basically, take the FFT of both input sequences, multiply them, and take the inverse FFT of the product.<p>If you&#x27;re curious, the basis of this algorithm is the convolution theorem: <a href="https://en.wikipedia.org/wiki/Convolution_theorem" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Convolution_theorem</a><p>Here is an example implementation of cross-correlation using the FFT, with NumPy:<p><a href="http://www.eliteraspberries.com/blog/2013/08/application-of-chirps-to-radar.html" rel="nofollow">http:&#x2F;&#x2F;www.eliteraspberries.com&#x2F;blog&#x2F;2013&#x2F;08&#x2F;application-of-...</a>
评论 #7685759 未加载
jc_dntn大约 11 年前
<a href="http://fractalfoundation.org/" rel="nofollow">http:&#x2F;&#x2F;fractalfoundation.org&#x2F;</a><p>This is a bit unrelated, but Albuquerque has a great fractal community. Friday night 3d fractals in the planetarium is an amazing thing.
trhway大约 11 年前
looks very similar to fractal curve approximation of traveling salesman and fractal indexing.
exabrial大约 11 年前
<a href="http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design" rel="nofollow">http:&#x2F;&#x2F;me.veekun.com&#x2F;blog&#x2F;2012&#x2F;04&#x2F;09&#x2F;php-a-fractal-of-bad-de...</a><p>Ah crap... I will not troll anymore on HN. ::slap:: I will not troll anymore on HN. ::slap:: I will not troll anymore on HN. ::slap:: I will not troll anymore on HN. ::slap::