comparison DL/my_dummy_DL.m @ 129:5a6cef81227e

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:58:00 +0100
parents 8e660fd14774
children
comparison
equal deleted inserted replaced
127:6f78b069e541 129:5a6cef81227e
1 function [D]=my_dummy_DL(X, params)
2 %% Template function that can be used for DL algorithm implementation
3 %
4 %
5 % input arguments:
6 % X - matrix columns are training signals
7 % params - struycture with parameters for DL
8 % algorithm
9 %
10 % output arguments:
11 % D - Learned dictionary.
12
13 %% Change copyright notice as appropriate:
14 % Centre for Digital Music, Queen Mary, University of London.
15 % This file copyright 2009 Ivan Damnjanovic.
16 %
17 % This program is free software; you can redistribute it and/or
18 % modify it under the terms of the GNU General Public License as
19 % published by the Free Software Foundation; either version 2 of the
20 % License, or (at your option) any later version. See the file
21 % COPYING included with this distribution for more information.
22 %%