-
DVB_S2_LDPC
DVB_S2_LDPC逐位累积编码算法文档及MATLAB仿真(DVB_S2_LDPC accumulated bit by bit encoding algorithm documentation, and MATLAB simulation)
- 2010-09-24 23:08:01下载
- 积分:1
-
EX
说明: 这是用matlab实现的边缘检测图像技术,您可以看看,对新学者有帮助。。。(This is achieved by edge detection matlab imaging technology, you can look at to help the new scholars. . .)
- 2009-04-22 10:51:02下载
- 积分:1
-
PSOBC-dvhop
基于改进的粒子群算法的一个网络节点定位算法,并和传统的DVhop方法做了比较。(Based on the improved particle swarm algorithm of a network node localization algorithm, and the method and traditional DVhop were compared.)
- 2011-12-14 09:25:58下载
- 积分:1
-
shjfl
是一个利用神经分类来达到人俩识别的matlab程序,很好用!(Is a classification of the use of nerve to achieve the people were identified matlab procedures, very good use!)
- 2008-05-15 19:03:14下载
- 积分: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
-
dsp
matlab程序的课程设计与要求,在matlab中的应用
(matlab process)
- 2011-12-29 20:20:25下载
- 积分:1
-
matlab
说明: MATLAB 有哪些主要功能? 初学者应如何利用这一数学软件去解决自己的
问题?要解决这些问题,应该尽快熟悉一些常用命令,了解它们的功能和使用
格式。(What are the main functions of MATLAB? Beginners how to use the mathematical software to solve their own problems? To solve these problems, should be familiar with some commonly used command as soon as possible, understand their function and use format.)
- 2009-08-04 12:50:54下载
- 积分:1
-
scrollbar_demo
matlab gui, 可在一个窗口中浏览大图带滚动条。(matlab gui, can browse in a larger window with a scroll bar.)
- 2010-06-04 01:41:42下载
- 积分:1
-
matlab
MATLAB开发的常用的数值分析代码,用以解决常用的数值分析组合,集成设计(MATLAB Athoritic )
- 2009-11-22 20:35:59下载
- 积分:1
-
ball
两个关于小球的 matlab 示例 小程序(Two examples of small balls small program matlab)
- 2010-12-14 09:59:33下载
- 积分:1