- loreta Code for computing LORETA inverse solution for the EEG/MEG inverse problem.This corresponds to a Ridge regression using a discrete Laplace Operator as the prior covariance structure of the coeficients. The code is open to use different design matrices and covariance operator.
- 210 让你体会一下我的打字训练游戏
- bttv-vbi bttv
- cx18-av-vbi cx18 ADEC VBI functions for Linux v2.13.6.
- jep-2.4.1.jar jep
- m序列发生器 m序列的仿真产生文件
文件名称:circulant.m
-
所属分类:
- 标签属性:
- 上传时间:2013-06-23
-
文件大小:693byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
function A = circulant(x)
function A = circulant(x)
return square circulant matrix with first row x
barnett 2/5/08
x = x(:)
A = toeplitz([x(1) x(end:-1:2)], x) -function A = circulant(x)
function A = circulant(x)
return square circulant matrix with first row x
barnett 2/5/08
x = x(:)
A = toeplitz([x(1) x(end:-1:2)], x)
function A = circulant(x)
return square circulant matrix with first row x
barnett 2/5/08
x = x(:)
A = toeplitz([x(1) x(end:-1:2)], x) -function A = circulant(x)
function A = circulant(x)
return square circulant matrix with first row x
barnett 2/5/08
x = x(:)
A = toeplitz([x(1) x(end:-1:2)], x)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
circulant.m
__MACOSX/
__MACOSX/._circulant.m
__MACOSX/
__MACOSX/._circulant.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.