登录
首页 » Others » 基于MATLAB的图像处理的课程设计(图像处理系统)

基于MATLAB的图像处理的课程设计(图像处理系统)

于 2020-12-08 发布
0 328
下载积分: 1 下载次数: 2

代码说明:

基于MATLAB的图像处理的课程设计 该系统为简易的图像处理系统,能完成图像处理的一切基本问题

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

发表评论

0 个回复

  • 有源电力滤波器的滞环控制Simulink仿真模型
    有源电力滤波器的滞环控制Simulink仿真模型,ip-iq谐波检测法
    2020-11-28下载
    积分:1
  • 基于Simplorer场路耦合多物理域联合仿真
    基于Simplorer场路耦合多物理域联合仿真,网上找了好久才找到这个资源,看了下主要内容,感觉很不错,支持各种系统。
    2020-06-27下载
    积分:1
  • ABAQUS非线性有限元分析与实例
    ABAQUS非线性有限元分析与实例》是ABAQUS软件应用的实例教材,结合有限元的基本理论和数值计算方法,通过一系列的相关例题和讨论,介绍了ABAQUS软件的主要内容。书中系统地讲解了编写输入数据文件和前处理的要领,对输出文件进行分析和后处理的方法,并系统地讲述了一些应用在土木、材料、机械和铁道工程的实例。为了帮助二次开发,详细地讲解了如何编写用忘掉材料子程序UMAT和单元子程序UEL。因此,《ABAQUS非线性有限元分析与实例》可作为工程师应用有限元软件进行力学分析和结构设计的手册,也可作为力学和工程专业研究生和本科生的有限元数值计算课的参考教材。《ABAQUS非线性有限元分析与实例》适合
    2020-12-03下载
    积分:1
  • 计算机毕业设计 基于.NET的实验室预约系统的设计
    基于.NET的实验室预约系统的设计 源码+论文 很全的,欢迎大家下载
    2020-11-04下载
    积分:1
  • 网络ns2仿真实验分析(RED、丢包率、端到端延迟、吞吐量)附源码
    网络ns2仿真实验分析(RED、丢包率、端到端延迟、吞吐量)附源码分组的端口号。(10) dst addr:目的地址,格式为 node port,其中node代表分组发送节点的id,pot表示发送分组的端口号。(11) seg num:分组的序列号。(12) okt id:分组的唯标识符。3n2与n3之间的RED队列的半均队列长度与当前队列长度随时间的变化如下图所示:torrent and ave"吧 e PED CueL旧300era已n15000ANA图2平均队列长度与当前队列长度随时问变化的曲线图4运行结果中显示CBR流量总共发包550,丢失16,丢包率为:0.029。丢包率随时间的变化如下图所示:packets of lost rate。045graph自04,03500自020.015图3丢包率随时间变化的关系图5CBR流量的吋延随时间的变化如下图所示:1u彐r10.14心01Q。0图4端到端时延随时间变化的关系图6.节点n2的平均吞吐量随时间的变化如下图所示100T图5节点n2的吞吐量随时间变化的关系头7.结果分析:从RED的图示中,可以看出队列的大小波动变化不是很大,在处理突发的包时冇一定的优势。从丟包率、时延和吞吐量的变化图中,可以看出当丟包率增加时,端到端之问的时延也在增加,而吞吐量则下降,丟包率、时延和吞吐量在表示网络性能的好坏时有一定的关系、相关代码1.络拓扑仿真脚木 simulator:tcl:#Create a simulator objectset ns [new Simulator]#Define different colors for data flows for NAM)Sns color 1 BlueSns color 2#Open the nam trace fileset nt lopen out. nam wSns namtrace-all Snfset nd [open out. tr wISns trace-all Snd#Define a finish procedureproc finish仆}{global ns nf ndSns flush-traceclose Snfclose sndexec nam out. namkit o#Create four nodesset no [Sns node]et n1 [Sns nodelset n2 [Sns nodeset n3 [ns node]#Create links between the nodesSns duplex-link Sn0 Sn2 2Mb 10ms DropTailSns duplex-link Sn1 Sn2 2Mb 10ms DropTailSns duplex- link Sn2 Sn3 1.7Mb 20ms RED#Set queue Size of link (n2-n3 to 100Sns queue-limit Sn2 Sn 3 100#Give node position(for NAm)Sns duplex-link-op SnO Sn2 orient right-downSns duplex-link-op Sn1 Sn2 orient right-upSns duplex-link-op $n2 Sn3 orient right#Monitor the queue for link(n2-n3 .( for NAM)Sns duplex-link-op Sn2 Sn 3 queuePos 0.5#Setup a TCP connectionset tcp new Agent/TCPISns attach-agent Sno Stcpset sink [new Agent/TCPSinkSns attach-agent sn3 SinkSns connect stcp SinkStcp set fid 1#Setup a FTP over TCP connectionset ftp [new Application/FTPlSftp attach-agent StcpSftp set type FTPfsetup a UdP connectionset udp [new Agent/UDP]Sns attach-agent Sn1 udpset null [new Agent/Nul]Sns attach-agent Sn3 SnullSns connect Udp SnullUdp set fid_ 2#Setup a CBr over UDP connectionset cbr [new application/Traffic/ CBRIScbr attach-agent UdpScbr set type CBrScbr set packet size 1000Scbr set rate 1mbScbr set random false#Schedule events for the cbr and ftp agentsSns at0.1 Scbr startSns at 1.0"Sftp start"Sns at 40.0"Sftp stop"Sns at 4.5"Scbr stop"#Detach tcp and sink agentsSns at 50 Sns detach-agent $no stcp; Sns detach-agent sn3 Sink"Sns at 50.0 finish#monitor n2 and n3 queueset redg [[sns link Sn2 Sn3] queueset traceq lopen redQueue tr wSredg trace curgSredg trace aveSredg attach Strace#Run the simulationns rur2.RED的数据处理脚本:SgreparedQueue. tr>averagetrStrep“Q" reqUeuetr> current tr(中 reqUeue tr为跟踪n2和n3队列产生的文件)然后使用 gnuplot工具使用 average tr和 current, tr绘制队列随时间变化的曲线3.丢包率数据awk处理脚本 graph rostRate,awvk#count the packet lost rate of cBri=0;vente=S2;from Node =$3toNode=s4:pitT$7srcAddr=$9dstAddr=$10gNum = $11if (fromNode ==1 & toNode ==2&& event==+i totalNum++timeArr[i=timesrate[i]= float)(drop Num/tif(fid==2&& event==d")dropNum++ENDprintf("#number of packet sent: %od, lost: %d"totalNum, dropNum)printf( #lost rate of packets: %f",dropNum/totalNumfor(j=0; j
    2020-12-06下载
    积分:1
  • MATLAB时域有限差分法
    MATLAB时域有限差分法程序,有利于理解fdtd原理,可直接运行的。
    2020-12-12下载
    积分:1
  • 频谱仪——安捷伦N9010A操作手册
    频谱仪的介绍、操作及性能指标,硬件工程师必须学会的测量器件之一。Definitions and conditionsSpecifications describe the performance of parameters covered by the productwarranty and apply to the full temperature of 0 to 55C, unless otherwisenotedGet more Information95th percentile values indicate the breadth of the population (approx. 2 o) of perfor-This EXA signalanalyzer datamance tolerances expected to be met in 95 percent of the cases with a 95 percentsheet is a summary of theconfidence, for any ambient temperature in the range of 20 to 30C. In addition tothe statistical observations of a sample of instruments, these values include thespecifications and conditionseffects of the uncertainties of external calibration references these values are notfor N9010A EXA and N9010AEPwarranted. These values are updated occasionally if a significant change in theExpress EXA signal analyzers.statistically observed behavior of production instruments is observedwhich are available in the EXASignalAnalyzer SpecificationTypical describes additional product performance information that is not covered byGuide(N9010-90025)the product warranty It is performance beyond specifications that 80 percent of theunits exhibit with a 95 percent confidence level over the temperature range 20 toFor ordering informationkrefer30C. Typical performance does not include measurement uncertaintyto the EXA Signal AnalyzerConfiguration GuideNominal values indicate expected performance, or describe product performance59896531Nthat is useful in the application of the product, but are not covered by the productwarrantyThe analyzer will meet its specifications whenIt is within its calibration cycleUnder auto couple control, except when Auto Sweep Time rules= AccySignal frequencies 10 MHZ, with DC coupling appliedThe analyzer has been stored at an ambient temperature within the allowedoperating range for at least two hours before being turned on; if it had previouslybeen stored at a temperature range inside the allowed storage range, but outsidethe allowed operating rangeThe analyzer has been turned on at least 30 minutes with auto align set tonormal, or, if Auto align is set to off or partial, alignments must have been runrecently enough to prevent an Alert message; if the Alert condition is changedfrom Time and Temperature to one of the disabled duration choices, the analyzermay fail to meet specifications without informing the userFor the complete specifications guide, visitwww.agilent.com/find/exaspecifications1. For earlier instruments/Serial number prefix MY/SG/US5052), the full temperature rangesfrom5t50°CFrequency and Time specificationsFrequency rangeDC coupledAC coupledOption 50310 Hz to 3.6 Gh10 MHz to 3. 6 GHzOption 50710 Hz to 7 GH10 MHz to 7 GHzOption 51310 Hz to 13.6 GHz10 MHz to 13.6 ghzOption 52610 Hz to 26.5 GH10 MHz to 26.5 GhzOption 53210 Hz to 32 gHzNAOption 54410 Hz to 44 gHzNABandLO multiple(N)10 Hz to 3. 6 GHz3.5to7.0GH3.5to8.4GH28.4 to 13.6 GHz3135to17.1GH17 to 26.5 GHz5426.4 to 34.5 ghz344t044GHzFrequency referenceAccuracy+l time since last adjustment x aging rate)+ temperature stability t calibrationaccuracyAging rateOption pFrStandardy±1×106/year±15X107/2 yearsTemperature stabilityOption PFrStandard20to30°c±15×108±2×106Full temperature range±5x1±2×10Achievable initial calibration accuracyOption PFrStandard±4x108±1410Example trequency reterence accuracy=±(1×107+5×103+4×10-)(with Option PFR1 year after last adjustment±19x10Residual fmOption pFr
    2021-05-06下载
    积分:1
  • 比较火的开源GUI:littlevgl
    【实例简介】当下比较火的一个开源、免费、类AndroidGUI;上面的文档是自己学习vgl的笔记,帮助新手入门没有任何问题了;后续再继续完善;
    2021-11-01 00:31:45下载
    积分:1
  • 光伏电池板 pv matlab模型
    绝对好用的pv matlab完整模型拿过去可直接使用
    2020-12-01下载
    积分:1
  • 导师实验室购买的正版mimics软件配套基础教,中文最新版,非常实用!Part2
    这是Part2,Part1请移步http://download.csdn.net/detail/weirui211/4833748导师实验室购买的正版mimics软件,向工程师索取的基础培训教程,与大家分享,教程从基础知识到各模块功能介绍,非常详尽,配有彩图,并且有各个功能的实践练习,适合初学者快速上手,也适合对mimics有一定研究的使用者进一步提高。教程是我带回宿舍用佳能相机逐页拍摄的,比较大,但非常清晰,一共约100MB,我的上传权限只有60MB,分两个压缩包下载,这个是Part2。
    2020-11-29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载