Message Boards Message Boards

0
|
11681 Views
|
4 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Autocorrelation Method

Posted 11 years ago
I would like to use the autocorrelation method and I need to use the Fourier Transform defintion.  The problem is that I can't define the (w). Mathematica takes long time to run the code and finally say : A very large output was generated . the following is the code:
g1[\[Theta]_] := Sscar[rff, \[Theta], \[Pi]/2]/norm ;
h1[\[Theta]_, w_] := Sscar[rff, (\[Theta] + w), \[Pi]/2]/norm ;
data = Table[ Integrate [ g1[\[Theta]]* h1[\[Theta], w], {\[Theta], \[Theta]z, \[Theta]\[Pi]}], {w, 0.5, 1.5, 0.1}]
ListPlot[data]
POSTED BY: azmi almasalha
4 Replies
Hi. There isn't enough code here to see what is going on. What is the definition of Sscar for instance? Additionally, for what purpose would you like to use autocorrelation?  When you say you can't define the variable "w" what do you mean?
POSTED BY: Sean Clarke
Posted 11 years ago
Dear ,
The Sscar is define as the Intensity of a sphere using Mie Theory .
So (w ) is the shifted when we used the Fourier Transform as : Inetgral { Sscar (theta) * Sscar (theta +w)} 
and I need to use the autocorrelation method to see how is the Intensity changes with theta .
POSTED BY: azmi almasalha
I'm not familiar with this area, and so not sure what (w) is in this case. If you are having issues programming something in Mathematica, perhaps you can describe what you would like to do mathematically. It looks like your evaluating this autocorrelation: Integrate[Sscar (theta) * Sscar (theta +w),{theta, -Infinity, Infinity}]

Does that integral evaluate for you? If not, maybe a symbolic integral isn't obtainable and you may want to use NIntegrate to get a numeric approximation. Does it work for specific values of w?
POSTED BY: Sean Clarke
Posted 11 years ago
Dear ,
I will try and see 
Thanks in advance 
POSTED BY: azmi almasalha
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract