Skip to content

CAMRIatUNC/CheckMissingPoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

CheckMissingPoint

Author

By Weiting Zhang, 05/04/2022

Description

Used to find the missing points of spectrum data from Ocean View spectrometers

Synapsis

LineIndex = CheckMissingPoint(TEXTFILE,SamplingRate) TEXTFILE is the raw text that generated by OceanView SamplingRate is the raw sampling rate in the unit of Hz.

Output

LineIndex is a column vector containing the line number of frames which have the longer-than-expected interval from the previous frame

e.g.

LineIndex = CheckMissingPoint('Test.txt',20)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%