webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
readPCM.m File Reference

Functions

 fclose (fid)
 

Variables

 function [x, t]
 
 x = fread(fid, inf, 'int16')
 
 t = 0:(1 / fs):((length(x) - 1) / fs)
 

Function Documentation

◆ fclose()

fclose ( fid  )

Variable Documentation

◆ function

function[x, t]
Initial value:
= readPCM(file, fs)
%[x, t] = readPCM(file, fs)
%
%Reads a signal from a PCM file.
%
%x: The read signal after normalization.
%t: The respective time vector.
%
%file: The PCM file where the signal is stored in int16 format.
%fs: The signal sample rate in Hertz.
fid = fopen(file)
t
Definition: readPCM.m:16
size_t read
Definition: peerconnection_jni.cc:2388
GLint GLint GLint GLsizei GLsizei GLenum format
Definition: gl2.h:403
Received complete frame timestamp frame type frame size at time
Definition: plotReceiveTrace.m:7
s fs(1)
VoEFile * file
Definition: voe_cmd_test.cc:59
EGLSurface EGLint x
Definition: eglext.h:950
signal_with_thread_policy< SIGSLOT_DEFAULT_MT_POLICY, Args... > signal
Definition: sigslot.h:625
short int16
Definition: basic_types.h:61
GLboolean GLboolean GLboolean GLboolean a
Definition: gl2ext.h:306
bool is(Ref< ArgType > &source)
Definition: Ref.h:220
x
Definition: readPCM.m:12

◆ t

t = 0:(1 / fs):((length(x) - 1) / fs)

◆ x

x = fread(fid, inf, 'int16')