-
clutter_gui - 机载
雷达杂波仿真,雷达杂波干扰类型仿真,列如地海杂波的仿真和建模等,有源干扰无源干扰的类型仿真和建模,雷达杂波模拟的方法法人研究等仿真代码都有。(Radar clutter simulation, radar clutter type simulation, such as sea clutter simulation and modeling, active jamming and passive jamming type simulation and modeling, radar clutter simulation method of legal person research and other simulation code.)
- 2020-11-22 11:09:34下载
- 积分:1
-
RBFPMSM
说明: RBF神经网络控制的永磁同步电机,FOC矢量控制双闭环,在速度环用神经网络控制(The permanent magnet synchronous motor (PMSM) controlled by RBF neural network, double closed-loop by FOC vector control and neural network control in speed loop)
- 2020-12-21 10:29:08下载
- 积分:1
-
陷波
说明: 使用自适应限波技术对干扰进行抑制并对抑制效果进行仿真验证(The interference is suppressed by adaptive wave limiting technology)
- 2020-11-15 21:09:41下载
- 积分:1
-
Java EJB简单例子
Java EJB简单例子,这是HelloWorldBean的Home接口,它是EJB对象的生成库,无状态会话(将在下一个实例中具体讲解)Bean,这个接口是客户端与EJB对象相互作用的中间途径,通过Client触发调用Bean方法:
try {
//取得初始化属性jndiContext,它是连接JNDI树的起始点
InitialContext jndiContext = new InitialContext(properties);
//取得Home对象的引用
Object ref = jndiContext.lookup("HelloWorldHome");
HelloWorldHome home = (HelloWorldHome)
PortableRemoteObject.narrow (ref, HelloWorldHome.class);
//用EJB生成库Home生成EJB对象
HelloWorld hello= home.create();
//调用EJB对象方法printHelloWorld(),EJB对象把调用委派给Bean
System.out.println (hello.printHelloWorld());
}
- 2022-07-20 22:16:54下载
- 积分:1
-
FPGA
基于FPGA的DDS算法的实现,已经通过FPGA的后端仿真实现-FPGA-based algorithm cordic, has passed the back-end FPGA simulation
- 2022-03-25 06:45:04下载
- 积分:1
-
AM
说明: 对信号进行AM调制,加噪声后带通滤波并解调(AM Modulation and Demodulation of Signals)
- 2021-04-03 16:59:06下载
- 积分:1
-
作者自己编写的应用计算机串口同三菱fx系列plc通信的源程序
作者自己编写的应用计算机串口同三菱fx系列plc通信的源程序-prepared by the author himself computer serial port with Mitsubishi fx series plc communications source
- 2022-10-13 15:35:03下载
- 积分:1
-
deque
deque自己写的具体实现,一些可能用到的功能没有给出,不当之处还请大家完善(deque realize,some fuctions)
- 2020-06-20 12:40:02下载
- 积分:1
-
时间反转镜
matlab实现时间反转镜的小程序~~~~~~~~~~~~~~~~~~~~(Realization of TRM using matlab)
- 2021-02-16 18:09:47下载
- 积分:1
-
riccati传递矩阵法计算转子不平衡响应
求转子的不平衡响应,以及用传递矩阵法求出转子的临界转速。(Finding the Unbalanced Response of Rotor)
- 2019-05-23 20:23:57下载
- 积分:1