User contributions
From Bcontrol
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:29, 15 June 2007 (diff | hist) . . (-91) . . m Solo (→Overview and index)
- 16:26, 15 June 2007 (diff | hist) . . (-59) . . m General overview (→'''Tutorial/manual pages roadmap and the software architecture of the system''')
- 16:23, 15 June 2007 (diff | hist) . . (-10) . . m Dispatcher (→The action string and its 5 possible values)
- 16:22, 15 June 2007 (diff | hist) . . (-10) . . m Dispatcher (→The action string and its 5 possible values)
- 16:20, 15 June 2007 (diff | hist) . . (+16) . . m Real-Time Linux State Machine (→Next: RTLSM and trial structure)
- 16:17, 15 June 2007 (diff | hist) . . (0) . . m General overview
- 16:13, 15 June 2007 (diff | hist) . . (+231) . . Latest on the software
- 04:17, 4 June 2007 (diff | hist) . . (+4) . . m RTLSM and trial structure
- 04:16, 4 June 2007 (diff | hist) . . (+3) . . m RTLSM and trial structure
- 04:15, 4 June 2007 (diff | hist) . . (-6) . . RTLSM and trial structure
- 04:04, 4 June 2007 (diff | hist) . . (+34) . . General overview
- 04:02, 4 June 2007 (diff | hist) . . (+833) . . RTLSM and trial structure
- 03:45, 4 June 2007 (diff | hist) . . (+52) . . Main Page
- 03:41, 4 June 2007 (diff | hist) . . (+2,368) . . General overview
- 19:55, 3 June 2007 (diff | hist) . . (+124) . . General overview (→'''The temporal architecture of the system''')
- 18:14, 2 June 2007 (diff | hist) . . (+353) . . Latest on the software
- 17:20, 2 June 2007 (diff | hist) . . (-10) . . Dispatcher: example template (current)
- 16:24, 2 June 2007 (diff | hist) . . (+577) . . Dispatcher: example template
- 16:05, 2 June 2007 (diff | hist) . . (+553) . . Dispatcher:PokesPlotDemo (current)
- 00:40, 2 June 2007 (diff | hist) . . (+89) . . Main Page
- 00:36, 2 June 2007 (diff | hist) . . (+5,970) . . N Dispatcher: example template (New page: <pre> % A template protocol that does almost nothing-- each trial % just waits a second and then ends. % function [obj] = mynewprotocol(varargin) obj = class(struct, mfilename); %-----...)
- 00:30, 2 June 2007 (diff | hist) . . (+9) . . m Dispatcher:PokesPlotDemo
- 00:28, 2 June 2007 (diff | hist) . . (+783) . . Dispatcher
- 00:08, 2 June 2007 (diff | hist) . . (-6) . . Main Page
- 00:08, 2 June 2007 (diff | hist) . . (+15) . . Main Page
- 19:00, 1 June 2007 (diff | hist) . . (+34) . . Solo: a framework to help write large Matlab programs with GUIs
- 18:58, 1 June 2007 (diff | hist) . . (+53) . . Solo: Cell subscripts (current)
- 18:56, 1 June 2007 (diff | hist) . . (+26) . . Solo: Matrix subscripts (current)
- 18:54, 1 June 2007 (diff | hist) . . (+270) . . N Solo: Matrix subscripts (New page: Exactly the same process as descrbed for cell subscripts to matrix subscripts with parentheses instead of curly brackets. For example, you can do this: >> myvar.value = zeros(2,2); ...)
- 18:53, 1 June 2007 (diff | hist) . . (+1,654) . . N Solo: Cell subscripts (New page: As mentioned above, SoloParamHandles can have a value that is any of the types that Matlab handles. This includes matrices and cells. For example, we could say: >> SoloParamHandle(‘b...)
- 18:50, 1 June 2007 (diff | hist) . . (+58) . . Solo: a framework to help write large Matlab programs with GUIs (→Overview and index)
- 18:13, 1 June 2007 (diff | hist) . . (+29) . . Dispatcher (→Overview of Dispatcher)
- 18:13, 1 June 2007 (diff | hist) . . (+9,493) . . N Dispatcher:PokesPlotDemo (New page: <pre> % All this protocol does is serve as a demo of the pokeplot plugin. You % move from trial to trial by clicking twice in the center. On the second % click, you enter "final_state", wh...)
- 18:07, 1 June 2007 (diff | hist) . . (+349) . . Dispatcher (→Overview of Dispatcher)
- 18:01, 1 June 2007 (diff | hist) . . (+279) . . Dispatcher
- 17:59, 1 June 2007 (diff | hist) . . (+214) . . Latest on the software
- 04:04, 1 June 2007 (diff | hist) . . (0) . . N File:Pokesplot.png (current)
- 22:47, 31 May 2007 (diff | hist) . . (+11) . . m Main Page
- 22:46, 31 May 2007 (diff | hist) . . (+5,873) . . N Dispatcher (New page: __TOC__ == Overview of Dispatcher == Dispatcher is an interface between protocol code and the Real-Time Linux State Machine (RTLSM). It provides opening and closing of protocols, automati...)
- 22:45, 31 May 2007 (diff | hist) . . (0) . . N File:Trial structure.jpg (current)
- 22:45, 31 May 2007 (diff | hist) . . (+3,882) . . N RTLSM and trial structure (New page: Most often, we organize behavioral experiments around successive “trials.” But the state machine, as described so far, has no concept of “trials.” This is what we introduce now. Ty...)
- 22:44, 31 May 2007 (diff | hist) . . (+963) . . N Code for simple scheduled waves example (New page: <pre> sma = StateMachineAssembler; sma = add_scheduled_wave(sma, 'name', 'my_wave', 'preamble', 2); sma = add_state(sma, 'name', 'STATE_0', 'self_timer', 0.0001, ... 'input_to_statech...)
- 22:44, 31 May 2007 (diff | hist) . . (+73) . . N File:Simple scheduled waves.jpg (Simple state machine example, uses scheduled waves but no trial structure) (current)
- 22:43, 31 May 2007 (diff | hist) . . (+849) . . N Code for very simple state machine (New page: <pre> % Elsewhere we define sound #1 to be a 1-sec long white noise sma = StateMachineAssembler; sma = add_state(sma, 'name', 'STATE_0', 'self_timer', 0.0001, ... 'input_to_statechan...)
- 22:38, 31 May 2007 (diff | hist) . . (0) . . The Real-Time Linux State Machine (RTLSM) (→States, simple inputs, simple outputs, states' internal clocks)
- 22:37, 31 May 2007 (diff | hist) . . (0) . . The Real-Time Linux State Machine (RTLSM) (→States, simple inputs, simple outputs, states' internal clocks)
- 22:36, 31 May 2007 (diff | hist) . . (0) . . The Real-Time Linux State Machine (RTLSM) (→States, simple inputs, simple outputs, states' internal clocks)
- 22:35, 31 May 2007 (diff | hist) . . (+88) . . N File:Simplest state machine.jpg (An example of an ultra-simple state machine, without trial structure nor scheduled waves) (current)
- 22:34, 31 May 2007 (diff | hist) . . (+10,636) . . N The Real-Time Linux State Machine (RTLSM) (New page: __TOC__ == State Machine Basics == === States, simple inputs, simple outputs, states' internal clocks === right|400px As the name indicates, a stat...)
- 22:33, 31 May 2007 (diff | hist) . . (+51) . . N File:Overview.jpg (Overview of the physical architecture of the system) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)