Relative Content

Tag Archive for algebraic-data-type

Matrix Pattern Recognition Algorithm

I am designing a logic analyzer and I would like to implement some Matrix Algorithm.
I have several channels each one represented by a row in the matrix and every element in the column would be the state, for example:

ADT design choices

How do you go about deciding which of the following two representations (in F# syntax) is the right choice in a particular situation?

ADT design choices

How do you go about deciding which of the following two representations (in F# syntax) is the right choice in a particular situation?

ADT design choices

How do you go about deciding which of the following two representations (in F# syntax) is the right choice in a particular situation?