-
findT
找出一个一维数组的周期
例如: 1 2 3 1 2 3 的周期为3
1 2 3 1 2 的周期也为3(Find a cycle such as one-dimensional array: 1 2 3 1 2 3 cycles to 3
1 2 3 1 2 cycles for 3)
- 2010-10-04 02:00:50下载
- 积分:1
-
IFFT_manual
A Matlab IFFT implementation using matlab itself
- 2009-04-25 16:27:06下载
- 积分:1
-
UWB_Image_Tx_Matlab_Code
This source code simulates UWB based wireless Communication system which transmits color image over wireless medium.
Modulation type: Pulse position modulation
Pulse: second derivative of a Gaussian pulse Channel: AWGN
Image: lib.jpg
- 2009-06-16 13:09:51下载
- 积分:1
-
白高斯噪声和 matlab,研究其统计参数计算的研究
在信号处理中,白产生带平面 (常数) 的随机信号功率谱密度。换句话说,它是一个包含平等的权力,在任何一固定宽度的频带内的信号。此公式中的 μ 参数是平均 orexpectation 的分布 (和还其位数和模式)。参数 σis 及其标准差 ; 及因此,其方差是 σ 2。与高斯分布据说要服从正态分布的随机变量,被称为正常的偏离。高斯产生具有相等的正态分布,其概率密度函数,也被称为是高斯分布的统计噪声。噪音可以均具有 gaussian 特性分布的值。一个特殊情况是高斯白噪声,在任何一次对复制品在同分布的和统计独立的 (和因此不相关的)。在应用程序中,高斯噪声是最常用的加性白噪声产量 additivewhite 高斯噪声。白衣 Gaussiannoise 为加性白噪声收益率添加剂 whiteGaussian 噪声最常用。白 Gaussiannoise 有 PDF 和平坦的频率谱。系列中的后者意味着 thatneighboring 点不相关。简单地说: WGN 系列中的每个点是从对价值观的相邻网格点的高斯 PDF withoutregard 试验。为比较起见,让的 e (n) 是从高斯的 PDF 的第 n 个随机抽签。Thenx(n)=e(n) 是 WGNbutx(n+1) = a*x(n) + (1 a) * e (n) 不是。参数用于: 意思是: 它是平均或数组,通过大量的值除以的值数计算均值语法: M = 意味着 (A) M = 均值 (A、 点心等) 标准偏差: 标准偏差块来计算标准偏差输入每个 rowor 列的沿着向量指定维度的输入,还是整个输入。 这是一个用来作为衡量的分布、 变化的统计等于平方根从算术平均值的偏差的平方的算术平均值。语法: S = 性病 (X) 方差: 样本方差将被定义为在示例: 语法: V 的平均 squareddeviation = var (X,1) 语法: CV = xcov (X,X) 自相关: 相关系数计算中时间序列的个项目。直方图: Ahistogram 显示数据值的分布。它进十个间隔相等货柜箱输入向量中的元素,并返回数字的幕后在每个容器作为一个行向量。
- 2022-02-21 12:19:44下载
- 积分:1
-
一个好用的多目标粒子群算法优化分布式发电选址源程序
采用的是脉冲对消法,实现串口的数据采集,模拟数据分析处理的过程,进行波形数据分析,连续相位调制信号(CPM)产生,仿真图是速度、距离、幅度三维图像。
- 2022-03-23 05:36:04下载
- 积分:1
-
DE
说明: 基于pde的图片去噪算法,用于去除图片白噪声(Pde-based image denoising algorithm, white noise is used to remove pictures)
- 2013-07-21 21:30:46下载
- 积分:1
-
probdetection_vs_snr
graph compares pd versus signal noise ratio
- 2014-01-24 16:20:23下载
- 积分:1
-
Matlab实现的Leach协议
【代码功能】基于Matlab实现Leach协议,Low Energy Adaptive Clustering Hierarchy protocol (LEACH)
【代码逻辑】Nodes that have been cluster heads cannot become cluster heads again for P
rounds, where P is the desired percentage of cluster heads. Thereafter, each
node has a 1/P probability of becoming a cluster head in each round. At the end
of each round, each node that is not a cluster head selects the closest cluster
head and joins that cluster. The cluster head then creates a schedule for each
node in its cluster to transmit its data.
All nodes that are not cluster
heads only communicate with the cluster head in a TDMA fashion, according to the
schedule created by the cluster head. They do so using the minimum energy needed
to reach the cluster head, and only need to keep their radios on during their
time slot.
LEACH also uses CDMA so that each cluster uses a different set of
CDMA codes, to minimize interference between clusters.
- 2023-01-07 06:05:03下载
- 积分:1
-
resample2
重采样MATLAB程序2例参考程序。用于对信号进行不同采样频谱的采样(resampling)
- 2010-01-19 15:17:44下载
- 积分:1
-
bpsk_mod
对模拟信号进行抽样量化,并对其进行BPSk调制解调,包括时域频域波形(Quantitative sampling of analog signals, and its BPSk modem, including the time domain frequency domain waveforms)
- 2011-05-25 11:27:34下载
- 积分:1