-
76545576
自定义风格的SegmentedControl,IOS编程学习源码,很好的参考资料。(A custom style SegmentedControl, learning IOS programming source code, a good reference.)
- 2013-12-05 09:13:30下载
- 积分:1
-
hrkew
ICA(主分量分析)算法和程序,阵列信号处理的高分辨率估计,随机调制信号下的模拟ppm,有信道编码,调制,信道估计等,主要为数据分析和统计,模式识别中的bayes判别分析算法,虚拟力的无线传感网络覆盖,有较好的参考价值。( ICA (Principal Component Analysis) algorithm and procedures, High-resolution array signal processing estimates, Random ppm modulated analog signal under Channel coding, modulation, channel estimation, Mainly for data analysis and statistics, Pattern Recognition bayes discriminant analysis algorithm, Virtual power wireless sensor network coverage, There are good reference value.)
- 2016-04-14 21:05:44下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
classical-algorithm-matlab-program
说明: matlab经典算法的程序,包含了几乎所有matlab的经典算法,很值得推荐的(classical algorithm matlab program, matlab contains almost all the classical algorithm, it is highly recommended)
- 2011-02-22 10:09:35下载
- 积分:1
-
Machine_Learning
关于机器学习的matlab范例,最好多执行,尤其可以通过一段一段的执行脚本来更好地理解机器学习是如何处理经典问题的(MachineLearning.m is the main script that needs to be d. You can this script section-by-section.
It demostrates the use of different machine learning techniques for a classification problem.)
- 2014-11-17 15:09:54下载
- 积分:1
-
RBF-NEURAL-CONTROOL
RBF神经网络自适应控制MATLAB仿真代码(RBF neural control )
- 2021-01-13 13:58:47下载
- 积分:1
-
denoise
在matlab环境下,试用小波变换消除数据中的噪声信号(In the matlab environment, the trial data in the wavelet transform to eliminate the noise signal)
- 2011-05-26 16:20:23下载
- 积分:1
-
matlab_jianjie_method
采用间接法在matlab中进行功率谱密度计算(Using the indirect method for power spectral density calculation in matlab)
- 2014-10-26 12:07:12下载
- 积分:1
-
Fangdasuoxiao
图像的放大缩小,其中缩小任意比例,放大整数比。在matlab的work路径中选择需要操作的图像,图像使用者自备。(Image Zoom, which reduce the arbitrary ratio to enlarge than integer. In matlab choose the path of work need to operate images, user-owned images.)
- 2007-10-24 16:17:26下载
- 积分:1
-
zhiftu
在matlab开发环境下,实现数字图像的直方图统计,直接可运行,程序中路径为绝对路径(Development environment in matlab, digital image histogram directly to run the program for the absolute path in the path)
- 2011-01-05 15:30:57下载
- 积分:1