登录
首页 » Matlab » p.m matlaB文件

p.m matlaB文件

于 2022-10-17 发布 文件大小:21.38 kB
0 69
下载积分: 2 下载次数: 1

代码说明:

if(isgray(I)==0)     disp("请输入灰度图像,本程序用来处理128 *128的灰度图像!"); else   if (size(I)~=[128,128])       disp("图像的大小不合程序要求!");   else H.color=[1 1 1];  %设置白的画布 figure(H);imshow(I); title("原图像");   zeroImage=repmat(uint8(0),[128 128]); figure(H);        %为分裂合并后显示的图设置画布 meansImageHandle=imshow(zeroImage); title("块均值图像");

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • maincode
    main program of avg crystal
    2010-11-13 16:06:59下载
    积分:1
  • Binary_PSK
    This script simulates the Binary Phase Shift keying. Since BPSK is a digital modulation scheme, you can modulate as many bits as you want. however, I have only simulated it for few bits, so that the results are visible. This is code for BPSK only, means it can only modulated two digital states on two different phases. I hope this will help out students and instructors alike. MATLAB release MATLAB 7.7 (R2008b)
    2011-03-17 01:09:25下载
    积分:1
  • bitplane
    构造干扰进行直线斜波纹干扰, 波纹的强度、角度、方向,间距可调——bitplane.m(Oblique line interference ripple structure interference ripple strength, angle, direction, distance adjustable- bitplane. M)
    2010-07-19 10:12:31下载
    积分:1
  • moon_ECI
    随着时间的变化,给出了月亮的轨道参数,对研究月球摄动有重要意义(With the change of time, given the moon's orbital parameters of the Moon perturbation study has important significance)
    2007-05-17 15:51:13下载
    积分:1
  • MaillageCylindre
    maillage disue sphere et tout
    2012-01-21 03:07:44下载
    积分:1
  • Wind-speed-prediction
    基于最小二乘支持向量机理论,结合某风电场实测风速数据,建立了最小二乘支持向量机风速预测模型。对该风电场的风速进行了提前1h的预测,其预测的平均绝对百分比误差仅为8.55 ,预测效果比较理想。同时将文中的风速预测模型与神经网络理论、支持向量机(support vector machine,SVM)理论建立的风速预测模型进行了比较。仿真结果表明,文中所提模型在预测精度和运算速度上皆优于其他模型。 (Based on least squares support vector machine theory, combined with a wind farm measured wind speed data, the establishment of a wind vector machine forecasting model of least squares support. The velocity of the wind farm were predicted in advance 1h, the mean absolute percentage error of only 8.55 of its forecast, forecast effect is ideal. While the text of the wind speed forecasting models and neural networks, support vector machines (support vector machine, SVM) wind speed prediction models were compared with established theories. Simulation results show that our proposed model on prediction accuracy and computing speed are superior to other models.)
    2014-05-24 17:32:46下载
    积分:1
  • ExcelReader
    matlab实现gui界面读取excel,实现了读取类目与显示结果的结合。(Matlab implements the GUI interface to read excel, combined with the read category and display results. )
    2016-01-19 12:18:57下载
    积分:1
  • pmsm_vec_SVPWM
    基于MATLAB/smulink的异步电动机弱磁控制模型仿真,调试完毕,但是对于学习弱磁控制还是有一定的帮助(The simulation of the MATLAB/smulink based induction motor weak magnetic control model is completed, but it has some help for the learning of weak magnetic control.)
    2018-03-18 15:56:32下载
    积分:1
  • 期权套期保值 (高时刻波动表面)
    这是这本书中的方法的说明材料财务模型的理论、 实现与 Matlab 的实践
    2022-02-26 20:29:15下载
    积分:1
  • Block Matching Algorithms for Motion Estimation
    This paper (and accompanying MATLAB source code) is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Exhaustive Search to the recent fast adaptive algorithms like Adaptive Rood Pattern Search. The algorithms that are evaluated in this paper are widely accepted by the video compressing community and have been used in implementing various standards, ranging from MPEG1 / H.261 to MPEG4 / H.263. The paper also presents a very brief introduction to the entire flow of video compression. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-26 18:30:25下载
    积分:1
  • 696518资源总数
  • 105665会员总数
  • 6今日下载