Trying to define here whatever can be used in information theory. +------------------------+---+-----------+-----------------...
Version: 2020-12-07
module ieee1906-dot1-information { yang-version 1.1; namespace "urn:ieee:std:1906.1:yang:ieee1906-dot1-information"; prefix ieee1906-dot1-information; import ieee1906-dot1-math { prefix ieee1906-dot1-math; } import ieee1906-dot1-si-units { prefix ieee1906-dot1-si-units; } organization "IEEE Std 1906.1-2015 - Recommended Practice for Nanoscale and Molecular Communication Framework Working Group"; contact "Stephen F. Bush <bushsf@research.ge.com> Guillaume Mantelet <gmantelet@voltigeurnetworks.com>"; description "Trying to define here whatever can be used in information theory. +------------------------+---+-----------+---------------------------------------+ | name |sym| units | equation | +------------------------+---+-----------+---------------------------------------+ | amount-of-information | | bit | | | bandwidth | | bit.s-1 | | | information-density | | bit.m-x | | | bandwidth-delay-product| | bit | | +------------------------+---+-----------+---------------------------------------+ "; revision "2020-12-07" { description "Initial version."; reference ""; } typedef amount-of-information { type ieee1906-dot1-math:scalar { ieee1906-dot1-si-units:units "bit"; } description "The amount of information of a system in bits."; } typedef bandwidth { type ieee1906-dot1-math:scalar { ieee1906-dot1-si-units:units "bit/second"; } description "Bandwidth in bits per second of a communication channel."; } } // module ieee1906-dot1-information
© 2023 YumaWorks, Inc. All rights reserved.