图像笛卡尔坐标转极坐标
transform from cartesian coordinates to polar coordinates
坐标系转换,从笛卡尔坐标到极坐标。
Matlab色彩均衡程序
Color balance
Matlab程序,实现了一种新的色彩白平衡算法。
保真GLCM图像纹理分析
GLCM Image textural analysis
基于Matlab实现的灰度共生矩阵(GLCM)纹理分析的优化算法,提高了结果的保真度。
机器人视觉项目
Vision Robot
通过接受到的视频图片,决定自己的方向。
离散傅立叶变换程序
Discrete Fourier Transform
该程序是一个实现无量纲离散傅立叶变换程序。
A dimensionless Discrete Fourier Transform program
噪声抵消自适应滤波器
Noise Canceling Adaptive Filter
该函数允许用户用两个参考信号而不是一个来做信号抵消自适应滤波。
This function was written to allow the user to use two reference signals instead of just one to do noise canceling adaptive filtering. Using this function it would be
k-D 树
k-D tree
使用K-D树进行临近点搜索或者范围搜索的程序。
Perform closest point search or range query using a k-D tree implementation.
轮廓变换的隐马尔可夫模型
Hidden Markov Tree model of Contourlet Transform
MATLAB的文件,符合隐马尔可夫树模型的图像轮廓系数。包括函数,使用模型进行去噪和纹理检索应用。
MATLAB files that fit a hidden Markov tree model to the contourlet coefficients of images. This package also includes functions that uses the model f
模糊逼近程序
Fuzzy Approximation
该程序实现了模糊逼近方法1,来逼近函数,这里使用了Sin函数来比较结果。
Here we have an unknown function but we can have every value of function respect to every input. so there I used a fuzzy approximation method I
to approximate
IEEE 802.11a无线局域网模型
IEEE 802.11a WLAN model
该程序实现了IEEE 802.11a 无线局域网物理层模型,包括自适应调制和编码。
IEEE 802.11a WLAN physical layer model, with demonstration of adaptive modulation and coding.
将灰度图像转换成彩色图像的程序
Pseudo Coloring
将灰色图像转换成彩色图像的源代码。
Converts gray level images to pseudo color images.
数字调制技术Simulink模型
Simulink Model for Digital Modulation Techniques
数字调制仿真包括BPSK,BFSK,QPSK,DEPSK,DPSK
Digital modulation BPSK,BFSK,QPSK,DEPSK,DPSK Simulink models with their outputs are in doc format.
Cyclic code generators M-file is also their.
一维时域有限差分的程序
One Dimensional Finite Difference Time Domain
计算一维时域有限差分的程序。
A function to calculate 1D FDTD, and two test scripts
在Matlab中实现基于光流的机器人避障
Optical flow based robot obstacle avoidance with Matlab
在虚拟环境中通过光流实现机器人导航。
Navigate a virtual robot in a virtual environment to avoid obstacles by using optical flow field.
规避障碍最短路径算法
Shortest Path with Obstacle Avoidance
在平面中计算两点之间的最短路径以规避障碍。
Computes shortest path between two points in the plane, avoiding obstacles.