-
Matlab_Example100
采用MATLAB语言编写的应用实例,主要目的是了解MATLAB的功能,实现对M语言的熟练掌握。(MATLAB language using an application example, the main purpose is to understand the function of MATLAB to achieve proficiency on the M language.)
- 2010-05-23 10:57:39下载
- 积分:1
-
sensor
sensor
AWGN channel M=8 N=4 SNR=1:14
include 8 psk
- 2012-07-07 11:19:17下载
- 积分:1
-
dctcoder
MATLAB实现图像的DCT变换及选择性重构(MATLAB for image reconstruction of DCT transform )
- 2010-08-02 14:23:19下载
- 积分:1
-
dspprograms
sigital signal processing programs for electronics
- 2013-07-10 15:21:04下载
- 积分: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
-
QoS组播路由问题的蚁群算法通用Matlab源码
QoS组播路由问题的蚁群算法通用Matlab源码(QoS multicast routing problem ant colony algorithm, general Matlab source code)
- 2017-07-02 09:52:16下载
- 积分:1
-
Attachments_2014114
unipolar binary weighted
- 2014-11-13 16:26:01下载
- 积分:1
-
Clipping-Noise-in-OFDM-Based
In this paper, the impact of clipping noise on optical
wireless communication (OWC) systems employing orthogonal
frequency division multiplexing (OFDM) is investigated. The
two existing optical OFDM (O-OFDM) transmission schemes,
asymmetrically clipped optical OFDM (ACO-OFDM) and directcurrent-
biased optical OFDM (DCO-OFDM), are studied. Time
domain signal clipping generally results from direct current
(DC) biasing and/or from physical limitations of the transmitter
front-end.
- 2013-04-04 16:40:27下载
- 积分:1
-
GLCM_Features1
GLCM_Features1 helps to calculate the features from the different GLCMs
that are input to the function. The GLCMs are stored in a i x j x n
matrix, where n is the number of GLCMs calculated usually due to the
different orientation and displacements used in the algorithm. Usually
the values i and j are equal to NumLevels parameter of the GLCM
computing function graycomatrix(). Note that matlab quantization values
belong to the set {1,..., NumLevels} and not from {0,...,(NumLevels-1)}
- 2013-04-21 07:06:27下载
- 积分:1
-
rtk
matlab在gapRTK定位描写中的误差分析与数据处理(Matlab gapRTK description in positioning error analysis and data processing in
)
- 2012-11-28 13:24:10下载
- 积分:1