-
Experimental_ABC_on_the_Digital_Image_Processing_B
说明: :简述了数字图像处理、MATLAB软件及两者之间的关系,针对数字图像处理技术的特点及MATLAB语言的应用环
境,选择二雏离散傅里叶变换线性性质的MATLAB实现和直方图均衡化的MATLAB实现作为数字图像处理课程的入门实
验,实现了数字图像处理与MATLAB之间的有机结合。(: A brief review of digital image processing, MATLAB software and the relationship between the two for digital image processing technology, features and application environment MATLAB language, choose the two underage Discrete Fourier Transform Linear nature of MATLAB implementation and histogram equalization The MATLAB implementation of digital image processing program as the entry test to achieve a digital image processing and the organic integration between MATLAB.)
- 2010-03-19 12:25:57下载
- 积分:1
-
LSSVM
最小二乘支持向量机,用于进行函数的回归分析(Least squares-Support Vector Machine,Used for regression analysis of functions)
- 2019-03-13 15:03:04下载
- 积分:1
-
CS_ROMP
说明: 信号处理的压缩感知程序,使用ROMP对信号进行重构。(The compression sensing program of signal processing uses ROMP to reconstruct the signal.)
- 2019-03-05 09:58:18下载
- 积分:1
-
Paper
非常详细的关于OFDM的信道估计的文章,对于初学者也许会有很大帮助。(Very detailed OFDM channel estimation on the article, there may be very helpful for beginners.)
- 2010-06-28 09:35:16下载
- 积分:1
-
LS
说明: 线性离散系统的批处理最小二乘参数估计的例程,噪声为方差为1的白噪声(Batch least squares linear discrete systems parameter estimation routine, the noise is white noise variance of 1)
- 2011-05-08 23:38:23下载
- 积分:1
-
DTW
Dynamic time warping code
- 2013-05-02 04:03:11下载
- 积分:1
-
ofdm
这是一个OFDM的仿真,里面的untitled.A为主函数,最后出现误码率ber的仿真图(This is an OFDM simulation, the main function inside untitled.A, last seen ber BER simulation map)
- 2013-05-26 19:35:40下载
- 积分:1
-
QPSKsimulatorANDber
QPSK调制下在AWGN和Rayleigh衰落信道下的仿真以及误码率计算,包含完整的报告说明(QPSK modulation in AWGN and Rayleigh fading channel simulation, as well as bit error rate calculation, the report contains a complete description)
- 2020-07-02 23:20:01下载
- 积分: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
-
NSGA-II
多目标整数规划的遗传算法NSGA-IImatlab源代码,主程序、初始化、计算适应度、排序、选择、交叉变异、重组,最后得到Pareto前言。可以跑通,下载即用,具体方法介绍博客上文章上都有。(Multi-objective integer programming genetic algorithm NSGA-IImatlab source code, the main program, initialization, calculate fitness, sorting, selection, crossover and mutation, recombination, and finally get Pareto foreword. You can run through, downloading, using the specific method described has an article on the blog.)
- 2021-04-25 17:08:46下载
- 积分:1