-
wavTransform
将wav文件从十进制转换成二进制,再从二进制转换回去(tansform a wav file from decimal to binary and reverse the process)
- 2012-05-24 17:27:00下载
- 积分:1
-
chapter42
并行运算与神经网络——基于CPU/GPU的并行神经网络运算(Artificial Neural Networks)
- 2014-08-25 22:56:42下载
- 积分:1
-
SDWebImage_10803
及时通信,及时通信,及时通信,及时通信,及时通信,(Timely communication, timely communication, timely communication, timely communication, timely communication,)
- 2013-12-23 15:53:39下载
- 积分:1
-
IMM_UKF
在主/被动雷达双传感器目标跟踪背景下, 提出一种基于IMM- UKF 滤波的加权数据融合算法。(A data fusion algorithm using IMM-UKF is presented based on active/ passive radar target tracking. The algorithm is established in terms of IMM( interact ing mult iple model) and UKF( unscented Kalman filter) .)
- 2014-01-03 16:31:03下载
- 积分:1
-
shallow_water_channel_simulation
这是我在做浅海水声信道建模时收集的一些资料和程序,有一定的参考价值,分享给大家(This is some of the information and procedures I was doing shallow water channel modeling the collection, there is a certain reference value for everyone to share)
- 2016-05-02 13:40:51下载
- 积分:1
-
逆变器简单备份
三相两电平逆变器,有限集预测控制的Matlab算法模型(Optimization modeling of three phase two level inverter)
- 2021-02-04 11:39:58下载
- 积分:1
-
xczxc
missile launching and miss distance matlab
- 2012-10-04 21:45:31下载
- 积分:1
-
RCB_RR
Estimates the power spectral densities (PSDs) using both the generalized Ridge Regression (GRR) method [Hoerl, Kennard] and the ordinary RR method with loading level decided by the harmonic mean (HKB) and a Bayesian estimator (LW) for deciding the diagonal loading level.
- 2013-12-07 05:05:13下载
- 积分:1
-
Matlab
Matlab小问题
问: Matlab仿真中怎样编辑Scope中的图象???
答: 实现的方法有以下的几种:
1)PrintScreen,然后粘贴到Windows位图编辑器,选择图像点击右键,选择“反色”即可;
2)在Scope中,它的参数设置的第二页,有一个Save Data to Workplace,将它选中,然后在下面的方框
中指定变量名,然后用plot命令画出;
3)直接在模型上再加一个,to Workplace模块,也用plot画出;
4) 等scope显示出来图像以后,在matlab上运行
set(0, ShowHiddenHandles , On )
set(gcf, menubar , figure )
这时候你会发现scope的工具栏的上面多了一行,点击insert-axes,鼠标会变成十字形状,然后再图像的任意一处双击左键出现一个对话框PropertyEditor,选中style在窗口的右便会出现color,这时你就可以任意修改背景颜色了。
问: 怎样进行S-function的编程和使用???
答: S-function也就是System-function的缩写。说得简单,S-function就是用MATLAB所提供的模型不能完全满足用户,而提供给用户自己编写程序来满足自己要求模型的接口。要了(err)
- 2007-12-07 16:29:53下载
- 积分:1
-
BlockMatchingAlgoMPEG
Block Matching Algorithms for Motion Estimation
This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University.
Following is a short description of the m files in this zip
motionsEstAnalysis.m Script to execute all Algorithms
motionEstES.m Exhaustive Search Algorithm
motionEstTSS.m Three Step Search Algorithm
motionEstNTSS.m New Three Step Search Algorithm
motionEstSESTSS.m Simple And Efficient Search Algorithm
motionEst4SS.m Four Step Search Algorithm
motionEstDS.m Diamond Search Algorithm
motionEstARPSm Adaptive Root Pattern Search Algorithm
costFuncMAD.m Mean Absolute Difference Function
minCost.m minimum cost among macro blocks
motionComp.m motion compensated image creator
imgPSNR.m finds image PSNR w.r.t. reference image
The test images can be found at http://cc.usu.edu/~arohb/caltrain.zip
- 2010-01-29 00:05:10下载
- 积分:1