Welcome![Sign In][Sign Up]
Location:
Search - matlab play

Search list

[Multimedia programAudioWave

Description: Wave文件读取、播放、实时显示波形、对其作FFT和DCT等功能-Wave document read, play, real-time waveform, for its FFT and DCT functions
Platform: | Size: 340992 | Author: 罗永 | Hits:

[Mathimatics-Numerical algorithmsfast_ApEn

Description: 针对时间序列的复杂性测试,实现快速近似熵算法,可以分析确定信号和随机信号,速度打打提高-time series against the complexity of testing, rapid approximate entropy algorithm, can be analyzed to determine signal and random signals, improving speed of play
Platform: | Size: 1024 | Author: 魏娜 | Hits:

[Graph Recognizexihua

Description: 一个可以供参考的字体细化算法,对一些简单的字体可以起到较好的细化效果-be a reference for the character thinning algorithm to a few simple words can play better refining results
Platform: | Size: 1024 | Author: 王强 | Hits:

[matlabmmread

Description: mmread reads virtually any media file. If Windows Media Play can play it, so should mmread. It uses the Window s DirectX infrastructure to % render the media, so other OSs are out of luck.-mmread reads virtually any media file. If W for Windows Media Player can play it. so should mmread. It uses the DirectX in Window s GE% to render the media, so other OSs are out of luck.
Platform: | Size: 65536 | Author: H | Hits:

[Algorithmmodel2

Description: 屋檐的水槽 问题的背景 最优配料问题 摘要 20世纪以来,科学技术得到了飞速发展,数学也在这个发展过程中发挥了它不可替代的作用,同时它自身也得到了空前的发展。由于计算机的迅速发展和普及,大大增强了数学解决现实问题的能力。 我们经常使用模型的思想来认识世界和改造世界,这里的模型是针对原型而言的。模型是人们为一定的目的而对原型进行的一种抽象。而数学模型并不是一个新生事物,很久以来它就伴随在我们身边,可以说有了数学并且要用数学去解决实际问题时就一定要使用数学语言、方法去近似的刻画这个实际问题,这就是数学模型。数学模型主要是使用数学知识来解决实际问题,因此,数学是掌握和使用数学模型这个工具的必要条件和重要基础。 本课程设计是用数学的方法解决生产过程中的最优配料问题。 最优配料问题是指生产中通过切割、剪裁、冲压等手段,将原材料加工成所需大小,按照工艺要求,确定下料方案,使所用材料最省,或利润最大。 -eaves of the flume the background optimal ingredients Summary Since the 20th century, science and technology have been developing rapidly, the mathematics is the development process play its irreplaceable role, while it itself has been an unprecedented development. Due to the rapid development of computer and popular, greatly enhancing the mathematics to solve practical problems. We often use the model of thinking to understand the world and change the world here against the prototype model is speaking. The model is for certain people for the purpose of the prototype of an abstract. While mathematical model is not a new thing, it has long been accompanied around us, It can be said with math and use math to solve practical problems when they must use the language of mathematics. methods sim
Platform: | Size: 14336 | Author: 浪子 | Hits:

[Special Effectsertrete

Description: 图像细化,感觉挺好玩的.可以试试看-image thinning, I feel very good play. Could give it a try
Platform: | Size: 111616 | Author: yangwendy | Hits:

[matlabGads

Description: 敝人最近整理的关于MatLab中的遗传算法工具箱Gads的资料,不敢独享,希望能起到一定的帮助作用-myself recently finishing on the MatLab genetic algorithm toolbox Gads information, not exclusive, hope to play a helpful role
Platform: | Size: 12288 | Author: 遗传算法爱好者 | Hits:

[VC/MFCmatlab+vc+network

Description: 介绍了用vc++调用matlab引擎库函数的方法,利用这种方法在应用软件开发过程中既能发挥vc++强大的界面开发功能,又充分利用了matlab的复杂运算和处理能力,并把这一技术应用于神经网络程序的设计,取得了很好的效果。-Introduction by vc++ Call matlab engine library function, using this method in the application of the software development process can play vc++ Powerful interface development function, matlab full advantage of the complexity of computing and processing capability, and the technology used in neural network design process, and achieved very good results.
Platform: | Size: 86016 | Author: luhui | Hits:

[GUI DevelopWavPlayer

Description: A GUI file that permit play wav files, but with someones tips such as echo, reverse function, player mono function, fast play, slow play,etc-A GUI file that permit play wav files, but with someones tips such as echo, reverse function, player mono function, fast play, slow play,etc
Platform: | Size: 2056192 | Author: Ogeid | Hits:

[Applicationsplayfair

Description: this the type of encryption and decrption that is play fair-this is the type of encryption and decrption that is play fair
Platform: | Size: 19456 | Author: alariqi | Hits:

[matlabhsl_save_05_07_14

Description: matlab music play!!!!!!!!!!!!!!!!!利用matlab做声音分析-matlab music play!!!!!!!!!!!!!!!!!
Platform: | Size: 4096 | Author: HXX | Hits:

[matlabtimbre

Description: this file is to play a wave music creating musical notes and transform to a timbre of an instrument
Platform: | Size: 1024 | Author: slb | Hits:

[matlabMoviePlayer

Description: 利用MATLAB实现的互动的电影播放器,可播放多种格式的文件,非常好用-Implemented using MATLAB interactive movie player that can play a variety of file formats, very easy to use
Platform: | Size: 19456 | Author: 金羽汐 | Hits:

[matlabvideofig

Description: A figure ready to scroll through and play videos. You can also draw any custom graphics on it.-VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video). This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top. Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion: http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/ EXAMPLE 1 Place this in a file called "redraw.m": function redraw(frame) imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ]) end Then from a script or the command line, call: videofig(10, @redraw) redraw(1) The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image Processing Toolbox and there s no ne
Platform: | Size: 4096 | Author: DT丿灬雪狼 | Hits:

[matlabread_and_play_video

Description: 可以讀video檔到matlab裡面並且將處理完的影片把它輸出並播放-Matlab video files can be read to and will be processed inside the movie and play it out
Platform: | Size: 13394944 | Author: 小晏 | Hits:

[Special Effectsmatlab-interface-code

Description: atlab视频读取函数 在matlab提供的函数库只可以读取未压缩的avi格式的视频图像,这严重限制了matlab在视频图像处理领域的应用。该程序为标准的matlab格式,可以处理microsoft media play所能打开的各种格式视频-atlab video read function available in matlab function library can only read uncompressed avi format video images, which severely limits the matlab image processing in video applications. The program for the standard matlab format that can handle microsoft media play video in various formats can be opened
Platform: | Size: 19456 | Author: 李杰 | Hits:

[Othermatlab卡农

Description: 调用声卡,数学方法实现音乐播放,通过matlab数学编程功能实现(play music by a mathematical way)
Platform: | Size: 1024 | Author: shengyp | Hits:

[Othermatlab编的俄罗斯方块

Description: 简单的俄罗斯方块编程,在闲暇时期玩玩,放松放松一下心情还是不错的。(Simple Tetris programming, in the leisure time to play, relax and relax, the mood is good.)
Platform: | Size: 13312 | Author: 村上有椿树 | Hits:

[Windows Developmatlab程序设计实例解析

Description: 本文通过对 MATLAB 程序设计中的若干典型问题做简要的分析和总结,并 在此基础上着重讨论了有关算法设计、程序的调试与测试、算法与程序的优化以 及循环控制等方面的问题.还通过对一些程序实例做具体解析,来方便读者进行 编程训练并掌握一些有关 MATLAB 程序设计方面的基本概念、基本方法以及某些 问题的处理技巧等.此外,在文章的最后还给出了几个常用数学方法的算法程序, 供读者参考使用.希望能对初学者进行 MATLAB 编程训练提供一些可供参考的材 料,并起到一定的指导和激励作用,进而为 MATLAB 编程入门打下好的基础.(This article briefly analyzes and summarizes some typical problems in MATLAB program design. Based on this, we discussed the design of the algorithm, the debugging and testing of the program, and the optimization of algorithms and programs. Problems such as loop control, etc. Also through the specific analysis of some program examples to facilitate readers Programming training and master some basic concepts, basic methods and some related to MATLAB programming Problem handling techniques, etc. In addition, at the end of the article, several algorithm programs for common mathematical methods are given. For readers to use. Hope to provide beginners with MATLAB programming training to provide some reference material Materials, and play a certain guidance and incentives, and then lay a good foundation for MATLAB programming entry.)
Platform: | Size: 333824 | Author: 木愚 | Hits:

[Special EffectsMATLAB教室人数统计系统

Description: 该课题为基于MATLAB的教室人数统计,带有丰富的人机交互GUI界面。实现教室人数的计数统计,进而统计出勤率,上课认真听讲的比例。原先预设总人数,未出勤或者书本遮住脸部、趴着玩手机等必然无法采集到人脸,从而对应数量缺失,得出出勤率或听讲率。该课题采用肤色原理进行人脸定位和人脸分割。本课题中,为了界面GUI的美观,刻意将分割出的人脸单独显示在GUI对应的axes里。是个不错的设计选题。(This topic is based on MATLAB classroom statistics, with rich human-computer interaction GUI interface. Realize the counting statistics of the number of students in the classroom, and then count the attendance rate and the proportion of listening carefully in class. The original preset total number of people, no attendance or books cover the face, prone to play mobile phones, etc. will not be able to collect the face, thus the corresponding number of missing, get attendance rate or listening rate. This project uses skin color principle to locate and segment face. In this project, for the sake of the beauty of GUI, the separated faces are displayed in axes corresponding to GUI. It's a good design topic.)
Platform: | Size: 601088 | Author: MATLAB道长 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net