-
list
Program to implement a list data structure in C++ (partial)
With debug output for poor-man s animation
- 2007-11-10 15:25:40下载
- 积分:1
-
binary-amplitude-shift
在现代通信原理课程中,在MATLAB中实现二进制幅移键控调制程序。(In modern communication theory course, to implement in MATLAB binary amplitude shift keying modulation program.)
- 2011-10-04 10:42:12下载
- 积分:1
-
随机过程
说明: 随机信号分析实验
(1)产生N(0,1)正态分布的随机过程;
(2)产生正态分布随机过程外的任意一种随机过程;
(3)对随机过程的性能进行评估,包括概率密度函数、分布函数、均值、方差和相关函数。((1) The stochastic process of generating N(0,1) normal distribution;
(2) generating any random process outside the normal distribution random process;
(3) evaluate the performance of random process, including probability density function, distribution function, mean value, variance and correlation function.)
- 2020-10-20 15:27:25下载
- 积分:1
-
一个双向LSTM程序 BiLSTM
说明: 一个双向LSTM程序
Long Short Term 网络—— 一般就叫做 LSTM ——是一种 RNN 特殊的类型,可以学习长期依赖信息。LSTM 由Hochreiter & Schmidhuber (1997)提出,并在近期被Alex Graves进行了改良和推广。在很多问题,LSTM 都取得相当巨大的成功,并得到了广泛的使用。
LSTM 通过刻意的设计来避免长期依赖问题。记住长期的信息在实践中是 LSTM 的默认行为,而非需要付出很大代价才能获得的能力!
所有 RNN 都具有一种重复神经网络模块的链式的形式。在标准的 RNN 中,这个重复的模块只有一个非常简单的结构,例如一个 tanh 层。(A bidirectional LSTM program
Long short term network, commonly known as LSTM, is a special type of RNN that can learn long-term dependent information. LSTM was proposed by Hochreiter & schmidhuber (1997) and recently improved and promoted by Alex graves. In many problems, LSTM has achieved great success and has been widely used.
LSTM is designed to avoid long-term dependency. Remember that long-term information is the default behavior of LSTM in practice, not the ability to acquire it at a great cost!
All RNNs have a chained form of repetitive neural network modules. In the standard RNN, this repetitive module has only a very simple structure, such as a tanh layer.)
- 2021-04-21 22:08:49下载
- 积分:1
-
backpropagation_class
A MLP code with backpropagation training algorithm designed for classification problems.
- 2010-11-17 06:08:55下载
- 积分:1
-
QAM16
这一段代码是基于matlab的仿真编程,主要是针对16QAM的调制,代码及其仿真结果无不从各个方面详细分析了技术原理。(This piece of code is based on the Matlab simulation programming for 16QAM modulation, code and its simulation results are all from the various aspects of a detailed analysis of the technical principles.)
- 2013-04-27 12:15:45下载
- 积分:1
-
Simulink
有关Simulink的通信仿真书,里面描述的很详细!(about at Simulink on communiction book.)
- 2011-05-31 12:58:11下载
- 积分:1
-
smartmarket
smartmarket Matlab file
- 2010-01-15 22:27:55下载
- 积分:1
-
XWJ_XFAST1
直接扩频捕获Xfast算法仿真(包含可调SNR信息码产生)(dsss acquisition(XFAST))
- 2013-09-09 09:54:44下载
- 积分:1
-
Edgedetection
在matlab环境下,结合c语言,给出了常用三种图像处理的代码:灰度图像边缘检测,K-L变换,图像的统计直方图。(In the matlab environment, the combination of c language, given the commonly used three types of image processing code: gray-scale image edge detection, KL transform, the image histogram statistics.)
- 2007-11-28 17:48:13下载
- 积分:1