Visualizer of output dynamic of syncpr network (Sync for Pattern Recognition).
More...
|
def | show_pattern (syncpr_output_dynamic, image_height, image_width) |
| Displays evolution of phase oscillators as set of patterns where the last one means final result of recognition. More...
|
|
def | animate_pattern_recognition (syncpr_output_dynamic, image_height, image_width, animation_velocity=75, title=None, save_movie=None) |
| Shows animation of pattern recognition process that has been preformed by the oscillatory network. More...
|
|
def | show_output_dynamic (sync_output_dynamic) |
| Shows output dynamic (output of each oscillator) during simulation. More...
|
|
def | show_output_dynamics (sync_output_dynamics) |
| Shows several output dynamics (output of each oscillator) during simulation. More...
|
|
def | show_correlation_matrix (sync_output_dynamic, iteration=None) |
| Shows correlation matrix between oscillators at the specified iteration. More...
|
|
def | show_phase_matrix (sync_output_dynamic, grid_width=None, grid_height=None, iteration=None) |
| Shows 2D matrix of phase values of oscillators at the specified iteration. More...
|
|
def | show_order_parameter (sync_output_dynamic, start_iteration=None, stop_iteration=None) |
| Shows evolution of order parameter (level of global synchronization in the network). More...
|
|
def | show_local_order_parameter (sync_output_dynamic, oscillatory_network, start_iteration=None, stop_iteration=None) |
| Shows evolution of local order parameter (level of local synchronization in the network). More...
|
|
def | animate_output_dynamic (sync_output_dynamic, animation_velocity=75, save_movie=None) |
| Shows animation of output dynamic (output of each oscillator) during simulation on a circle from [0; 2pi]. More...
|
|
def | animate_correlation_matrix (sync_output_dynamic, animation_velocity=75, colormap='cool', save_movie=None) |
| Shows animation of correlation matrix between oscillators during simulation. More...
|
|
def | animate_phase_matrix (sync_output_dynamic, grid_width=None, grid_height=None, animation_velocity=75, colormap='jet', save_movie=None) |
| Shows animation of phase matrix between oscillators during simulation on 2D stage. More...
|
|
def | animate (sync_output_dynamic, title=None, save_movie=None) |
| Shows animation of phase coordinates and animation of correlation matrix together for the Sync dynamic output on the same figure. More...
|
|
Visualizer of output dynamic of syncpr network (Sync for Pattern Recognition).
Definition at line 71 of file syncpr.py.