-
spwm
空间矢量控制 三相有源逆变/整流 输出波形还可以(svpwm control output is very good)
- 2017-09-19 11:06:20下载
- 积分:1
-
game
这是一款使用JSP编写的html游戏 供学习!(This is a game using JSP write the html for learning!)
- 2011-07-09 21:02:16下载
- 积分:1
-
H-ELM
Extreme Learning Machine for Multilayer Perceptron
- 2017-08-30 11:50:49下载
- 积分:1
-
Hp-Computing-Parallel-Computing
高性能并行计算
迟学斌 中国科学院计算机网络信息中心(High-performance parallel computing Chi Xuebin, Chinese Academy of Sciences Computer Network Information Center)
- 2013-03-13 11:07:20下载
- 积分:1
-
DFIG控制
基于matlab中的双馈式风力发电机组的建模与仿真,可实现机侧和网测的仿真(Modeling and Simulation of doubly-fed wind turbine based on Matlab can realize the simulation of generator side and network measurement)
- 2019-07-10 15:23:43下载
- 积分:1
-
使用VB开发的在MAPX中绘制移动基站扇区的代码
使用VB开发的在MAPX中绘制移动基站扇区的代码-The use of VB in the development of mobile base stations MAPX Drawing sector code
- 2022-01-28 13:28:25下载
- 积分:1
-
用 VB.net实现的打字练习源程序代码
用 VB.net实现的打字练习源程序代码-Realize using VB.net source code typing practice
- 2023-07-11 21:10:02下载
- 积分:1
-
TP.VST59S.PB813 ULTA
Led firmware useful for v59 board
- 2019-03-21 01:03:41下载
- 积分:1
-
RefProp7
一个关于物性计算的软件,能够计算出各种制冷剂的物性,而且有DLL文件供VB和Matlab调用,使用及其方便。(A calculation on the physical properties of the software can calculate various physical properties of refrigerants, and have DLL files for VB and Matlab call, use and convenience.)
- 2021-04-22 23:28:48下载
- 积分:1
-
EEPROM接口的FPGA实现
EEPROM接口的FPGA实现
工程说明
AT93C46在DI接收到读指令时,地址被解码,数据在DO引脚上串行输出。写周期是完全自主调时的,在写入之前不需要单独的擦除周期。本项目要求AT93C46完成读和写功能的混合功能。
案例补充说明
本案例要求实现一个AT93C46的接口能够根据命令,实现EWEN、WRITE和READ功能,在这里我们提供了具体的设计思路:
1. 上游模块在rdy=1时,给出start命令,开始进行EWEN、WRITE或者READ操作;在rdy=0期间,start命令无效。
2. 当start有效时,如果mode=0表示进行EWEN操作;mode=1表示进行WRITE操作;mode=2表示进行READ操作。
3. 当start有效时,addr和wdata有效。
4. 当进行EWEN操作时,将addr写入at93c46。
5. 当进行WRITE操作时,将addr和wdata写入at93c46。
6. 当进行READ操作时,将addr写入at93c46,并从at93c46读到数据,通过rdata和rdata_vld返回给上游模块。(FPGA implementation of EEPROM interface
Engineering description)
- 2017-08-01 16:44:23下载
- 积分:1