-
camera_1
用matlab控制摄像头 对所采集的视频提取图片,再进行后续处理(Control using matlab camera captured video extract pictures, and then the subsequent processing)
- 2013-04-25 15:28:37下载
- 积分:1
-
MatcomTest
vc和matlab混编,通过matcon调用matlab函数,使之能简单的完成复杂算法(vc and mixed matcom)
- 2009-04-02 13:34:20下载
- 积分:1
-
dtt-code
DTT编码程序 经过本人测试绝对好用 用了停不下来
- 2014-09-24 22:32:32下载
- 积分:1
-
The-back-forward-sweep-distribution
配电网辐射状前推回代潮流计算程序,节点可以任意更改。(Forward and backward substitution flow calculation)
- 2013-06-05 11:05:53下载
- 积分:1
-
phase-field-simulation
This is a phase field simulation example to simulate the segeration of two phase flow.
- 2012-05-04 23:27:26下载
- 积分:1
-
vcPPsourcecode7
说明: 600个大型项目源码之一:
MATLAB与VC++混合编程实现一维小波多尺度分解
小波分析世纪80年代开始发展成熟起来的一个数学分支,其应用领域十分广泛,并逐步成为信号分析的又一有力工具。MATLAB的小波工具箱为我们提供了小波多尺度分解函数,方便了我们对小波的使用。但是用它所编写的软件不能脱离MATLAB编程环境在Windows平台下直接运行,代码执行效率低下,运行时占较多的系统资源,不能达到某些用户的需求。
VC++是由美国Microsoft 公司开发的可视化C/C++集成编程环境,是目前功能最强大的软件开发工具之一。被广泛应用于Win32平台的基础应用程序的开发。 它具有强大的图形界面编程能力且代码执行效率高,可生成脱离VC++环境而独立运行的应用程序。可是VC++在数值处理分析和算法工具等方面不如MATLAB。
本文结合VC++和MATLAB 的各自优点,以VC++图形界面作为前台框架,MATLAB作为后台进行数值运算和数据可视化,利用组件对象模型(COM)技术作为媒介,实现了一维小波多尺度分解。
(matlab and vc++ program:
Wavelets are a class of a functions used to localize a given function in both space and scaling. A family of wavelets can be constructed from a function ...
)
- 2011-02-27 07:33:07下载
- 积分:1
-
CDT
CDT规约,统称循环式远动规约,电力调度系统经常使用,经多年实践验证通过,需要时,可修改自己内部接口,完成代码移植。(CDT Statute, collectively, cycle remote Statute, power dispatching systems often use, after years of practice verified, if necessary, to modify their own internal interface, complete the code transplant.)
- 2013-12-11 10:16:12下载
- 积分:1
-
WWCDMAMATLABC
WCDMA物理层matlab仿真程序,包含信道编码,交织,速速率匹配,调制,扩频,信道模型,RACK接收机和相应的解码程序。
(WCDMA physical layer matlab simulation program, including channel coding, interleaving, speed rate matching, modulation, channel model, RACK receiver and the corresponding decoding process.)
- 2012-09-30 11:53:20下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1
-
OpticalFlow
Optical Flow example
- 2011-12-13 01:21:09下载
- 积分:1