Skip to content

SIC step fitting algorithm in C language. Kalafut, B. & Visscher, K. An objective, model-independent method for detection of non-uniform steps in noisy signals. Computer Physics Communications, 179, 716-723 (2008).

Notifications You must be signed in to change notification settings

knyquist/KV_SIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalafut and Visscher SIC step fitting algorithm implementation

I have the code organized into three files...these are in the 'Kalafut' folder
-- kal_main.c; the main file
-- SICalgorithm.c; file that does SIC algorithm for no step hypoth. and for adding steps
-- InputTrace.c; file that reads in a dataset from a file
(there are corresponding header files where needed)
To run the code:
1) type make to compile, kal becomes the executable
2) to run: type "./kal dataset > output"

Notes: the dataset should have three columns:
#time force position
the output file has two columns:
#time position

About

SIC step fitting algorithm in C language. Kalafut, B. & Visscher, K. An objective, model-independent method for detection of non-uniform steps in noisy signals. Computer Physics Communications, 179, 716-723 (2008).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages