摘要:
转自: Jerry Zitao Liu的博客 主要是参考了下面这篇文章,简洁总结在这里。 MATLAB Programming Style Guidelines 简洁总结如下: “Documentation is like sex; when it’s good, it’s very, very g 阅读全文
摘要:
Lecture 1Key: sparse & incoherenceSparse: There is not too much informations. 比如一个长度为1024个向量,即有1024个分量,但其中只有几十个分量不为0,则这个向量就称为sparse vector。CS只在很稀疏的情况下才成立。除了白噪声,其他所有信号(音乐、图像、股市等)都可以看做sparse。取样方式与传统不同,C... 阅读全文