-
xaisezengqiangRetinex
说明: 对彩色图像颜色的拉伸,增强图像的对比度,以便更好的研究图像(Stretch of the color image color to enhance image contrast in order to better study the image)
- 2011-03-13 11:13:31下载
- 积分:1
-
functional_programming
This set of files enables working more easily with functions of functions for concise and powerful code.
A few highlights of this way of working:
* Map multiple inputs to multiple functions and assign multiple outputs with a single line.
* Use conditionals (like "if"), loops, and recursion in anonymous functions.
- 2013-01-22 13:47:14下载
- 积分:1
-
my_fft
使用matlab编写fft算法,主要使用外中内三层循环,把时域的信号序列转化为频域的信号
(Prepared using matlab fft algorithm, outside the three cycles, the time-domain signal sequence into the frequency domain signal)
- 2013-04-23 10:39:20下载
- 积分:1
-
Batch_examples
matlab mfile for predictive ARMA model
- 2011-12-15 08:54:15下载
- 积分:1
-
DPSK-modulation
本程序实现了差分相移键控(DPSK)的调制与解调,得到了眼图。(This program simulates the Differential Phase Shift Keying(DPSK)system to obtain a eye diagram.)
- 2014-01-15 19:40:29下载
- 积分:1
-
script_frequency_offset_ofdm
说明: un système mimo 2 antennes réceptrices et deux émettrice en utilisant le detecteur zf
- 2010-04-17 18:15:20下载
- 积分:1
-
Matlab_imageMatlab
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例(Appendix MATLAB image processing an order. Applylut functions : the binary image using lookup tables for 2500 operations. Grammar : A = applylut (BW, lut) For lut makelut = (sum (x (:)) == 4. 2) = imread BW1 (text.tif) BW2 = applylut (BW1. lut) imshow (BW1) figure, imshow (BW2) related orders : makelut 2. For bestblk Gong)
- 2007-03-14 10:07:26下载
- 积分:1
-
Renforce
强化学习的MATLAB简单实例程序,供机器学习的初学者参考使用。(Reinforcement Learning simple instance of MATLAB program for machine learning beginners use and reference.)
- 2013-03-22 11:35:24下载
- 积分:1
-
cdmawatermarking
实现cdma、cor 数字水印信息的嵌入与恢复(To achieve cdma, cor digital watermark embedding and recovery)
- 2009-12-20 09:55:54下载
- 积分:1
-
EKF
单领航者基于距离的协同导航定位,
EKF算法,
算法流程部分可以封装为函数直接调用,
还给出了初始化,
用的时候自己分开.(EKF
Collaborative navigation based on distance with single leader
)
- 2020-09-20 15:47:53下载
- 积分:1