MATLAB for Psychologists:
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York [u.a.]
Springer
2012
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XV, 283 S. Ill. |
ISBN: | 9781461421962 9781461421979 |
Internformat
MARC
LEADER | 00000nam a22000002c 4500 | ||
---|---|---|---|
001 | BV040123549 | ||
003 | DE-604 | ||
005 | 20120720 | ||
007 | t | ||
008 | 120509s2012 a||| |||| 00||| eng d | ||
016 | 7 | |a 689991886 |2 DE-101 | |
020 | |a 9781461421962 |c hbk. |9 978-1-461-42196-2 | ||
020 | |a 9781461421979 |c ebook |9 978-1-461-42197-9 | ||
035 | |a (OCoLC)799016964 | ||
035 | |a (DE-599)GBV689991886 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-11 |a DE-355 |a DE-739 | ||
084 | |a CM 4000 |0 (DE-625)18951: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a 5,2 |2 ssgn | ||
100 | 1 | |a Borgo, Mauro |e Verfasser |4 aut | |
245 | 1 | 0 | |a MATLAB for Psychologists |c Mauro Borgo ; Alessandro Soranzo ; Massimo Grassi |
264 | 1 | |a New York [u.a.] |b Springer |c 2012 | |
300 | |a XV, 283 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a MATLAB |0 (DE-588)4329066-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Statistik |0 (DE-588)4056995-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Psychologie |0 (DE-588)4047704-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Psychologie |0 (DE-588)4047704-6 |D s |
689 | 0 | 1 | |a Statistik |0 (DE-588)4056995-0 |D s |
689 | 0 | 2 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Soranzo, Alessandro |e Verfasser |4 aut | |
700 | 1 | |a Grassi, Massimo |e Verfasser |4 aut | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024979579&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-024979579 |
Datensatz im Suchindex
_version_ | 1804149084318072832 |
---|---|
adam_text | Contents
1
Basic Operations
..................................................................................... 1
Variables
.................................................................................................... 5
Thinking in a Matrix Way
......................................................................... 8
Operations
................................................................................................. 15
Summary
................................................................................................... 17
Exercises
................................................................................................... 18
A Brick for an Experiment
........................................................................ 20
References
................................................................................................. 23
Suggested Readings
.................................................................................. 23
2
Data Handling
......................................................................................... 25
Types of Variables (Logical Values, Strings, NaN, Structures, Cells)
...... 25
Logical Variables
................................................................................... 25
Strings
................................................................................................... 31
NaN
....................................................................................................... 35
Structures
.............................................................................................. 35
Cells
...................................................................................................... 38
Import/Export
............................................................................................ 40
Summary
................................................................................................... 42
Exercises
................................................................................................... 43
A Brick for an Experiment
........................................................................ 44
Read the Results
.................................................................................... 44
Reference
.................................................................................................. 46
Suggested Readings
.................................................................................. 46
3
Plotting Data
............................................................................................ 47
Plot Data
.................................................................................................... 47
Control the Plot s Objects: Labels, Legend, Title
.................................... 50
Subplot: Multiple Plots in One Figure
...................................................... 52
3-D
Plots
................................................................................................... 56
Printing and Saving Images
...................................................................... 58
xii Contents
Handle Graphics........................................................................................ 58
Summary
................................................................................................... 61
Exercises...................................................................................................
62
A Brick for an Experiment
........................................................................ 64
Plot the Results
..................................................................................... 64
Reference
.................................................................................................. 65
Suggested Readings
.................................................................................. 65
4
Start Programming
................................................................................. 67
M-Scripts and Functions
........................................................................... 67
Control Flow Statements
........................................................................... 70
Cycles and Conditionals: If
................................................................... 70
Switch Case
........................................................................................... 72
For Loops
............................................................................................. 74
While
.................................................................................................... 78
Break
..................................................................................................... 81
Try-Catch
............................................................................................. 82
Loops Versus Matrices and If Versus Logicals
..................................... 82
Functions
................................................................................................... 83
Scope of Variables
................................................................................. 86
Change the Number of Inputs and Outputs
........................................... 87
More on Data Import/Export: Script Examples
........................................ 90
Analysis
................................................................................................ 95
Guidelines for a Good Programming Style
............................................... 96
Writing Code
......................................................................................... 96
Debug
.................................................................................................... 98
Summary
................................................................................................... 100
Exercises
................................................................................................... 101
A Brick for an Experiment
........................................................................ 102
Analysis
................................................................................................ 104
References
................................................................................................. 106
Suggested Readings
.................................................................................. 106
5
A Better Sound
......................................................................................... 107
Generate a Sound
...................................................................................... 107
Multiple Sounds
........................................................................................ 112
Manipulating a Sound s Level
.................................................................. 114
Match the Level of Sound with Different Waveforms
.......................... 115
Stereophonic Sounds for ITD and ILD
..................................................... 116
A Sound s Envelope
.................................................................................. 118
Sound Filtering
.......................................................................................... 120
Sound Analysis
.......................................................................................... 123
Summary
................................................................................................... 125
Exercises
................................................................................................... 125
Contents xiii
A Brick for an Experiment
........................................................................ 126
References
................................................................................................. 127
Suggested Readings
.................................................................................. 128
6
Create and Proccess Images
................................................................... 129
Images Basics
............................................................................................ 129
Importing and Exporting Images
.......................................................... 132
Display Images
...................................................................................... 134
Basic Manipulation of Images
.................................................................. 135
Point Operations
........................................................................................ 136
Intensity Transformation
....................................................................... 136
Windowing
............................................................................................ 138
Neighborhood Processing
......................................................................... 140
The Edges of the Image
........................................................................ 144
Advanced Image Processing
..................................................................... 144
Creating Images by Computation
............................................................. 144
Summary
................................................................................................... 149
Exercises
................................................................................................... 150
References
................................................................................................. 151
Suggested Readings
.................................................................................. 152
7
Data Analysis
........................................................................................... 153
Descriptive Statistics
................................................................................. 153
Measures of Central Tendency
.............................................................. 153
Measures of Dispersion
......................................................................... 154
Divariate
and Multivariate Descriptive Statistics
..................................... 155
Covariance
............................................................................................ 156
Simple and Multiple Linear Regression
............................................... 156
Generalized Linear Model
.................................................................... 160
Inferential Statistics
.................................................................................. 162
Parametric Statistics
.............................................................................. 162
/-Test
..................................................................................................... 163
ANOVA
................................................................................................. 166
Nonparametric Statistics
........................................................................... 177
Categorical Data
.................................................................................... 177
Ordinal Data
.......................................................................................... 179
Signal-Detection Theory (STD) Indexes
.............................................. 182
Summary
................................................................................................... 184
Exercises
................................................................................................... 185
A Brick for an Experiment
........................................................................ 186
References
................................................................................................. 187
Suggested Readings
.................................................................................. 187
xiv Contents
8
The Charm of Graphical
User Interface............................................... 189
Introduction
............................................................................................... 189
GUIDE
...................................................................................................... 189
Starting GUIDE
.................................................................................... 190
The GUI Toolbar
....................................................................................... 190
Adding UiControls to the GUI
.............................................................. 191
Closing the GUI
.................................................................................... 193
Controlling UiControls from Other UiControls
........................................ 196
The Sum-Two-Numbers Example
........................................................ 196
Displaying Graphs and Figures in the GUI
........................................... 202
Saving User Input
..................................................................................... 204
Adding Your Own Functions
................................................................ 207
A Brick for an Experiment
........................................................................ 212
Appendix
................................................................................................... 215
The File Menu
....................................................................................... 216
The Edit Menu
...................................................................................... 216
The View Menu
..................................................................................... 217
The Layout Menu
.................................................................................. 217
Tools Menu
........................................................................................... 218
Help
....................................................................................................... 218
Preferences for GUIDE
............................................................................. 219
Backward Compatibility
....................................................................... 220
Other Preferences
.................................................................................. 221
Suggested Readings
.................................................................................. 221
9 Psychtoolbox:
Video
................................................................................ 223
The Screen Function
................................................................................. 223
Analysis
................................................................................................ 225
How to Use Screen to Get Information
..................................................... 225
How to Use Screen to Draw Figures
......................................................... 227
Preliminary Notions: Drawing Figures in Three Steps—Opening,
Drawing, and Closing
........................................................................... 227
Opening the Window
............................................................................ 227
Drawing: An Introduction
..................................................................... 229
Closing
.................................................................................................. 230
Drawing: Reprise
...................................................................................... 230
Analysis
................................................................................................ 231
Drawing Shapes
.................................................................................... 231
Batch Processing: Drawing Multiple Figures at Once
.............................. 235
Drawing Text
............................................................................................. 236
Importing Images
...................................................................................... 238
Analysis
................................................................................................. 239
VideoClips
................................................................................................ 240
Analysis
................................................................................................. 240
Analysis
................................................................................................. 241
Drawing Things at the Right Time
............................................................ 241
Contents xv
Analysis
................................................................................................. 243
Summary
................................................................................................... 243
Exercises
................................................................................................... 244
Exercise
1.............................................................................................. 244
Solution
1.............................................................................................. 244
Exercise
2.............................................................................................. 244
Solution
2.............................................................................................. 245
A Brick for an Experiment
........................................................................ 245
References
................................................................................................. 248
Suggested Readings
.................................................................................. 248
10 Psychtoolbox:
Sound, Keyboard and Mouse
........................................ 249
Timing
....................................................................................................... 249
Priority
...................................................................................................... 250
Sound Functions
........................................................................................ 251
Getting Participants Inputs: Keyboard and Mouse Functions
................. 253
Keyboard Response
.............................................................................. 253
Press Any Key to Proceed
................................................................. 254
Press the Spacebar to Proceed
........................................................... 254
Press Any Key to Respond
................................................................ 256
Reaction-Time Detection
...................................................................... 256
Choice Reaction Time
........................................................................... 258
Go/No-Go Reaction Time
..................................................................... 259
Reaction Times Within a Video Clip
..................................................... 260
Mouse Input
.......................................................................................... 262
Using Participants Input to Manipulate Shape Characteristics
................ 263
Keyboard Manipulations
....................................................................... 264
Placing Discs with the Mouse
............................................................... 266
Summary
................................................................................................... 267
Exercises
................................................................................................... 268
Exercise
1 ............................................................................................. 268
A Brick for an Experiment
........................................................................ 269
References
................................................................................................. 272
Suggested Readings
.................................................................................. 273
About the Authors
........................................................................................... 275
Index
................................................................................................................ 277
|
any_adam_object | 1 |
author | Borgo, Mauro Soranzo, Alessandro Grassi, Massimo |
author_facet | Borgo, Mauro Soranzo, Alessandro Grassi, Massimo |
author_role | aut aut aut |
author_sort | Borgo, Mauro |
author_variant | m b mb a s as m g mg |
building | Verbundindex |
bvnumber | BV040123549 |
classification_rvk | CM 4000 ST 601 |
ctrlnum | (OCoLC)799016964 (DE-599)GBV689991886 |
discipline | Informatik Psychologie |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01645nam a22004332c 4500</leader><controlfield tag="001">BV040123549</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20120720 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120509s2012 a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">689991886</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781461421962</subfield><subfield code="c">hbk.</subfield><subfield code="9">978-1-461-42196-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781461421979</subfield><subfield code="c">ebook</subfield><subfield code="9">978-1-461-42197-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)799016964</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)GBV689991886</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-11</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-739</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">CM 4000</subfield><subfield code="0">(DE-625)18951:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">5,2</subfield><subfield code="2">ssgn</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Borgo, Mauro</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">MATLAB for Psychologists</subfield><subfield code="c">Mauro Borgo ; Alessandro Soranzo ; Massimo Grassi</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 283 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Psychologie</subfield><subfield code="0">(DE-588)4047704-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Psychologie</subfield><subfield code="0">(DE-588)4047704-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Soranzo, Alessandro</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Grassi, Massimo</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024979579&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-024979579</subfield></datafield></record></collection> |
id | DE-604.BV040123549 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:17:24Z |
institution | BVB |
isbn | 9781461421962 9781461421979 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024979579 |
oclc_num | 799016964 |
open_access_boolean | |
owner | DE-11 DE-355 DE-BY-UBR DE-739 |
owner_facet | DE-11 DE-355 DE-BY-UBR DE-739 |
physical | XV, 283 S. Ill. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Springer |
record_format | marc |
spelling | Borgo, Mauro Verfasser aut MATLAB for Psychologists Mauro Borgo ; Alessandro Soranzo ; Massimo Grassi New York [u.a.] Springer 2012 XV, 283 S. Ill. txt rdacontent n rdamedia nc rdacarrier MATLAB (DE-588)4329066-8 gnd rswk-swf Statistik (DE-588)4056995-0 gnd rswk-swf Psychologie (DE-588)4047704-6 gnd rswk-swf Psychologie (DE-588)4047704-6 s Statistik (DE-588)4056995-0 s MATLAB (DE-588)4329066-8 s DE-604 Soranzo, Alessandro Verfasser aut Grassi, Massimo Verfasser aut Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024979579&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Borgo, Mauro Soranzo, Alessandro Grassi, Massimo MATLAB for Psychologists MATLAB (DE-588)4329066-8 gnd Statistik (DE-588)4056995-0 gnd Psychologie (DE-588)4047704-6 gnd |
subject_GND | (DE-588)4329066-8 (DE-588)4056995-0 (DE-588)4047704-6 |
title | MATLAB for Psychologists |
title_auth | MATLAB for Psychologists |
title_exact_search | MATLAB for Psychologists |
title_full | MATLAB for Psychologists Mauro Borgo ; Alessandro Soranzo ; Massimo Grassi |
title_fullStr | MATLAB for Psychologists Mauro Borgo ; Alessandro Soranzo ; Massimo Grassi |
title_full_unstemmed | MATLAB for Psychologists Mauro Borgo ; Alessandro Soranzo ; Massimo Grassi |
title_short | MATLAB for Psychologists |
title_sort | matlab for psychologists |
topic | MATLAB (DE-588)4329066-8 gnd Statistik (DE-588)4056995-0 gnd Psychologie (DE-588)4047704-6 gnd |
topic_facet | MATLAB Statistik Psychologie |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024979579&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT borgomauro matlabforpsychologists AT soranzoalessandro matlabforpsychologists AT grassimassimo matlabforpsychologists |