-
rls
rls算法,实现含噪声信号的消噪,其噪声为高斯白噪声加入,绘制了滤波前后的波形图(rls algorithm to achieve denoising noisy signals, the noise is Gaussian white noise is added, drawing the waveforms before and after filtering)
- 2010-06-08 16:20:19下载
- 积分:1
-
lindo
一个小的lindo,做数学建模的同志们应该知道吧,不知道你们用得上不。以后有好东西再给大家送来(A small lindo, make mathematical modeling comrades should know, I do not know you is not useful. After the U.S. has brought good things to give)
- 2007-08-28 22:49:55下载
- 积分:1
-
WLAN-simulator
说明: ofdm结合2x2的mimo结构的WLAN环境数据传输仿真程序matlab版,包括信道估计和同步等模块。(OFDM combine 2x2 MIMO structure of the WLAN environment data transfer simulation program Matla b version, including channel estimation and synchronization module.)
- 2006-01-17 14:32:25下载
- 积分:1
-
bp
说明: 单层感知器学习
单层感知器学习
单层感知器学习
单层感知器学习(AI)
- 2010-10-29 17:03:52下载
- 积分:1
-
fir
在TMS320C54x系统开发环境CCS(Code Composer Studio)下对FIR滤波器的DSP实现原理进行讨论。利用C语言设计相应的滤波器,通过实验仿真,从输入信号和输出信号的时域和频域曲线可看出在DSP上实现的FIR滤波器能完成预定的滤波任务。
- 2010-02-20 14:13:17下载
- 积分:1
-
db6xiaobochonggou
db6小波分解upcoef重构与wrcoef重构的对比,可换成任意输入(db6 decomposition upcoef reconstruction compared with wrcoef reconstruction can be replaced by any input)
- 2010-05-10 13:34:24下载
- 积分:1
-
code
implementation of grid word problem-classic problem in machine learning coarse
- 2011-06-10 19:50:10下载
- 积分:1
-
Ch-8.Image-compression
This file consists matlab programs implemented in image compression in Digital image processing
- 2013-12-05 12:57:07下载
- 积分:1
-
modernpsd
Matlab 程序实现现代功率谱估计。包含自相关法,burg法,改进协方差法。(A m file using modern spectrum estimation ,including Autocorrelation metohd and Burg method, and modified Covariance method.)
- 2012-12-05 10:58:09下载
- 积分:1
-
lab2
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:56下载
- 积分:1