资源列表
lookup_multi
- //4×4 查找表乘法器 module mult4x4(out,a,b,clk) output[7:0] out input[3:0] a,b input clk reg[7:0] out reg[1:0] firsta,firstb reg[1:0] seconda,secondb wire[3:0] outa,outb,outc,outd always @(posedge clk) begin firsta = a[3:2] se
朱力叶集
- 分形程序 朱力叶集-Fractal procedures Zhu Li Yeji
chainecode
- 以四连接为基础的图像编码技术,是一个老师给的课堂练习,感觉方法相当巧妙
Untitled8
- 给出一个二维信号(文件名为detfingr.mat),并利用小波分析对信号进行去噪处理。
fdxg
- 图像处理中的浮雕效果图像,已经通过调试,可方便使用
interpolation.rar
- 用matlab语言实现双线性内插算,可设图像宽度和高度按不同的比例放大缩小,Matlab language used bilinear interpolation operator can set the image width and height according to different zoom ratio
stats_pro
- 用于读入多个含有envi头文件的文件并计算直方图统计信息-This file takes in a number of files with envi headers and computes histogram statistics.
huidugongshengjuzhen
- 基于灰度共生矩阵的医学图像处理的分割应用,使用MATLAB环境-hui du gong sheng ju zhen
linear_2_wavelets
- 线性二代小波分解的代码可以参考一下,供信号处理及图像处理方面的学习应用-linear lifting wavelet decomposition
OpenGLTest
- 双步直线算法的简单C语言实现版本,需要导入openGL包,供初学者使用-Simple two-step linear algorithm C language version, you need to import openGL package for beginners
FFT
- 对采集的振动位移信号进行FFT频谱分析,并分窗PLOT显示-Vibration displacement signal acquisition FFT spectrum analysis and display of window PLOT
Deblurring_Main
- dsp good, very good for all researchers. I love it
