-
OFDMChanTstEuql
OFDM信道估计和均衡的仿真程序,包括MMSE、LS、ZF等方法。(OFDM channel estimation and balanced simulation program, including the MMSE, LS, ZF and other methods.)
- 2020-07-10 14:19:04下载
- 积分:1
-
cramer_rao_lower_bound
Cramer-Rao下界的例子,其中信号为chirp(Cramer-Rao lower bound for example, where the signal for the chirp)
- 2020-11-29 23:09:28下载
- 积分:1
-
SHENZHEN-D
说明: 本文件为深圳杯数学建模大赛D组题目的全部相关程序,没有题目 只有解答过程和程序~已经把数学问题精炼出来了(This document is all related procedures for group D questions of shenzhen cup mathematical modeling contest. There are no questions, only the solving process and procedures. The mathematical problems have been refined.)
- 2019-05-23 11:06:18下载
- 积分:1
-
GCPA-paper
基于局部图划分的多相活动轮廓图像分割模型,很好的一篇文章(Partitioning and based on local image multi-phase active contour segmentation model, very good article)
- 2011-01-17 13:53:48下载
- 积分:1
-
runopf
是学习matlab的很好程序资料 可以用来方便计算最优潮流程序 (Matlab is a good learning process information can be used to facilitate optimal power flow calculation procedures)
- 2007-03-19 15:04:52下载
- 积分:1
-
T_S
TS who to use AR in signal processing
- 2013-01-22 04:08:07下载
- 积分:1
-
Signal-Processing-and-Linear-Systems
信号处理与线性系统(英文版)( This text presents a comprehensive treatment of signal processing and linear systems suitable for juniors and seniors in electrical engineering. Based on B. P. Lathi s widely used book, Linear Systems and Signals, it features additional applications to communications, controls, and filtering。)
- 2012-08-27 10:19:43下载
- 积分:1
-
creat-WordaExcel-doc
利用matlab生成word和excel文件的源码已经实例数据。源自谢中华老师的教材。(Using matlab to generate word and excel file data source is instantiated. Xie Zhonghua teachers from teaching.)
- 2011-12-21 17:22:21下载
- 积分:1
-
PSO
一个基于粒子群算法的三维搜索例程,有助于深入学习和了解粒子群算法(A routines of three-dimensional search based on particle swarm optimization , help-depth study and understanding of particle swarm algorithm)
- 2020-10-07 08:37:37下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1