add_channel_noise: Add channel noise

View source: R/core_functions.R

add_channel_noiseR Documentation

Add channel noise

Description

Takes a list of 'signal' spikes and adds noise spikes

Usage

add_channel_noise(codebook, signal, noise_power, duration_in_seconds)

Arguments

codebook

constructed using construct_codebook function

signal

data_frame output from transmit_signal, that has spikes allocated by signal_power

noise_power

spikes per second to add to every Poisson process, i.e. for each symbol in the codebook

duration_in_seconds

length of time to simulate, in seconds. needed to know how much noise to produce.

Value

data_frame with (group_index,spike_times) columns, representing the signal with noise appended


tom-christie/transmit documentation built on July 19, 2023, 12:52 p.m.