View source: R/core_functions.R
add_channel_noise | R Documentation |
Takes a list of 'signal' spikes and adds noise spikes
add_channel_noise(codebook, signal, noise_power, duration_in_seconds)
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. |
data_frame with (group_index,spike_times) columns, representing the signal with noise appended
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.