-
matlab
Matlab中的基本数据类型是向量和矩阵,所以很自然地,信号处理工具箱中的信号也用向量或矩阵表示。列向量和行向量表示单通道信号,矩阵表示多通道信号,矩阵中的每一列表示一个通道。(The basic data types in Matlab is a vector and matrix, so naturally, Signal Processing Toolbox is also used in the signal vector or matrix. Column vector and row vector and single-channel signal, matrix multi-channel signal, a matrix each column represents a channel.)
- 2010-06-07 14:31:44下载
- 积分:1
-
watermarked
用MATLAB实现数字音频水印的嵌入和提取,即是在一段音频水印中嵌入二维图像。(Using MATLAB realization of digital audio watermark embedding and extraction, that is, over a period of two-dimensional audio watermark embedded image.)
- 2009-05-16 18:10:42下载
- 积分:1
-
esprit_basic1
采用第一种ESPRIT算法进行空间阵列信号的频率估计(ESPRIT algorithm using the first spatial array signal frequency estimation)
- 2010-05-24 17:26:21下载
- 积分:1
-
model2
这是数学建模的课本上的程序实现,使用matlab实现的(This is a textbook on mathematical modeling program implementation, implementation using matlab)
- 2011-05-03 16:47:54下载
- 积分:1
-
HappyVDay
Its valentine week..pass this to engineer girlfriend..nd she will more happy by looking into this cute valentine heart made in matlab..
- 2013-02-09 23:43:50下载
- 积分:1
-
zhengfangxing_BEM
边界元算法求解正方形导热问题实例。一个简单的二维导热模型,用BEM算法求解,用于学习边界元编程。(Boundary element method for solving square conduction problem instances. A simple two-dimensional heat conduction model, using BEM algorithm for learning boundary element programming.)
- 2013-11-22 16:56:05下载
- 积分:1
-
Optimal-Power-Control-Strategy-
matlab/simulink环境中关于DFIG原理介绍和建模与仿真(matlab/simulink environment on the introduction of the principle of DFIG and Modeling and Simulation)
- 2013-04-19 17:45:19下载
- 积分:1
-
vns-mpso
将NSGA-II 的理念融入粒子群中,并加入保存优秀解的机制,提出MPSO算法。针对MPSO 易陷入局部极值的缺点,加入变邻域机制,通过随机的破坏旧解和重建新解,找到全局最优解,以达到帮助粒子跳出局部极值的目的,提
出VNS-MPSO 算法。(Will the NSGA- II concept into particle swarm, and join save good solution mechanism, MPSO algorithm is put forward. Against disadvantages of MPSO easy to fall into local extremum, join the variable neighborhood mechanism, through the random destruction of the old and rebuild the new solution, find the global optimal solution, to achieve the purpose of help particles jump out of local extremum,
The VNS- MPSO algorithm.)
- 2016-03-12 19:22:58下载
- 积分:1
-
雷达恒虚警检测
说明: 介绍了关于雷达恒虚警检测一些问题的程序仿真(This paper introduces the program simulation of CFAR detection in radar)
- 2021-03-18 21:19:19下载
- 积分:1
-
OFDMcode
OFDM信号的编码译码仿真,英文说明更详细。(This simulation script set allows for an OFDM transmission to be
simulated. Imagetx.m generates the OFDM signal, saving it as a
windows WAV file. This allows the OFDM signal to be played out a sound
card and recorded back. Imagerx.m decodes the WAV to extract the
data.
settings.m contains all the common settings to specify all the
simulation parameters such as FFT size, number of carriers,
input data source file, input and output WAV files, etc.
See settings.m for more details.
Note: The both the receiver and transmitter must have a copy of the
input data file, as this is used for calculating the exact number
of data words in the transmission.
The scripts should work as extracted. Just run imagetx.m to generate the
OFDM signal. Then run imagerx.m to decode the signal. The initial settings
transmit a wave file Corrs.wav . The decoded OFDM data ( Out.wav ) can be
compared with the original data by listening to the two wave files.)
- 2009-04-20 21:55:05下载
- 积分:1