Re: matrix convolution and fourier transform
- From: "David Epstein" <dbae@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Aug 2005 07:42:24 -0400
Dave Robinson wrote:
>
>
> David Epstein wrote:
>>
>>
>> If matrices are of appropriate sizes, the fastest way to do
> matrix
>> convolution and/or correlation is, I am told, using fast
Fourier
>> transform.
>>
>> 1. Does Matlab code use this technique?
>> 2. Is there any way of finding out which algorithms are used in
>> Matlab code?
>> 3. (Most important) Can anyone direct me to a text where this
is
>> explained. I'm interested in the theory, not just the
algorithm.
>>
>> Thanks
>> David
>
> Have a look in your library for a little book "Brigham, O E 1974:
> The
> Fast Fourier Transform. Prentice-Hall. 252pp."
>
> To my surprise I have just looked it up on Amazon, and a version of
> it still seems to be in print
>
> <http://www.amazon.co.uk/exec/obidos/search-handle-form/202-7043940-5363056>
>
> This explains in detail all things regarding the FFT including fast
> correlation/convolution. In my opinion this must be one of the best
> volumes written on the subject, generated by someone with a passion
> for explaining what its about, and not trying to impress you by
> plastering each page by as many integral and summation signs as he
> can. The concepts are explained first, both verbally and
> diagramatically, then once you understand where you are going, he
> introduces the mathamatics.
>
> I am sure Steve Eddins can tell you whether the image processing
> pack
> uses the fast frequency domain algorithms, but it would surprise me
> if they don't; from memory I think that the fast algorithms
> overtake
> the conventional slip slide algorithms once the matrix exceeds
> 32x32
> pixels.
>
> Sorry I cannot give you a definate answer.
>
> Regards
>
> Dave Robinson
Thanks a lot for the replies. I am now reading Brigham's book, and
it's exactly what I need. As you say, very good style, which,
unfortunately is not very common.
David
.
- References:
- matrix convolution and fourier transform
- From: David Epstein
- Re: matrix convolution and fourier transform
- From: Dave Robinson
- matrix convolution and fourier transform
- Prev by Date: Re: root locus with subject to sampling time
- Next by Date: Re: matrix convolution and fourier transform
- Previous by thread: Re: matrix convolution and fourier transform
- Next by thread: Re: matrix convolution and fourier transform
- Index(es):
Relevant Pages
|