-
Nervsystem
神经网络是单个并行处理元素的集合,我们从生物学神经系统得到启发。在自然界,网 络功能主要由神经节决定,我们可以通过改变连接点的权重来训练神经网络完成特定的功能。如人脑的某一部分进行机械记忆特别有效 而某一部分进行抽象思维特别有效。(Nervous system has some functions. Here I make them by using Matlab.)
- 2010-07-06 11:52:52下载
- 积分:1
-
symerrMatlabFunction
matlab中的symerr函数可以求得误码率
只要看下文件中最后那个例子,这个函数你就会用了(matlab in symerr function as long as the error rate can be obtained see next document in this last example, this function you will use the)
- 2010-07-27 15:11:00下载
- 积分:1
-
KARIMQPSK
This code simulates QPSK modulation on base band. This code has been written on Matlab and it will be very useful I think! :)
- 2013-12-05 06:59:52下载
- 积分:1
-
Scopeperameter
搜集了一些关于matlab中显示器Scope的数设置的一些资料,应该有人需要(Collected some information on the number of matlab in the Scope display to set some of the information, should someone need to)
- 2009-11-28 22:52:24下载
- 积分:1
-
bp
说明: 关于BP神经网络的一个MATLAB程序,仿照《智能控制》教材书上的(About a MATLAB BP neural network program, modeled on the intelligent control teaching book)
- 2015-04-10 09:59:00下载
- 积分:1
-
基于matlab的手势识别
基于matlab的简单手势识别,可识别剪刀石头布。(Simple gesture recognition based on MATLAB)
- 2018-04-07 15:02:26下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1
-
lda-0.1-matlab
这是一个LDA主题模型的matlab代码,可进行中文模糊聚类分析,内涵说明,可直接使用。(This is a topic LDA model matlab code, can be Chinese fuzzy clustering analysis, meaning that can be used directly.)
- 2014-01-23 12:48:39下载
- 积分:1
-
test
有彩浮雕显示,运用matlab进行编程,简单明了,有说明注释~(Relief shown with color, using matlab to program, simple and clear, with explanatory notes ~)
- 2010-07-05 11:09:07下载
- 积分:1
-
noise_let_Measurements
这是一个实值的Noiselet变换,压缩感知的图像应用中的的Noiselet观测矩阵 (1) This implementation uses exactly m*log2(m) additions/subtractions.
2) This is a real-valued variation of "dragon" noiselets.
3) This is symmetric and orthogonal. To invert, apply again and divide by m.)
- 2010-10-22 10:51:04下载
- 积分:1