Groups
Groups
Sign in
Groups
Groups
sci.math
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
Re: Recovering the Original Signal After Match Filtering On Excel
0 views
Skip to first unread message
Bret Cahill
unread,
Feb 3, 2012, 5:05:12 PM
2/3/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
This seems to work:
1. take the Fourier Transform (FFT) of the noisy signal and of the
kernel.
2. multiply the signal by the kernel [IMPRODUCT()]
3. Take the Inverse FFT (FFT^-1)
4. IMREAL()
5. The convolution will be inside out so cut it in half and splice
the edges to the center and the center to the edges.
6. Take the FFT
7. Take the square root [IMSQRT()]
8. FFT^-1
9. IMREAL
Is there a more elegant way to do this without returning to the time
domain for splicing step 5?
I can Email the Excel file.
Bret Cahill
0 new messages