User Tools

Site Tools


Sidebar

[[people:ContactList|ContactList]]\\ [[protocols:Protocols|Protocols]]\\ [[logs:LogSheets|LogSheets]]\\ [[computing:Computing|Computing]]\\ [[protocols:EotW|EotW]]\\ [[protocols:IssueTracker|IssueTracker]]\\ **Reference** [[guides:Guides|HowToGuides]]\\ [[guides:Manuals|Manuals]]\\ [[literature:Literature]]\\ [[jclub:JournalClub|JournalClub]]\\ [[people:LabAlumni|LabAlumni]]\\ [[analysis:DataAnalysis|DataAnalysis]]\\ **Training** [[guides:TheBasics|TheBasics]]\\ [[tutorials:TutorialList|TutorialList]]\\ [[guides:About|About this wiki]] **Beyond the lab** [[Fellowships]]\\ [[Advice for...]]\\ **Admin** [[orphanswanted|OrphansWanted]]\\

analysis:matlab-overview

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

===== Overview of common functions ===== ==== Utility functions ==== === Utility functions common to multiple data types === * restrict() === Functions associated with specific data types === == interval (iv) == Basics: * iv(): constructor * CheckIV(): check if IV is correctly formatted Simple operations: * ResizeIV(): expand or contract intervals by specified amount * InvertIV(): "flips" included intervals to non-included, and vice versa * MergeIV(): merge touching, overlapping, or nearby intervals within an iv struct * SelectIV(): specify intervals to keep Set operations: * UnionIV(): set union of iv objects * IntersectIV(): set intersect, keep only those iv1's that include a piece of iv2 * DifferenceIV(): set difference, keep only those iv1's that DO NOT include a piece of iv2 Analysis operations: * TSDtoIV(): create interval data from tsd by tresholding Visualization: * PlotTSDfromIV(): display intervals defined relative to tsd == timestamps (ts) == == timestamped data (tsd) == == tuning curve (tc) == ==== Visualization functions ==== ==== Loading functions ==== ==== Analysis functions ====

analysis/matlab-overview.1498869218.txt.gz · Last modified: 2018/04/17 15:21 (external edit)