-
wave
solving the wave equation
- 2010-12-03 21:19:30下载
- 积分:1
-
AFSWA
a new impulse noise removal code....
- 2014-09-11 22:09:43下载
- 积分:1
-
huffmancode
霍夫曼编码的Matlab实现
包括基本的编码和具体的算法实现(the realization of HuffmanCode by Matlab)
- 2011-12-29 16:03:30下载
- 积分:1
-
AF-DF
matlab源程序 比较直传,AF,DF的误码率仿真 比较理论误码率和直传误码率仿真曲线图 适合初学者阅读(matlab source code comparison forward pass, AF, DF bit error rate BER simulation and comparison theory forward pass BER curves for beginners to read)
- 2014-02-19 15:28:53下载
- 积分:1
-
ACA-radar-Overview
总结国内外汽车防撞雷达技术领域的发展情况,介绍了汽车防撞雷达技术的发展现状及雷达技术在汽车防撞上的应用,以及汽车防撞雷达系统、调制方式及其基本原理,最后对汽车防撞雷达技术的发展作出了展望.(Summary of developments at home and abroad in the field of automotive collision avoidance radar technology, introduces the automotive collision avoidance radar technology development status and radar technology in the car crash, and automotive collision avoidance radar systems, the modulation scheme and its basic principles, the last of development of automotive collision avoidance radar technology has made prospects.)
- 2015-04-29 10:11:58下载
- 积分:1
-
Genetic-Annealing
一个遗传算法工具箱,很好用的。一种改进的遗传算法(A genetic algorithm toolbox, very good use. An Improved Genetic Algorithm)
- 2009-11-13 23:07:26下载
- 积分:1
-
FSWT
频率切片小波变换程序(FTWT),matlab的m文件。从一种新的角度出发,通过自由选择频率切片函数、引进新尺度参数,在频率域实现小波变换,该变换能够很好地刻画信号各成分之间的相对能量关系。此外,频率切片小波变换的时频窗中心频率就是观测频率,而无需进行尺度换算。(Frequency slice wavelet transform procedures (FTWT), matlab m file. Starting from a new angle, through freely chosen frequency slice function, the introduction of a new scale parameter, the wavelet transform in the frequency domain, the transformation can portray the relative energy relations between the components of the signal. In addition, the frequency slice wavelet transform frequency is the observation of the time-frequency window center frequency without scale translation.)
- 2021-03-25 14:59:14下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
FAST-ICAmatlab
ICA用于雷达信号分选,基于独立分量分析的matlab程序设计。(ICA for radar signal sorting, based on independent component analysis matlab program design.)
- 2013-10-28 18:12:34下载
- 积分:1
-
EMD
matlab EMD 降噪方法 m文件 可以分析振动信号(Analysis of vibration signal can be matlab EMD noise reduction method for M documents)
- 2015-03-08 20:38:40下载
- 积分:1