-
使用M&M算法进行载波频偏估计 MM
使用M&M算法进行载波频偏估计,主要应用于dvb-s2中(M &M algorithm with carrier frequency offset estimation, mainly used in the dvb-s2)
- 2020-06-27 04:40:01下载
- 积分:1
-
ULA_MUSIC
一段关于ULA_MUSIC的仿真程序,程序中对结果进行绘图(ULA_MUSIC algorithm simulation program)
- 2013-02-26 22:27:41下载
- 积分:1
-
bspline_tools
this package implement a b spline algorithm in 1D 2D and 3D level. the Interpolation detail could be choose as use like.
- 2012-09-06 03:46:29下载
- 积分:1
-
Matlab-algorithm-important
本压缩包包括matlab的顶点覆盖近似算法、哈密尔顿回路、模拟退火应用、最大流和最小截、最短路和次短路、最短路径、最小生成树prim算法等,带有源程序和中文说明文档,此文件夹中的文件,如需被利用,则要直接放至work目录下。(The compressed packet including matlab vertex cover approximation algorithm, Hamilton circuit, simulated annealing, maximum flow and minimum cross-sectional, short-circuit and times of short-circuit, the shortest path, minimum spanning tree prim algorithm with source code and Chinese documentation, thisfile folder for use, will have to be placed directly under the work directory.)
- 2013-04-06 17:19:21下载
- 积分:1
-
APF_ip_iq
APF基于ip-iq的Simulink仿真模型,学习及分析APF很好的资料,验证可用,文件仅用于学习交流,严禁用于商业用途。(APF ip-iq Simulink models based APF study and analysis of good information, verification is available only for study and exchange files, non-commercial use.)
- 2015-04-09 09:53:09下载
- 积分:1
-
TR_FBMC
this folder is an implementation of tone reservation scheme for FBMC system
- 2014-01-28 21:50:20下载
- 积分:1
-
polyphase_deng
基于多相滤波的信道化接收机DDC MATLAB仿真程序。(Based polyphase filter of the receiver channel DDC MATLAB simulation program.)
- 2009-05-20 19:45:11下载
- 积分:1
-
cylindpano1
360°图像序列的柱面全景拼接算法,matlab仿真程序。(360 ° cylindrical panoramic image sequence splicing algorithm, matlab simulation program.)
- 2007-05-19 12:36:21下载
- 积分: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
-
ml_central_ssc_Li_cell
matlab code for Lithium Battery Model, Simscape Language and Simulink Design Optimization
- 2015-02-03 15:17:58下载
- 积分:1