-
Lfm的matlab实现方法
说明: LFM线性调频波的matlab实现方法,并附上几种常用算法。(The Matlab implementation method of LFM chirp is accompanied by several commonly used algorithms.)
- 2020-12-13 11:09:17下载
- 积分:1
-
ModbusRTU_attiny44
MODBUS RTU using Attiny44 from Atmel
- 2013-08-30 22:21:27下载
- 积分:1
-
xianfu
PAPR抑制主要有SLM,PTS以及限幅法,主要对限幅法进行仿真,对比不同限幅阈值的限幅效果(PAPR suppression mainly includes SLM, PTS and amplitude limiting method. It mainly simulates the amplitude limiting method and compares the amplitude limiting effect of different amplitude limiting threshold.)
- 2018-08-25 00:03:23下载
- 积分:1
-
VUMAT Hashin 3D parametric degradation
VUAMT-Hashin三维参数退化渐进损伤程序(VUAMT-hashin 3D for FRP analysis)
- 2021-02-01 15:10:00下载
- 积分:1
-
paper4
Wireless Information and Energy Transfer for Two-Hop Non-Regenerative MIMO-OFDM Relay Networks
- 2015-02-23 16:32:36下载
- 积分:1
-
GB28181_摄像机模拟工具
说明: 可以同时模拟多个GB28181摄像头。 用于GB28181平台的压力测试(Multiple gb28181 cameras can be simulated at the same time. Pressure test for gb28181 platform)
- 2021-03-02 17:29:34下载
- 积分:1
-
非规则LDPC码在AWGN信道下的性能仿真
非规则LDPC码在AWGN信道下的性能仿真,码长1024,码率0.5,调制方式QPSK(simulation of LDPC codes in AWGN channel)
- 2020-06-28 18:20:01下载
- 积分:1
-
MobileDevelopersGuideToTheGalaxy
Mobile Developers Guide To TheGalaxy
移动开发阐述,对比了当前市面上流行的多种移动平台j2me, iphone, symbian, android, palm等等,让你了解移动开发,并决定在项目中使用哪一种平台.(Mobile Developers Guide To TheGalaxy
Mobile development guide, with which you can decide which platform you can use for your project, j2me, iphone, symbian, android, palm or other else.)
- 2009-10-30 17:33:24下载
- 积分:1
-
ofdm
说明: 数据辅助定时同步算法T.Schmidl 和D.Cox,Park&Cheon和minn(Data-Assisted Timing Synchronization Algorithms T.Schmidl and D.Cox, Park&Cheon and Minn)
- 2020-11-30 16:59:28下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1