-
time-frequence-application
详细讲解信号处理的pdf,里面包含了FFT,小波,希尔伯特-黄变换等内容,是信号处理方面很好的参考资料(Explain in detail the signal processing pdf, which contains the FFT, wavelet, Hilbert- Huang Transform, etc., is a good reference for signal processing, data)
- 2011-09-06 16:28:07下载
- 积分:1
-
SNACCDLL
SNACC1.7 C++的动态库,可以做BER PER编码的库(SNACC1.7 C++ Of dynamic libraries, you can make BER PER encoding library)
- 2008-01-29 10:43:23下载
- 积分:1
-
example_bpnetronetwork
BP算法例子:用一个五层的神经网络去逼近函数(example_bpnetronetwork_5layers)
- 2009-11-20 19:01:54下载
- 积分:1
-
LMS_test
Hello everybody,I am MAO,I am studying Least mean square algorithm right now.
- 2015-03-04 11:39:23下载
- 积分:1
-
Matlab-senior-notes(4)
Matlab高级讲义-控制系统的分析方法(Matlab senior notes- control system analysis)
- 2011-12-24 21:13:56下载
- 积分:1
-
lab7
说明: 计算方法的上机编程题,计算方法的上机编程题。计算方法的上机编程题(Method of calculation-on programming problems, the calculation-on programming problems. Programming-on method of calculation problems)
- 2010-03-24 23:09:20下载
- 积分:1
-
Chapter8
MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
- 2009-01-02 11:22:02下载
- 积分:1
-
Chap1
雷达系统设计的 matlab仿真,matlab仿真雷达信号
(Matlab simulation of the radar system design, Matlab simulation radar signal)
- 2012-06-06 21:40:37下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
PMSM
这个是永磁同步电机矢量控制系统仿真,仿真结果正确,可以在空载、加载下很好的跟踪转速给定值。(This is a permanent magnet synchronous motor vector control system simulation, simulation results are correct, you can no load, a very good track speed setpoint under load.)
- 2014-08-22 09:45:45下载
- 积分:1