-
my_w_gen
调用cvx工具箱,设置好要输入的参数,即可获得指定参数的失配脉压系数。(use cvx to generate mismatched filter code)
- 2010-10-22 15:58:55下载
- 积分:1
-
wav_waterfall_fft
说明: 对wav file 进行 waterfall fft处理(wav file waterfall FFT)
- 2010-04-02 13:31:19下载
- 积分:1
-
m-files
newton
steepest descent
quazi newton
- 2012-04-15 22:44:21下载
- 积分:1
-
powerflowcal
说明: 一个进行潮流计算的程序代码,很基础,适合初学者。(The power flow of a program code, it is the basis for beginners.)
- 2011-03-24 19:50:29下载
- 积分:1
-
bpskmatlab
bpsk性能仿真,误码分析,matlab(bpsk performance simulation, error analysis, matlab)
- 2013-05-28 20:25:17下载
- 积分:1
-
CRCdecode
在基于matlab移动通信仿真中要使用到,作为信源使用,这个是信源码的编码的程序。(Matlab-based simulation of mobile communication should be used as a source to use, this is the letter of the procedure source code.)
- 2008-03-20 18:26:24下载
- 积分:1
-
LMS
基于LMS(最小均方误差算法)的自适应滤波的源程序(Based on LMS (least mean square algorithm) adaptive filtering of the source)
- 2010-05-20 16:40:16下载
- 积分:1
-
Rayleigh-Timevariant-by-HCQ908
对文献《Simulation Models With Correct Statistical Properties for Rayleigh Fading Channels》提出的Rayleigh信道模型的仿真,仿真了信道的自相关,互相关,以及四阶统计量。仿真结果与文献一致。目前PDF的仿真的效果不好,还未奉上。关于LCR,AFD也没有做。但是总体说来,目前的仿真结果与文献是完全符合的。对应的文献也放到压缩包了。(This matlab code for paper, <Simulation Models With Correct Statistical Properties for Rayleigh Fading Channels>.This papar is very popular in channel estimation simulation.The paper is also upload with the code.)
- 2012-04-23 22:06:42下载
- 积分:1
-
GUI_gui
MatLab 几个GUI界面的切换,很简单原理很好理解,会了一个多个就不成问题了,下载后需要建立俩个GUI名字为wenjian和Help_gui.(Switching MatLab several GUI interface, very simple principle well understood, would be a more than one is not a problem, after downloading the need to establish both a GUI named wenjian and Help_gui.)
- 2014-11-08 21:57:11下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1