-
70809
******************iterator模式***********(***************************** iterator pattern)
- 2009-11-13 02:37:19下载
- 积分:1
-
thpfinal
tomlinson harashima precoding algorithm implement in matlab in a noisy channel
- 2011-10-17 00:13:10下载
- 积分: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
-
qeifang
GSM中GMSK调制信号的产生,一个师兄的毕设,包括最小二乘法、SVM、神经网络、1_k近邻法。( GSM is GMSK modulation signal generation, A complete set of brothers, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.)
- 2017-01-10 17:46:22下载
- 积分:1
-
243345436346fre_syn
描述了OFDM调制解调中的频率同步的算法的方法和相应的代码(Describe the method of frequency synchronization in OFDM modulation and demodulation algorithm and the corresponding code)
- 2013-05-15 18:49:26下载
- 积分:1
-
seg
segmetation program for car plates
- 2012-01-16 15:24:28下载
- 积分:1
-
ddeec
DDEEC Another protocol for wireless sensor networks variant of DEEC Distributed energy efficient clustering technique
- 2020-06-28 10:40:02下载
- 积分:1
-
Regressionanalysis
回归的各种分析实例以及matlab代码,包括各种数学应用,比如线性回归,非线性回归,逐步回归(Examples of regression analysis, as well as a variety of matlab code, including a variety of mathematical applications such as linear regression, nonlinear regression, stepwise regression)
- 2020-09-18 09:07:56下载
- 积分:1
-
cppprograming
c++程序设计讲义 cppprograming 含源码(c++ programming including lectures cppprograming source)
- 2007-08-08 11:02:48下载
- 积分:1
-
eulertoquat
众所周知,欧拉角和四元数是存在对应关系的。后者用于导航等时不存在死区现象,而且,精度高,计算简单。(known, the Euler angles and quaternion is a correlation between them. Navigation for the latter did not exist at the Dead phenomenon, and with high accuracy, is simple.)
- 2006-06-08 21:05:07下载
- 积分:1