-
xt_mark
xt_mark - Netfilter module to match NFMARK value.
- 2014-08-25 14:51:49下载
- 积分:1
-
802.11a-wlan-matlab
802.11a物理层仿真代码,matlab(802.11a physical layer simulation code, matlab)
- 2013-03-09 14:36:57下载
- 积分:1
-
Bayes
使用Matlab实现,包括一维特征最小错误率bayes分类器;二维特征最小错误率bayes分类器;二维特征最小风险bayes分类器以及使用的数据集合。(Using the Matlab implementation, including the minimum error rate of one-dimensional characteristics of bayes classifier two-dimensional characteristics of the minimum error rate bayes classifier two-dimensional characteristics of the minimum risk bayes classifier and the use of data collection.)
- 2011-10-14 00:44:59下载
- 积分:1
-
WienerScalart
一个非常优秀的维纳滤波去噪的改进算法的matlab实现。
代码内有详细注释。适合初学者。(An algorithm for wiener scalart.
write by matlab.)
- 2009-10-14 21:25:05下载
- 积分:1
-
DCTpcm_code
子块DCT变换编码/帧内预测编码DPCM,基于JPEG量化矩阵的量化与反量化(block DCT encoding/decoding predictive coding DPCM. JPEG quantization matrix based on the quantitative and anti- quantization)
- 2007-04-01 12:58:52下载
- 积分: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
-
digital-image-processing-for-midical-application
digital image processing its the best approach to processing medical image which is high bit rate image!
7ayder..eng
- 2011-04-30 21:19:07下载
- 积分:1
-
MT_LSCMA1
MT-LSCMA智能天线波束形成盲自适应改进算法(MT- Least smart antenna beam-forming Blind Adaptive Algorithm)
- 2021-04-25 13:58:46下载
- 积分:1
-
leaveflash
统计模拟(蒙特卡洛法),城市公共汽车作业调度;(Statistical simulation (Monte Carlo method), city buses job scheduling )
- 2012-08-30 16:20:15下载
- 积分:1
-
01生成标准数据
对目标轨迹数据加噪声,设置雷达经纬度,提取雷达可视部分(Add noise to target track data, set radar latitude and longitude, extract radar visible part)
- 2017-11-07 15:20:23下载
- 积分:1