adamjgnoel / AcCoRD

Actor-based Communication via Reaction-Diffusion. A molecular communication simulator. Simulates stochastic reaction-diffusion systems.
https://warwick.ac.uk/adamnoel/software/accord/
Other
12 stars 4 forks source link

Choice of modulation schemes #7

Open adamjgnoel opened 8 years ago

adamjgnoel commented 8 years ago

The only modulation scheme available is concentration shift keying with finite pulse widths. This is by far the most popular in the literature (especially including the special case of impulsive ON/OFF keying), but other modulation schemes may be of interest (e.g., molecule shift keying - MoSK - and variations thereof).

One option is to hard-code additional schemes. MoSK would be straightforward. Allowing a user to define a scheme from scratch would be a nicer option but might prove unfeasible.

adamjgnoel commented 7 years ago

Version 1.0 added "Burst", although this is basically CSK with 1 bit and transmission probability 1.