Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

See if we can do without FFTs in the PCE computation #3

Closed
benvanwerkhoven opened this issue Feb 12, 2016 · 3 comments
Closed

See if we can do without FFTs in the PCE computation #3

benvanwerkhoven opened this issue Feb 12, 2016 · 3 comments

Comments

@benvanwerkhoven
Copy link
Contributor

I am suspecting that the FFTs that are used within the PCE computations are actually unnecessary. Currently the pattern are only real-valued and I think it may be possible to compute a cross correlation of two real-valued signals without using FFTs, but I would like someone with more knowledge on the subject to look into this.

@jspaaks
Copy link

jspaaks commented Feb 15, 2016

maybe you can do something similar to what Rob is doing in his pulsar stuff, i.e. stack signals of a predefined wavelength?

@anandgavai
Copy link
Contributor

Hi All,
Thanks for all the emails Ben ;-) !
Exciting days to start tomorrow.

Specifically I could contribute to
#4 (distance matrix)
#5 (evaluation of this measure following up from #4)
#6 (heuristics, mainly graph based)
#9 (other algorithms, we could consider using bayesian networks ? )

It is indeed a pity that we can have more than one person per task, in
principle I am open to other tasks as well that would expands my horizon
;-).

Regards,
Anand

On Fri, Feb 12, 2016 at 11:14 AM, Ben van Werkhoven <
notifications@github.com> wrote:

I am suspecting that the FFTs that are used within the PCE computations
are actually unnecessary. Currently the pattern are only real-valued and I
think it may be possible to compute a cross correlation of two real-valued
signals without using FFTs, but I would like someone with more knowledge on
the subject to look into this.


Reply to this email directly or view it on GitHub
#3.

@benvanwerkhoven
Copy link
Contributor Author

Thanks to the work of Sonja and Anand we now fully understand how PCE works and what is computed at all the intermediate steps. They have shown that the FFTs are necessary for computing the PCE scores. And therefore this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants