File: Contents.m

package info (click to toggle)
psychtoolbox-3 3.0.19.14.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 86,796 kB
  • sloc: ansic: 176,245; cpp: 20,103; objc: 5,393; sh: 2,753; python: 1,397; php: 384; makefile: 193; java: 113
file content (27 lines) | stat: -rw-r--r-- 1,908 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Psychtoolbox:PsychSignal.
%
% help Psychtoolbox % For an overview, triple-click me & hit enter.
%
%   AllAll               - Apply function ALL to all elements of an N-D matrix.
%   AltRound             - Round elements to the nearest multiple of a factor.
%   AnyAll               - Apply function ANY to all elements of an N-D matrix.
%   ATand2               - Inverse tangent function which output is in the range -180--180 degrees, instead of MATLAB's -90--90.
%   ATand360             - Inverse tangent function which output is in the range 0--360 degrees, instead of MATLAB's -90--90.
%   Bandpass             - Filter images, one dimension.
%   Bandpass2            - Filter images, two dimensions, radial frequency.
%   BoolFromSNR          - Creates a boolean (selection) vector from an SNR (Signal-to-Noise Ratio)
%   Expand               - Expand a matrix.
%   HalfRect             - Half wave rectification.
%   MatMax               - Maximum in entire matrix.
%   MatMin               - Minimum in entire matrix.
%   MatMinMax            - Max and min in entire matrix.
%   MaxAll               - Apply function MAX to all elements of an N-D matrix.
%   MaxInd               - Finds matrix' maximum and returns indices to all occurrences of it. 
%   MeanAll              - Apply function MEAN to all elements of an N-D matrix.
%   MinAll               - Apply function MIN to all elements of an N-D matrix.
%   MinInd               - Finds matrix' minimum and returns indices to all occurrences of it. 
%   OrientationBandpass  - Filter images, two dimensions, orientation.
%   Scale                - Affine scaling puts data in range [0,1].
%   StdAll               - Apply function STD to all elements of an N-D matrix.
%   SumAll               - Apply function SUM to all elements of an N-D matrix.
%   Trunc                - Truncate a matrix into range [0,1].