C/C++ How can phase singularities be implemented in C++?

AI Thread Summary
The discussion centers around implementing phase singularities in C++. The initial inquiry lacks clarity, prompting responses that request more specific examples of the intended application. It is suggested that the user may be referring to phase singularities in cardiology, particularly in the context of cardiac fibrillation, where a novel algorithm for detecting phase singularities is mentioned. However, the user later clarifies their interest in optical phase singularities, referencing relevant literature. Participants emphasize the need for detailed information to provide meaningful assistance, and one suggests contacting authors of related research for insights on the software used, likely indicating that MATLAB may be involved in such implementations.
sddfds
Messages
8
Reaction score
0
TL;DR Summary
how to implement phase singularities in C++.
hello i would like to ask how to implement phase singularities in C++. thanks very much.
 
Technology news on Phys.org
You need to clarify your question. Perhaps you can give a specific example of what you want to do.
 
sddfds said:
Summary:: how to implement phase singularities in C++.

hello i would like to ask how to implement phase singularities in C++. thanks very much.
Do you mean in cardiology?

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5131933/

A New Efficient Method for Detecting Phase Singularity in Cardiac Fibrillation
Background

The point of phase singularity (PS) is considered to represent a spiral wave core or a rotor in cardiac fibrillation. Computational efficiency is important for detection of PS in clinical electrophysiology. We developed a novel algorithm for highly efficient and robust detection of PS.

Methods

In contrast to the conventional method, which calculates PS based on the line integral of the phase around a PS point equal to ±2π (the Iyer-Gray method), the proposed algorithm (the location-centric method) looks for the phase discontinuity point at which PS actually occurs. We tested the efficiency and robustness of these two methods in a two-dimensional mathematical model of atrial fibrillation (AF), with and without remodeling of ionic currents.
 
Stephen Tashi said:
You need to clarify your question. Perhaps you can give a specific example of what you want to do.
BTW, it looks like he's been spamming lots of math forums with this question, and has not been responding since posting the original question. We'll see if he comes back again... :confused:
 
Perhaps we should just close this thread explaining that C++ doesn't have a heart and hence can't have any phase singularities unless the Wizard of Oz intervenes.
 
  • Haha
Likes berkeman
@Stephen Tashi hit the nail on the head:
Stephen Tashi said:
Perhaps you can give a specific example of what you want to do.
Just knowing that you are referring to optical phase singularities doesn't give us much to go on to give you advice on writing a C++ program to implement this stuff. What precisely are you trying to implement?
 
Why not contact the paper authors and ask about the software used. Its likely Matlab though.
 
Back
Top