dmalt / PSIICOS

Power and shift independent imaging of coherent sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSIICOS

Toolbox for power and shift invariant imaging of coherent sources

Getting Started

Prerequisites

OS

Installation script works only on LINUX. The only thing it does is adding PSIICOS folder location to the MATLAB path. It can be easily done manually.

The rest is cross-platform

Packages

PSIICOS depends on:

Installing

In LINUX run in terminal:

git clone https://github.com/dmalt/PSIICOS.git && cd PSIICOS && ./install.sh && cd ..

In WINDOWS get the package by downloading .zip archive from github, extract the files and add path to package folder from inside MATLAB.

To test the installation open matlab, change directory to PSIICOS/tests and run

check_installation

It should print

INSTALLATION SUCCESFUL

If it didn't, check paths and script install.sh

Run simple simulation setup

Go to PSIICOS/scripts/simulations folder folder and from there run

sim_psiicos

About

Power and shift independent imaging of coherent sources


Languages

Language:MATLAB 99.8%Language:Shell 0.2%