-
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
-
IS-2000_fangzhen
is-95和2000的 前向链路仿真 源程序 发射机和 信道 及接收机的完整程序。另有复杂信道的源程序 可以联系 索取。(is a complete program of-95 and 2000, the first to link simulation source transmitter, channel and receiver. Another source of complex channel can be obtained by contacting.)
- 2012-05-24 20:36:04下载
- 积分:1
-
SVM
SVM回归分析,包括了模型的建立以及数据的预测(SVM regression analysis, including modeling and prediction data)
- 2014-05-07 21:52:00下载
- 积分:1
-
ofdm_1024
OFDM系统仿真,采用1024子载波,内含卷积编码,交织,QPSK调制,上、下采样滤波,信道估计等(OFDM system simulation, using 1024 subcarriers, including convolutional coding, interleaving, QPSK modulation, the upper and lower sampling filtering, channel estimation, etc.)
- 2021-03-30 20:59:09下载
- 积分:1
-
contrast-riadh-chebbi
contrast of an image
- 2011-05-06 01:18:04下载
- 积分:1
-
lorentzfit
= lorentzfit (× )
lorentzfit 符合输入(× )与罗伦兹功能的形式
“ (× )= 1 / ((- 2)^ 2 + 3号)
输入
:因变量值[ 是] (× )
× :独立变量的值
输出功率
一:名单[ 1 2 3 ] 罗伦兹参数
示例
× = - 16:0.1:35
= 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 )
= lorentzfit (× )
杰瑞德·威尔斯
11 / 15 / 11
杰瑞德威尔斯[ 点] [在] [ 点] 教育公爵(a = lorentzfit(y,x)
LORENTZFIT fits the input Y(X) with a Lorentzian function of the form
Y (X) = A1./((X- A2).^2+ A3)
INPUTS
Y : Dependent variable values [Y(X)]
X : Independent variable values
OUTPUT
A : List of Lorentzian parameters [A1 A2 A3]
EXAMPLE
x =-16:0.1:35
y = 19.4./((x- 7).^2+ 15.8)+ randn(size(x))./10
a = lorentzfit(y,x)
Jered R Wells
11/15/11
jered [dot] wells [at] duke [dot] edu)
- 2012-05-02 20:28:43下载
- 积分:1
-
watermark_lsb
这是数字水印算法中最简单的LSB算法,实现了嵌入和提取,验证可以正确运行.测试运行环境为:matlab6.5(This is the digital watermarking algorithm LSB most simple algorithm, and the embedding and extraction. Verification can correct operation. runtime environment for testing : matlab6.5)
- 2007-05-23 21:33:53下载
- 积分:1
-
Basics-of-MATLAB-and-Beyond---Andrew-Knight
This book is : Basics of MATLAB and Beyond - Andrew Knight, you can use this book with file code i uploaded before. Well done !
- 2011-08-29 13:04:22下载
- 积分:1
-
Adaptive-GA-applications
自适应遗传算法的应用举例,包含程序,数据对比图这类(Adaptive Genetic Algorithm Application examples, including programs, data comparison chart such)
- 2014-08-28 09:56:21下载
- 积分:1
-
LFM_compression
用于线性调频信号的脉冲压缩处理程序,采用相关计算的算法进行的压缩处理(For LFM pulse compression process, using the relevant calculation algorithms for compression processing)
- 2013-09-03 20:52:12下载
- 积分:1