-
tabusearch
metlab求解的禁忌搜索算法,求解的实例在有效的时间范围内可得。(Solving metlab taboo search algorithm for solving the example in the effective time frame available.)
- 2009-06-09 10:09:44下载
- 积分:1
-
雷达信号处理的MATLAB仿真
说明: 对脉冲压缩雷达信号处理部分进行matlab仿真。实现脉冲压缩雷达的信号处理主要由A/D采样、正交解调、脉冲压缩、视频积累、恒虚警处理等功能来完成。因此,编写出脉冲压缩雷达信号处理的仿真模型。(The signal processing part of pulse compression radar is simulated by MATLAB. The signal processing of pulse compression radar is mainly completed by a / D sampling, orthogonal demodulation, pulse compression, video accumulation, CFAR processing and other functions. Therefore, the simulation model of pulse compression radar signal processing is compiled.)
- 2020-03-28 17:21:13下载
- 积分:1
-
附件3:STM32F10xxx编程参考手册2010%28中文%29
开发芯片的详细资料,中文版的。使用性比较强,自己保存可以多看看具体的时序。(The details of the development chip, the Chinese version.)
- 2018-07-24 22:17:06下载
- 积分:1
-
windows_and_office_genuine_iso_verifier
说明: windows and office genuine iso
- 2020-06-23 23:20:01下载
- 积分:1
-
The help files in Windows API function has about 774, divided into twelve catego...
本帮助文件中的Windows API 函数大约有774个,共分十二大类,基本上包括了大部分的常用和非常用的Windows API 函数。-The help files in Windows API function has about 774, divided into twelve categories, basically most of the commonly used and very used to Windows API functions.
- 2022-10-18 02:30:03下载
- 积分:1
-
frmStore.designss
hill climbing can be applied to the travelling salesman problem.
- 2020-06-25 02:40:01下载
- 积分:1
-
VB6.0检测笔记本电池使用状态
VB6.0检测笔记本电池使用状态,check Battery源代码,需要在笔记本电脑上运行才可准确检测出电池的各个状态包括剩余电量、续航时间等,源代码易懂,简单开源,VB6.0直接编译运行,记着拷贝到笔记本电脑上运行哦。
- 2022-03-23 00:29:17下载
- 积分:1
-
Transformer program
Transformer design program
- 2020-06-20 18:00:01下载
- 积分:1
-
代码用Verilog可发现中值写作。用一个C++文件看…
A code writing by Verilog which can find medium value. With a C file to see the simulation results. A co-design example of C and Verilog.
- 2022-10-23 17:50:08下载
- 积分: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