Skip to content

How to create a layer with 64 resonate and fire neuron #177

Answered by bamsumit
zeinebCh asked this question in Q&A
Discussion options

You must be logged in to vote

For the period array: I could only set a min and max value? I could not have an array, that I can specify of size 192 as an input period?
As for the unity the period is in seconds right? If my frequency is in Ghz my period will be vey small and will not satisfy the condition of period>4.

In the current API, you can only set one value or (min, max) value. The unit of period is discrete time-steps. In real units, it is going to be period / sampling_frequency
For a signal in 1GHz range, you sampling frequency must be more than 1GHz which translates to a time-step less than 1ns. This is too small if you are considering real-time processing on a neuromorphic hardware. If you are not looking …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@zeinebCh
Comment options

Answer selected by zeinebCh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants