-
haralickfeat
This is code for Haralick feature extraction for image in matlab. The basis for these features is the gray-level co-occurrence matrix. This matrix is square with dimension Ng, where Ng is the number of gray levels in the image. Element [i,j] of the matrix is generated by counting the number of times a pixel with value i is adjacent to a pixel with value j and then dividing the entire matrix by the total number of such comparisons made.
- 2013-10-01 21:03:21下载
- 积分:1
-
萨德
说明: 对萨德系统AN/TPY-2雷达的威力范围进行仿真计算。原创!!(The power range of SAD AN/TPY-2 radar is simulated. Original!!)
- 2019-05-05 11:09:07下载
- 积分:1
-
ssim_mscale_new
multi scale structural similarity index
- 2013-09-25 19:07:13下载
- 积分:1
-
cricket
scaling, transfering and rotating the cube
- 2011-02-08 10:43:17下载
- 积分:1
-
weichushimallet
利用MATLAB语言编写的遗传算法优化小波神经网络的源程序(Genetic algorithm to optimize the wavelet neural network source code written in MATLAB language)
- 2012-05-04 21:52:59下载
- 积分:1
-
wind_PV
中文核心期刊电网技术杂志上的一篇介绍风光储联合发电系统储能容量对有功功率的影响及评价指标的文章(Chinese core periodical grid technology magazine ran a scenery storage combined power generation system is introduced in this paper the influence of the energy storage capacity of active power and evaluation index of the article
)
- 2014-08-30 11:36:54下载
- 积分:1
-
sound-denoising-using-wavelet
this code is developed in matlab for different sound using wavelets
- 2013-10-06 18:59:41下载
- 积分: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
-
WCDMA
利用matlab simulink实现对WCDMA模型的仿真(Use matlab simulink simulation model to achieve the WCDMA)
- 2013-11-30 14:24:21下载
- 积分:1
-
bpskawgnRayleigh
BPSK信号在高斯和瑞利信道下的误码率曲线用matlab实现(Modulation and demodulation)
- 2020-12-07 15:49:21下载
- 积分:1