-
inpainting
object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全-(object removal in image processing means that users can remove images of an object, the algorithm can automatically use the background information to fill empty, reaching out is not to look over the effectiveness of treatment, also known as inpainting, the program by matlab languages, has very good results, documents, presentations, test images have complete
)
- 2010-06-25 10:24:22下载
- 积分:1
-
Alamouti
Alamouti的matlab代码,适合初学者(Alamouti)
- 2010-09-04 10:53:46下载
- 积分:1
-
121
功能:输入一页文字,程序可以统计出文字、数字、空格的个数功能:输入一页文字,程序可以统计出文字、数字、空格的个数(code)
- 2009-12-24 11:19:30下载
- 积分:1
-
matlab-example
matlab example shows you can work that easily.
- 2013-01-01 06:29:53下载
- 积分:1
-
mathmatical-softward-
matlab常用数学软件程序的介绍,对新手很实用的哦(matlab introduction to common mathematical software program, very useful for novice oh)
- 2011-07-25 09:19:44下载
- 积分:1
-
TF-analysis
线性调频信号时频分析,自带自己写的STFT函数(FMCW TF analysis, STFT function)
- 2016-12-06 16:50:06下载
- 积分:1
-
MATLAB_Books_Collection_01
Matlab collected books for many fields
- 2010-05-12 16:09:25下载
- 积分:1
-
controllerfuzzy125
La logique floue est le meilleur moyen de convertir les stratégies de contrô le du langage naturel qui sont utilisées par l’homme à une forme utilisable par les machines. Des expériences ont montré qu’un contrô leur classique donne parfois même de meilleurs résultats que l’opérateur humain
- 2013-12-08 18:12:30下载
- 积分:1
-
acr
Simulink下的电流闭环控制系统仿真,可根据需要修改Transfer Fcn1中的参数,找到一个在超调量和动态响应快慢上都比较满意的电流环调节器。(Simulink, the current closed-loop control system simulation, according to the need to modify the parameters Transfer Fcn1 find an overshoot on the dynamic response speed are more satisfied with the current loop regulator.)
- 2010-11-25 16:03:48下载
- 积分:1
-
mmwrite
功能列表= mmwrite(文件名,选择... ...)
mmwrite是能写的AVI,WMV,的WMA,ASF文件。对于AVI文件,您可以选择从现有的编解码器压缩的音频和视频流。
对于WMV,WMA和ASF的编码默认为16位的Windows Media 9率为44100Hz立体声为98%质量的音频和Windows媒体视频9 98
质量。质量可以指定音频和视频。
环绕声,似乎只与AVI和多通道编码不支持。编写任何其他文件类型不支持。本使用Windows的DirectX基础设施,以便其他操作系统是出于运气。
输入:
    文件名:这一定是第一个参数,并指定文件名写。
    影片结构:视频结构相匹配的mmread输出。在最低限度,必须有4个领域的“框架”,“时代”,“高度”和“宽度”。该“框架”字段必须是一个结构与一个字段数组“的CDATA”的原始框架,它包含由彩色编码的数据宽度高度(3)UINT8s。钍(function list = mmwrite(filename,...options...)
mmwrite is able to write AVI,WMV,WMA,ASF files. For AVI files you can choose from the available codecs to compress the audio and video streams.
For WMV,WMA and ASF the encoding defaults to Windows Media 9 44100Hz 16bit stereo 98 quality for the audio and Windows Media 9 Video with 98
quality. The quality can be specified for both audio and video.
Surround sound only seems to work with AVI and multi-pass encoding is not supported. Writing any other file type is not supported. This uses Windows DirectX infrastructure, so other OSs are out of luck.
INPUT:
filename: This must be the first parameter and specifies the filename to write.
video structure: The video structure matches the output of mmread. At a minimum it must have 4 fields "frames", "times", "height" and "width". The "frames" field must be a struct array with a field "cdata" that contains the raw frame data encoded as height by width by color(3) as UINT8s. Th)
- 2010-05-20 22:31:36下载
- 积分:1