From 4beb7d415a723c4eb4e559ae8564f8ead682d160 Mon Sep 17 00:00:00 2001 From: Muhammad Naveed Tabassum <37240700+mntabassm@users.noreply.github.com> Date: Wed, 20 Jun 2018 14:32:31 +0300 Subject: [PATCH] c-LARS-GIC added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dbe905..42ce6d6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ __Functions__: Function files for implementation of algorithms proposed in both > * _[clarswlasso.m](https://github.com/mntabassm/SAEN-LARS/blob/master/clarswlasso.m)_: Auxiliary function for finding knots and respective solutions at found knots. > * _[clarsgic.m](https://github.com/mntabassm/SAEN-LARS/blob/master/clarsgic.m)_: Auxiliary function for detecting the true sparsity (or model) order and estimating corresponding solution. -__Usage__: The files for the demo and an example. +__Usage__: The files for the demo and examples. > * _[Demo.mlx](https://github.com/mntabassm/SAEN-LARS/blob/master/Demo.mlx)_: A live script demo. > * _[Example.m](https://github.com/mntabassm/SAEN-LARS/blob/master/Example.m)_: An example for DoA estimation with a ULA in CBF application. > * _[seed_data.mat](https://github.com/mntabassm/SAEN-LARS/blob/master/seed_data.mat)_: Scenario data and pseudorandom number generator settings.