Sign in
Register
Home
Projects
Help
Search
:
QM-DSP
Overview
Members
Activity
Roadmap
Issues
Downloads
Repository
Code docs
qm-dsp
1.8
Main Page
Classes
Files
File List
File Members
maths
Correlation.h
Go to the documentation of this file.
1
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2
/*
3
QM DSP Library
4
5
Centre for Digital Music, Queen Mary, University of London.
6
This file 2005-2006 Christian Landone.
7
8
This program is free software; you can redistribute it and/or
9
modify it under the terms of the GNU General Public License as
10
published by the Free Software Foundation; either version 2 of the
11
License, or (at your option) any later version. See the file
12
COPYING included with this distribution for more information.
13
*/
14
15
#ifndef QM_DSP_CORRELATION_H
16
#define QM_DSP_CORRELATION_H
17
18
class
Correlation
19
{
20
public
:
21
Correlation
();
22
virtual
~Correlation
();
23
24
void
doAutoUnBiased
(
double
* src,
double
* dst,
int
length );
25
};
26
27
#endif
Correlation
Definition:
Correlation.h:18
Correlation::~Correlation
virtual ~Correlation()
Definition:
Correlation.cpp:29
Correlation::Correlation
Correlation()
Definition:
Correlation.cpp:24
Correlation::doAutoUnBiased
void doAutoUnBiased(double *src, double *dst, int length)
Definition:
Correlation.cpp:34
Generated by
1.8.11
Loading...