kirtiprakash / 1frc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains Matlab code associated with the paper:

Bernd Rieger, Isabel Droste, Fabian Gerritsma, Tip ten Brink, and Sjoerd Stallinga, "Single image Fourier Ring Correlation", in review.

It consists of a set of Matlab scripts, associated with the Figures in the paper:

The relevant data can be found at https://doi.org/10.4121/3f285c07-93c0-4a8a-bbcd-bc60ed749c88

The core of the numerical procedure, the random binomial data splitting, is coded in cBinomialSplit.c, which must be compiled to a mex file depending on the computer architecture. Build with mex -O BinomialSplit.c in Matlab.

All code was developed and tested in Matlab R2023a, and needs:

About


Languages

Language:MATLAB 96.2%Language:C 3.8%