-
matlab
本章将涉及比较深层的 MATLAB 内容:脚本;函数(一般函数、内联函数、子函数、
私用函数、方法函数);程序调试和剖析;数据结构(类、对象);重载和继承;面向对象
编程。本章配备了许多精心设计的算例。这些算例是完整的,可直接演练的。读者通过这些
算例,将真切感受到抽象概念的内涵、各指令间的协调,将从感知上领悟到面向对象编程的
优越和至关要领。(MATLAB )
- 2010-03-09 22:30:34下载
- 积分:1
-
GUI1
利用MATLAB GUI设计实现图像处理的图形用户界面,利用MATLAB图像处理工具箱
实现以下的图像处理功能。
1、 采用matlab Guide设计图像界面与按钮界面。
2、 连接摄像头,编写MATLAB初始化程序。
3、 用摄像头采集一幅图像,并能实现保存(使用控件按钮保存)。
4、 设计按钮实现对图像进行任意的亮度和对比度变化调节,显示和对比度变化前
后的图像
5、设计按钮实现用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。
(Image processing using MATLAB GUI design graphical user interface, using the MATLAB image processing toolbox
Implement the following image processing functions.
1, Guide design based on matlab image with the button interface.
2, connect camera, write MATLAB initialization.
3, use camera to collect an image, which can be saved using the control button to save).
4, design button implementation for any changes in brightness and contrast adjustment, display and contrast changes before
After the image of the
5, design interest to be able to use the mouse to the image button to achieve the user area, display and save the selected area.
)
- 2014-10-23 13:04:04下载
- 积分:1
-
adaptive-lpf1
matlab code for adaptive lms filter
- 2015-01-23 13:01:23下载
- 积分:1
-
fiber_ssf
光纤中利用分步傅里叶法对非线性薛定谔方程进行仿真,完整程序,值得参考,有注释(Optical fiber using fractional Fourier method in the simulation on nonlinear schrodinger equation)
- 2016-12-22 13:59:49下载
- 积分:1
-
Speech-signal-short-time-analysis
收集了一些处理声音信号的实例,可供对音频处理的爱好者参考使用。(collected some examples of control noice signal. fans can used by reference. )
- 2011-06-29 12:15:23下载
- 积分:1
-
Assignment1_Part2Q1
最小二乘法的matlab实现,最小二乘法用于曲线拟合,本程序可以适用于一次或者二次曲线拟合( Polynomial least squares curve fitting- First and Second order curve fitting.
All the given data points must be used for fitting.)
- 2014-11-12 13:20:36下载
- 积分:1
-
poisson
poisson过程的分布及其自相关函数,方差函数,平均值(poisson process distribution and autocorrelation function, variance function, average)
- 2020-06-29 00:00:02下载
- 积分:1
-
pingyi
在小波去噪中,采用循环平移不变量去噪法,可以抑制Pseudo-Gibbs现象。(Wavelet de-noising, using cyclic shift invariant denoising method can suppress Pseudo-Gibbs phenomenon.)
- 2014-04-21 15:11:25下载
- 积分:1
-
BCH_malab
说明: 用于生成BCH码的生成多项式和最小多项式的malab代码,以及伴随式的计算表达式(BCH code used to generate the generation polynomial and minimal polynomial of malab code, as well as the calculation with the expression)
- 2009-07-29 11:29:29下载
- 积分:1
-
TOFED_TB_1
A 4 bit twisted ring counter is a sequential circuit which produces the following sequence of
output values: 0000, 1000, 1100, 1110, 1111, 0111, 0011, 0001 and then repeats. Design a
circuit for a 4 bit twisted ring counter that uses four D flip flops. Draw a state transition
diagram, a state table and a schematic for your circuit. Design an alternate implementation
using just three flip flops and draw a state transition diagram, state table and a schematic
for your circuit. If your designs are extended to implement an n bit twisted ring counter,
how many flip flops are required using each of the two approaches. In what situations
would you prefer the first method? In what situations would you prefer the second?
- 2014-11-08 06:58:55下载
- 积分:1