This file is indexed.

/usr/share/psychtoolbox-3/PsychSignal/Contents.m is in psychtoolbox-3-common 3.0.11.20140816.dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
28
% 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)
%   ComputeRMSE          - Compute root mean squared error.
%   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].