登录
首页 » Others » 交通灯定时控制系统实验报告 含Multisim仿真图 含555定时器引脚图

交通灯定时控制系统实验报告 含Multisim仿真图 含555定时器引脚图

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

代码说明:

交通灯定时控制系统的设计、制作》课程设计报告

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

发表评论

0 个回复

  • 稀疏自码深度学习的Matlab实现
    稀疏自编码深度学习的Matlab实现,sparse Auto coding,Matlab codetrain, m/7% CS294A/CS294W Programming Assignment Starter CodeInstructions%%%This file contains code that helps you get started ontheprogramming assignment. You will need to complete thecode in sampleIMAgEsml sparseAutoencoder Cost m and computeNumericalGradientml For the purpose of completing the assignment, you domot need tochange the code in this filecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencodtrain.m∥%%========%6% STEP 0: Here we provide the relevant parameters valuesthat willl allow your sparse autoencoder to get good filters; youdo not need to9 change the parameters belowvisibleSize =8*8; number of input unitshiddensize 25number of hidden unitssparsity Param =0.01; desired average activation ofthe hidden units7 (This was denoted by the greek alpharho, which looks like a lower-case pcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod4/57train.,m∥in the lecture notes)1 ambda=0.0001%o weight decay parameterbeta 3%o weight of sparsity penalty term%%==:79 STEP 1: Implement sampleIMAGESAfter implementing sampleIMAGES, the display_networkcommand shouldfo display a random sample of 200 patches from the datasetpatches sampleIMAgES;display_network(patches(:, randi(size(patches, 2), 204, 1)), 8)%为产生一个204维的列向量,每一维的值为0~10000curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod5/57train.m/v%中的随机数,说明是随机取204个 patch来显示%o Obtain random parameters thetatheta= initializeParameters ( hiddenSize, visibleSize)%%=============三三三三====================================97 STEP 2: Implement sparseAutoencoder CostYou can implement all of the components (squared errorcost, weight decay termsparsity penalty) in the cost function at once, butit may be easier to do%o it step-by-step and run gradient checking (see STEP3 after each stepWecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod6/57train. m vb suggest implementing the sparseAutoencoder Cost functionusing the following steps(a) Implement forward propagation in your neural networland implement the%squared error term of the cost function. Implementbackpropagation tocompute the derivatives. Then (using lambda=beta=(run gradient Checking%to verify that the calculations corresponding tothe squared error costterm are correctcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod7/57train. m vl(b) Add in the weight decay term (in both the cost funcand the derivativecalculations), then re-run Gradient Checking toverify correctnessl (c) Add in the sparsity penalty term, then re-run gradiChecking toverify correctnessFeel free to change the training settings when debuggingyour%o code. (For example, reducing the training set sizecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod8/57train m vl/number of hidden units may make your code run fasterand setting betaand/or lambda to zero may be helpful for debuggingHowever, in yourfinal submission of the visualized weights, please useparameters web gave in Step 0 abovecoS七grad]sparseAutoencoderCost(theta, visibleSize,hiddensize, lambda,sparsityParam, beta,patches)二〓二二二二二二二〓二〓二〓二〓=二====〓=curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod9/57train.m vlll96% STeP 3: Gradient CheckingHint: If you are debugging your code, performing gradienchecking on smaller modelsand smaller training sets (e. g, using only 10 trainingexamples and 1-2 hiddenunits) may speed things upl First, lets make sure your numerical gradient computationis correct for a%o simple function. After you have implemented computeNumerun the followingcheckNumericalGradientocurer:YiBinYUyuyibintony@163.com,WuYiUniversityDeep Learning, MATLAB Code for Sparse Autoencode10/57
    2020-12-05下载
    积分:1
  • 基于MATLAB的三相异步电机转速调节的计算机仿真
    介绍了三相异步电机的结构和原理,以及几种常见的交流调速系统,并着重阐述了调压调速系统。通过对调压调速系统各模块的分析,利用Matlab/Simulink建立了三相异步电机调压调速系统开环和闭环模型,得出了两种情况下的仿真结果,并对结果进行了分析、比较。本次仿真运用了软件中许多现成的模块,并将实验中所建模块封装起来,以便下次使用。使用时只需调出所需模块并置入相应的电机参数,就可方便地进行仿真,而且仿真的各变量结果可靠、稳定,证明该模型具有快捷、灵活、方便、直观等一系列优点。通过对三相异步电机的调压调速系统的仿真,验证了建模方法的有效性,并为以后在此基础上进行其他电机或调速系统研究提供了借鉴和方便
    2020-12-11下载
    积分:1
  • IEEE9,14,30,39节点系统(包含.psc和.pscx文件,已调试好)—pscad.zip
    IEEE9/14/30/39节点系统模型(包含.psc和.pscx两个版本文件,已调试好),PSCAD模型。拿来就可直接用。
    2020-12-10下载
    积分:1
  • 基于TDOA定位算法源代码
    关于无线传感网络TDOA定位算法的一种。。。我的算法是基于三维定位的。。目前大都基于二维定位
    2021-05-06下载
    积分:1
  • STC12C5A60S2_空气检测烟雾报警器(内含原理图、PCB、单片机源代码、上位机(C#)源代码、实物照片)_1802
    1.使用印制电路板2.led屏采用LCD1602液晶显示屏3.使用STC12C5A60S2单片机,通过自身的串口1和电脑进行串口通讯4.LCD液晶屏显示当前的控制质量值,超过上限报警5.使用单片机自身的存储装置存储上限报警值6.报警为声光报警7.上位机将传感器的示数存储到并且显示,同时具有设置上限报警示数的功能,即采集的文字显示,设置报警系统上限的功能,界面单一8.板子上的按键可以设置报警的上限9.报警发送短信!
    2021-05-07下载
    积分:1
  • MATLAB SIMULINK通信系统建模仿真实例讲解 中DS_CDMA通信系统 代码
    MATLAB SIMULINK通信系统建模仿真实例讲解 中DS_CDMA通信系统 代码
    2020-12-01下载
    积分:1
  • TTL——RS485双向透传电路
    【实例简介】TTL——RS485双向透传
    2021-06-16 00:31:14下载
    积分:1
  • 学术海报模板5种
    内含5种学术海报pptx格式模板,每种包含3个版式,36*36英寸(正方形),36*48英寸(竖版),48*36英寸(横板),共计15个文件。ps:36英寸=91.44 厘米,48英寸=121.92 厘米
    2020-12-10下载
    积分:1
  • 眼底相机(眼科设备)DICOM文件
    某知名厂商的眼底相机图像的DICOM文件,共4个
    2020-12-10下载
    积分:1
  • java调用电脑摄像头拍照例子
    Java调用电脑摄像头拍照实现例子,运用的是开源项目webcam-capture实现的;详情看这里:https://blog.csdn.net/qq_22078107/article/details/85927626
    2020-12-05下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载