当前位置:
首页
资源下载

搜索资源 - code matlab Window
搜索资源列表
-
0下载:
This function calculate block motion vectors (with integer pel accuracy), using hierarchical block matching algorithm.
%An example of main function calling this function is "MEMBA", which can be entered on the command window.
%The function also u
-
-
0下载:
The simulator GUI is started with command ui_start in Matlab command window.
WLAN simulation starts by clicking the Start Simulation button in the GUI window.
WLAN simulation can be terminated, before set number of packets have been reac
-
-
0下载:
程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209:用imshow函数显示图像
P0210:在同一个窗口内显示两幅图像-Procedure Code De
-
-
0下载:
程序代码说明
P0201:MATLAB赋值
P0202:MATLAB中的for循环
P0203:MATLAB中的for循环和if条件
P0205:MATLAB图像处理的基本操作
P0206:MATLAB高级图像处理操作
P0207:根据RGB图像创建一幅灰度图像
P0208:二值图像的取反操作
P0209:用imshow函数显示图像
P0210:在同一个窗口内显示两幅图像
-Procedure Code
-
-
0下载:
.testpipei_1.m文件为基于灰度的模板匹配代码,仅为单独使用,不具有交互性
2.testpipei_2.m文件为基于灰度的快速模板匹配代码,仅为单独使用,不具有交互性
3.three.m为带有界面的演示程序,包含了上述两种算法,在MATLAB7.1中,在命令窗口下输入
edit three (three文件一定要在work文件夹下)回车后就可以进行使用了。
4.testpipei_1.m和testpipei_2.m的函数使用说明详细见各自的文件内
5.testpi
-
-
0下载:
ex6_1 ~ ex6_3二项分布的随机数据的产生
ex6_4 ~ ex6_6通用函数计算概率密度函数值
ex6_7 ~ ex6_20常见分布的密度函数
ex6_21 ~ ex6_33随机变量的数字特征
ex6_34 采用periodogram函数来计算功率谱
ex6_35 利用FFT直接法计算上面噪声信号的功率谱
ex6_36 利用间接法重新计算上例中噪声信号的功率谱
ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较
ex6_38 在置信度为0
-
-
2下载:
该代码首先对ECG信号进行消噪过滤,并且对信号进行平方,加窗等处理,最后用于对QRS波形的检测,压缩文件内同时包含了2个心电数据信号,可直接用于测试-The code first ECG signal de-noising filter, and the square of the signal, such as window handle, and finally used for the detection of QRS waveform, at the same time compress
-
-
0下载:
这是一个用Matlab编写的麻将连连看程序,对于图像操作的理解有很好的帮助。-This game is a matlab version of the famous chinese tile matching game. The look and feel of the game is
similar to xmahjongg game. I used to play xmahjongg when I used the old xsparc system maybe more
-
-
0下载:
本代码是关于数字信号处理中的频谱泄露现象及其带来的危害的MATLAB仿真。用到的窗函数的是矩形窗和海明窗。-The code is on the digital signal processing of the spectrum and its disclosure of the hazards brought about by MATLAB simulation. Window function used is the rectangular window and Hamming window
-
-
0下载:
本程序利用MATLAB进行数字信号的频谱分析,适用于DSP的初学者。代码里应用了矩形窗和汉明窗两种窗函数进行对比分析。-This procedure carries on the digital signal using MATLAB the spectral analysis, is suitable in the DSP beginner. In the code has applied the rectangular window and the hamming window two ki
-
-
1下载:
n多文章全部是IEEE上的关于多速率信号处理的内容,包括均匀和非均匀调制滤波器组的应用。其中cmfb.m为matlab文件,是A Kaiser Window Approach For The Design Of Prototype Filters Of Cosine Modulated Filterbanks的源代码,是老外给的M文件,很有参考价值。-n number of articles on all of the IEEE Signal Processing on the multi-ra
-
-
0下载:
Motion Tracking
=== === ===
This tarball contains all code required to run the tracking algorithm
on a sequence of images. Run the file run_tracker.m in Matlab and
follow the instructions. You will need to have a directory of
sequentiall
-
-
0下载:
使用MATLAB对平稳随机信号以改进的功率谱法(welch法)以及Thomson多窗估计法(Thomson Multitaper Method)做功率谱估计的源代码-Pairs of stationary random signals using MATLAB in order to improve the power spectrum method (welch France), and the Thomson multi-window estimation method (Thomson M
-
-
0下载:
This source code is a one file implementation of 2d correlation and convolution.
Using the basic difference between correlation and convolution this code correlates or convolves a given 2d matrix with a square window matrix (another 2d matrix) in a
-
-
0下载:
Demo to illustrate simple blob detection (sementation), measurement, and filtering. Requires the Image Processing Toolbox (IPT) because it demonstrates some functions supplied by that toolbox, plus it uses the "coins" demo image supplied with that to
-
-
0下载:
算差分盒维数的matlab程序。 让窗口中的每个像素都对分数维作出贡献。首先,计算某一尺度窗口的平均灰度值 ,然后判断每一个像素的灰度 ,若大于灰度平均值 ,则累加其灰度值为 max ,若小于灰度平均值 ,则累加其灰度值为min ,用max 和min代替 在 Sarkar 和 Chaudhuri 算法中的最大值和最小值 ,再通过拟合求出分数维。 -Differential count box dimension matlab program. Let window on the fractal
-
-
1下载:
关于数字图像处理中的ssda模板匹配方法。程序实现在指定图像中生成一个大小固定的矩形区域,然后用模板匹配法找出矩形位置。使用SSDA算法实现。包括源程序、待处理图像以及运行结果截图。-On digital image processing ssda template matching method. Procedures to achieve the specified image to generate a fixed size rectangular region, and then pos
-
-
3下载:
一些经典的matlab程序源码有MATLAB图像处理实现螺纹识别、频谱分析加汉宁窗函数、蒙特卡洛法求椭圆面积、RBF神经网络的训练等-There are some classic matlab program source code matlab image processing to achieve a thread identification, spectrum analysis of Hanning window function, Monte Carlo method for elli
-
-
0下载:
1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered)
Would you like mex to locate installed compilers [y]/n? y
2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder a
-
-
0下载:
Simple topology for Wireless Net MATLAB
-