DMDX最简单的数控编程例子问题

12添加评论分享收藏感谢阅读全文赞同 12添加评论分享收藏感谢知乎收录获得 29 次赞同当前位置: >>
常用心理学编程软件简介――DMDX,INQUISIT,E-PRIME使用(刘潇楠.北京师范大学
常用心理学编程软件简介DMDX,INQUISIT,E-PRIME使用刘潇楠 北京师范大学 心理学院 联系方式?http://spss.5d6d.com(老刘玩转网)推荐 ?QQ: 次级推荐 ?手机: 不太推荐 ?宅电:算了吧~ 老刘玩转网能得到:?ppt ?三大软件相关资料,inquisit破解程序 ?经典范例 ?Spss与sas软件相关和 GRE考试必看,机经类 ?相关人群发站内信包括真名及类别, 成为版主并获取机密资料?TOEFL DMDX简介?是用于测量反应时的软件,其精度达到毫秒,可呈现文本、听觉、图片和视 屏材料。DMDX支持两个显示器呈现模 式,主试和被试分别注视一个显示屏, 也支持一个显示器模式。还可通过 Internet远距离追踪实验过程。该软件 由Arizona大学的Jonathan Forster研 制,现已被广泛运用于世界各地的心理 学实验室,可免费下载。 ?http://www.u.arizona.edu/~jforster/DMDX.htm ?猪肉都涨价,免费很王道 ?Inquisit:近200刀 ?E-prime:近500刀 学习建议?程序制作过于简单,低等工作 ?程序员最抬不起头的职位 ?软件公司Ideas决定年薪 ?实验设计是基本功 ?实验想法是决定因素 ?细节考虑是最重要保障 ?思想!思想!思想! ?读书!读书!读书! e-prime简介?简单易上手,拖拉拽 ?功能强大,基本都能实现 ?接口丰富,可以同时连接眼动,erp等多种记录设备 ?E-Prime 是实现心理实验计算机化的 一个可视化编程语言平台,是一个涵盖 实验生成到毫秒精度的数据收集分析的 应用软件套装。 ?套装就不是单件的,内衣到外衣 Inquisit简介?语句简单易学 ?基于IAT范式,ImplicitAssociationTest, ?不知道回去洗洗睡吧 E-PrimeE-StudioGraphical Design EnvironmentE-BasicFull Scripting LanguageE-RunReal-Time Experiment GeneratorE-MergeThis is a diagram of E-Prime’s core system components.We will now do a short tour of each componentData Merging UtilityE-DataAidSpreadsheet Application for E-Prime Data Files E-Studio InterfaceThe E-Studio interface has four major components: 1.Toolbox 2. Structure View 3. Properties Window 4. Workspace Let’s look at each component...2 1 34 E-Studio Interface1The Toolbox contains objects that are dragged to procedural timelines. These objects are the basic building blocks of your E-Studio experiments. Let’s look at some of these objects... E-Studio InterfaceThe TextDisplay allows you to specify text, such as instructions, that the subject will see during the experiment. E-Studio InterfaceSimilarly, the BitmapDisplay allows you to specify images that the subject will see during the experiment. E-Studio InterfaceThe List object allows you to define the blocks, trials, sub-trials, etc. in your experiment. E-Studio InterfaceProcedure objects represent the timelines in your experiment. These procedural timelines tell the experiment what objects occur at what point. E-Studio InterfaceThe FeedbackDisplay allows you to specify the feedback that your subject will receive after a response. These are just some of the objects available to you in E-Studio. E-Studio Interface2The Structure View is an outline or hierarchical representation of your experiment. This window features a tree view similar to that in Windows Explorer. E-Studio Interface3The Properties Window lists the properties for selected objects and displays their current settings. E-Studio Interface4The Workspace contains the window representations of your experiment objects. An object is opened in the Workspace by double clicking the object on a procedural timeline or in the Structure View. E-Studio - ProceduresThink of this experiment as a hierarchy. The SessionProc procedure defines the session-level events. The BlockProc procedure defines the block-level events. The TrialProc procedure defines the trial-level events. E-Studio - ProceduresObjects are added to a procedure by opening the procedure in the Workspace and dragging objects from the Toolbox to Procedure’s timeline. E-Studio - ProceduresThis is the completed SessionProc. At the sessionlevel, the experiment welcomes the subject, runs blocks of trials, and displays a goodbye screen. BlockList is where the experiment’s blocks will later be defined.List TextDisplays E-Studio - ProceduresThis is the completed TrialProc. At the trial-level, the experiment displays a fixation point, presents the subject with a stimulus, and gives the subject feedback.TextDisplaysFeedbackDisplay E-Studio - ListsLists are used to specify how the trials differ from one another (i.e., what factors are manipulated). This is TrialList with its opened window representation underneath it. Let’s look at the completed TrialList... E-Studio - ListsThis is our completed TrialList. The columns can list what procedure to run for a given trial, the levels of the independent variables, the actual stimulus for that trial, and what the correct answer should be. E-Studio - PropertiesAfter creating the experiment’s procedural timelines and defining the blocks and trials, the next step is to set the properties of the objects. This will be demonstrated by examining the properties for Stimulus on the TrialProc procedure. E-Studio - PropertiesThe properties for Stimulus can be set via the Properties Window. For example, one can control what keys the user can hit, how long the stimulus will stay on the screen, etc E-Studio PropertiesFor example, the Duration property sets the duration of Stimulus. Its value was set to 10,000 ms. This means the object will stay on the screen for 10 seconds. Welcome to E-BasicE-Basic is not an application. It is E-Prime’s comprehensive, object-oriented programming language. It is similar to Visual Basic for Applications with many enhanced commands for behavioral research. E-BasicIn E-Studio, you create the graphical representation of your experiment. Once you have created your experiment, E-Studio converts this graphical representation into E-Basic code, so that E-Run, the real-time experiment generator, can compile and execute it. E-BasicThe Generate button on the E-Studio toolbar allows you to generate the code, or script, for an opened experiment in E-Studio. E-BasicThis is the finished E-Basic script in EStudio’s Script Window. Because E-Studio allows you to design everything (for most experiments) using the graphical interface, you probably won’t have to look at this code. Welcome to E-RunE-Run is E-Prime’s real-time experiment generator. It compiles E-Basic code from the experiment that you visually created in E-Studio and executes it in a real-time environment. E-RunThe E-Run button on the E-Studio toolbar allows you to compile and execute an opened experiment in E-Studio. E-RunSubject Initialization Welcome Screen Here’s an example experiment structure. Let’s look at how the screens will look when the experiment is run.Block InstructionsFixation Goodbye ScreenFeedbackStimulus E-RunEach E-Prime experiment session generates an individual data file. When you run an experiment, you first see a dialog box that asks for the subject information. E-RunNext, you would see the welcome text followed by instructions. E-RunNext, the experiment would run two blocks of trials.FixationFeedbackStimulus E-RunAt the end of the experiment, you would see the goodbye text. Welcome to E-MergeOnce you have collected your data, you are ready to...? Merge the individual data files into one fileusing E-Merge.? View, edit, and analyze individual ormerged data files in E-DataAid. E-Merge InterfaceThe File List view in E-Merge is the main area of the application screen. It displays all the files contained in the experiment folder that you opened in the Folder Tree view. Use this view to select the files to merge. E-Merge - ProcessMerging files is a simple process in E-Merge...? Select the files to merge. ? Click the Merge button, and whenprompted, enter an existing or new file into which to merge them.Let’s look at an example... E-Merge ProcessOnce files to merge are selected, the next step is to begin the merge operation. The Merge button on the toolbar begins this merge process. E-Merge ProcessAfter clicking the Merge button, a dialog prompts you for the target file. This is the file into which all the selected files will be merged. E-Merge - FeedbackThat’s it - the merge operation is done. When finished, the application displays a small dialog, like this one, that summarizes the results. Welcome to E-DataAidE-DataAid allows you to view and edit your E-Prime data. With E-DataAid, you can...? View your data ? Edit your data ? Filter your data ? Analyze your data ? Export your data E-DataAid - ViewE-DataAid displays your data in a spreadsheet format. The columns represent variables, and the rows represent trials of data. E-DataAid - FilterWorking with a lot of data in a spreadsheet can be cumbersome, especially when you only want to work with data that meets specific criteria. The Filter button on the toolbar allows you to filter your data. E-DataAid - FilterFor example, one can filter out the practice blocks and include only certain subjects (e.g., from 4 to 7). E-DataAid - FilterThe Spreadsheet only displays the rows that fit both filter criteria. The filters are listed below the Spreadsheet in the area labeled “Filters”. The headings of the filtered columns are in white. E-DataAid - AnalyzeIn addition to filtering, you can generate descriptive statistics for your data (e.g., calculating means and standard deviations). The Analyze button on the toolbar allows you to analyze your data. E-DataAid - AnalyzeE-DataAid displays all analyses in table format. You specify the columns and rows that you want in your table, as well as the data, such as means, that the table will contain. Clicking the Run button performs the analysis. E-DataAid - AnalyzeYou can save the results of your analysis by copying it to the clipboard or exporting it to a text file. E-DataAid C Excel PlotsYou can click a button in E-Data Aid and export your data to Excel. The data is formatted for easy examination. The plot graphically depicts your data. You can then use the power of Excel to format you data for presentation. E-DataAid ExportIf you desire to use another statistical package, the Export button on the toolbar allows you to export the data in E-DataAid’ E-DataAid’s Spreadsheet to a text file.
更多搜索:
All rights reserved Powered by
文档资料库内容来自网络,如有侵犯请联系客服。2610 条评论分享收藏感谢收起赞同 122 条评论分享收藏感谢收起常用的心理学编程软件有哪些_百度知道
常用的心理学编程软件有哪些
答题抽奖
首次认真答题后
即可获得3次抽奖机会,100%中奖。
擅长:暂未定制
dmdx e-prime 这两个比较简单易学
为你推荐:
其他类似问题
您可能关注的内容
个人、企业类
违法有害信息,请在下方选择后提交
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。12添加评论分享收藏感谢阅读全文赞同 12添加评论分享收藏感谢知乎收录获得 29 次赞同

我要回帖

更多关于 plc编程入门视频教程 的文章

 

随机推荐