-
OFDM
OFDM比较经典的源码程序,包含了整个系统的仿真,及性能的分析(OFDM more classic source programs, including the simulation of the entire system, and performance analysis)
- 2013-03-05 21:44:57下载
- 积分:1
-
FILTER
matlab 五种滤波器程序,五种高通滤波器的程序(the matlab five filter program, program of five high-pass filter)
- 2013-04-03 15:44:37下载
- 积分:1
-
gmm
MATLAB编写的用于实现最大期望的算法,(EM algorithm)
- 2011-11-16 11:42:27下载
- 积分:1
-
mc_cdma
多载波码分多址(Multi Carrier - Code Division Multiple Access)是将OFDM 和CDMA相结合,使之同时具有这两者的优点的新型技术。此代码是仿真程序。(Multi-carrier CDMA (Multi Carrier- Code Division Multiple Access) is a combination of OFDM and CDMA, so that both new technologies both advantages. This code is a simulation program.)
- 2015-03-24 15:51:02下载
- 积分:1
-
matlabimageprocessing
matlab图像处理代码,基本上常用的都包含在里面了,挺好的,适用于基础学习。(matlab image processing code, basically common are included in the inside, and quite good for basic learning.)
- 2009-12-15 14:48:15下载
- 积分:1
-
ruili
瑞利信 道仿真瑞利信 道仿真 (Rayleigh letter Rayleigh channel simulation Rayleigh channel simulation Road Simulation)
- 2007-05-13 11:20:04下载
- 积分:1
-
Cholesky-factorization
Cholesky分解的演示,程序内含说明,本人原创(Cholesky decomposition of the demonstration, the program includes instructions, my original)
- 2011-08-15 14:27:38下载
- 积分:1
-
MUSIC-TRANSFORM(Two-Tigers)
产生两只老虎乐曲,并进行了谐波叠加,模拟声音(To produce two tigers music, and harmonic superposition, analog sound)
- 2013-01-13 00:15:02下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
SCA:用于解决优化问题的正弦余弦算法
用于求解单目标优化问题的正弦余弦算法。
SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。
压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems.
SCA creates multiple initial random candidate solutions and requires them to use mathematical models based on sinusoidal and cosine functions to fluctuate outward or towards the best solution. Several random and adaptive variables are also integrated into the algorithm to emphasize exploring and utilizing search space in different optimization milestones.
Compression packages include: published papers, optimization algorithm code, optimization toolbox.)
- 2021-04-22 10:18:48下载
- 积分:1