Frequency-resolved optical gating (FROG)

An extension of Adam Wyatt's MATLAB FROG program. Various features include anti-aliasing algorithm.
2,1K descargas
Actualizado 24 feb 2012

Ver licencia

I started with Adam Wyatt's FROG program (on this website) but added to it and edited it beyond recognition. I did, however, subtract one useful feature: This program, as written, is SHG-FROG and GRENOUILLE only!! (Adam Wyatt's program was more general.)

--> The program "prepFROG" takes a raw image from the CCD, smooths it, subtracts the background, and re-samples it to be ready for the FROG algorithm. Also helpful is the "mirror" program: Since SHG-FROG images are mirror-symmetric, this program can copy one half of the image onto the other half in case one half was cropped or corrupted.

--> The program "svdFROG" runs the "power method" (SVD-based) FROG algorithm, reconstructing a pulse from a FROG trace. (Uses subprograms "guesspulse" and "makeFROG".) Actually has many different choices for algorithms, which is useful for complex pulses that do not necessarily converge the first try: You can perform singular-value decomposition in either the time-domain or frequency-domain (or switch back and forth), and there are anti-aliasing options to avoid having to use an excessive number of datapoints (which slows down the algorithm). (If you don't need these fancy features, just ignore them. The program will run the "standard" power-method FROG algorithm by default.)

Citar como

Steven Byrnes (2024). Frequency-resolved optical gating (FROG) (https://www.mathworks.com/matlabcentral/fileexchange/34986-frequency-resolved-optical-gating-frog), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2007a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Biomedical Imaging en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Frequency-resolved optical gating (FROG)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.0

I had forgotten to implement the default option for the "flip" argument in prepFROG. Also, slightly expanded prepFROG documentation, and website description.

1.0.0.0