Frame agreement: Difference between revisions

Jump to navigation Jump to search
6 bytes removed ,  04:57, 17 July 2023
m
(Reorganize page to cover general frame conformance; add model for prefix agreement.)
m (→‎Empty frame agreement: align comments)
Line 7: Line 7:
       x←⍳2
       x←⍳2
       y←2 3 2⍴⍳12
       y←2 3 2⍴⍳12
       x{⍺⍵}⍤99 2⊢y       ⍝ 1-to-n pairing; ⍤99 corresponds to empty frame
       x{⍺⍵}⍤99 2⊢y     ⍝ 1-to-n pairing; ⍤99 corresponds to empty frame
┌───┬─────┐
┌───┬─────┐
│1 2│1 2  │
│1 2│1 2  │
Line 17: Line 17:
│  │11 12│
│  │11 12│
└───┴─────┘
└───┴─────┘
       x{⍺⍵}⍤0 2⊢y           ⍝ 1-to-1 pairing; frames match; (,2) ≡ (,2)
       x{⍺⍵}⍤0 2⊢y       ⍝ 1-to-1 pairing; frames match; (,2) ≡ (,2)
┌─┬─────┐
┌─┬─────┐
│1│1 2  │
│1│1 2  │
trusted
83

edits

Navigation menu