-
eigenmode_calculation
eigenmode calculation from farfield patterns of antenna array
- 2012-03-22 16:33:48下载
- 积分:1
-
matlabprogram
本文档可用来学些matlab编程,通过本文档可以快学了解matlab编程的相关内容。(This document can be used to learn some matlab programming, through this document can quickly learn to understand the correlation matlab programming content.)
- 2011-05-16 09:53:11下载
- 积分:1
-
CS_SAMP
压缩感知重构算法之稀疏度自适应匹配追踪(SAMP)Matlab代码(Compressed sensing reconstruction algorithm sparsity of Adaptive Matching Pursuit (SAMP) Matlab Code)
- 2016-06-13 16:38:35下载
- 积分:1
-
a1
说明: 使用matlab的霍夫曼编码简单实例,输入包括给定概率表和字符串输入,输出包括编码后的结果和,解码后结果(Huffman encoding matlab use a simple example, the input comprising a given probability table and string input, output, including the results of encoded and decoded Results)
- 2021-05-14 16:30:02下载
- 积分:1
-
wsn
一种基于网格的三角定位算法的文章供大家一起分享(WSN)
- 2010-05-05 13:29:02下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
Simulated-annealing-for-bier127.tsp
matlab source for Simulated annealing solving bier127.tsp
- 2015-02-02 21:55:00下载
- 积分:1
-
基于GA优化的BP算法
说明: 通过遗传算法优化BP神经网络,提高其收敛速度和预测准确度。(BP neural network is optimized by genetic algorithm to improve its convergence speed and prediction accuracy.)
- 2019-05-27 22:04:48下载
- 积分:1
-
PBGBand2
用来计算光子晶体带结构,使用matlab开发。(Used to calculate the photonic band structure, the use of matlab development.)
- 2011-10-27 14:06:02下载
- 积分:1
-
LMS
LMS matlab code
least mean square free code for matlab
- 2015-03-09 16:38:17下载
- 积分:1