搜索资源列表
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.best
Radarsat2
- 将Radarsat2极化SAR图像数据转换为散射矩阵及相干矩阵T3的matlab代码,附上的图像文件是用Enviview软件截取转存的各通道实部虚部文件,以及lutsigma.xml查找表文件.作者辛苦所做,希望对SAR初学者有所帮助.-Will Radarsat2 polarization SAR image data is converted to T3 scattering matrix and the coherent matrix of matlab code, the attache
code
- 对24位的彩色图像用中位切分(中位区分)法将其转换成8位索引图像,并且生成对应的颜色查找表。-median-cut algorithm,8-bit index map, lookup table,256 colors,
address_sin
- 正弦值查找表是用matlab代码写的,根据量化地址来查找实际地址的正弦值-Sine value lookup table is written in matlab code, according to quantify the address to find the actual address of the sine value
sin_cos_lookup_generator
- Generator of sine and cosine lookup tables in Matlab.
Contrast_Enhnace
- Image contrast enhancement using lookup table.
MATLAB_Quick_Reference
- A collection of useful matlab commands for easy reference and lookup of commands, I hope you like it
matlab
- A collection of useful tutorials and commands for easy reference and lookup of commands, I hope you like it
nearestneighbour
- Compute nearest neighbours (by Euclidean distance) to a set of points of interest from a set of candidate points. The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points.
dpdsimulation
- 基于matlab的对多项式数字预失真和查找表数字预失真的比较-Matlab-based digital predistortion and of polynomial lookup tables digital predistortion comparison
score-lookup-GUI
- 可以查询多种格式的文件。输入姓名,即可得到相应的成绩。内附写有成绩的文件txt,xls,xlsx。-Can query a variety of formats. Enter the name, you can obtain the corresponding results. Written document containing results.
adaptivestrategy
- You can disable this diagnostic by setting Automatic solver parameter selection diagnostic to none in the Diagnostics page of the configuration parameters dialog. Warning: Square root of a negative number in afcabs/SMC2/Hydraulic Actuator1/Fcn2
NakagamiCFAR
- 本代码实现了基于卡方分布(nakagami 分布)的恒虚警检测(CFAR),通过在查找表的形式,实现参数估计和阈值估计,完成对目标的检测。-The code based on the chi-square distribution (nakagami distribution) of the CFAR (CFAR), through the form of a lookup table to achieve the threshold parameter estimates and estima
asgmt2
- For a 24-bit color image (Lena.bmp), statistics all used colors in this image, design the median-cut algorithm to generate a lookup table. And convert the 24-color image to 8-bit index image, compare the difference between them.
MATLAB-functions
- matlab 中常用函数查询表,函数功能说明-matlab function lookup tables used
LoadFiles
- 用MATLAB编写的在同一文件夹中寻找同一后缀名的文件,便将文件名显示,方便进行数据处理与文件查找!-Using MATLAB to find the same file name suffix in the same folder, put the file name is displayed to facilitate data processing and file lookup.
1231
- MATLAB 图像处理命令,在二进制图像中利用 lookup 表进行边沿操作-MATLAB image processing orders, in a binary image using the lookup table by using the edge operator
LUT123
- 该程序基于MATLAB 功放 记忆多项式 预失真 查找表-The program is based on MATLAB amplifier memory polynomial predistortion lookup table
DDS4.mdl
- DDS(快速正交调制)生成正弦波形,利用相位累加字进行累加,查找查找表内容输出正弦数据,在通信领域应用很多,我采用的是matlab的simulink进行前期仿真-DDS (fast quadrature modulation) to generate sine wave, the use of the word to accumulate phase accumulation, content output sine lookup table lookup data in many applic
matlab指令用法查找
- matlab指令查找,MATLAB 的功能是通过指令来实现的,要掌握一个软件的使用,就要学会它的指 令(Matlab instruction lookup)