资源列表
GY_VC_RS232-I2C
- GY I2C适配器通信程序, 测试通过。-GY I2C communication program
add_Cpo
- To add an arbitrary frequency offset
Scenario_RamdomFemto_Macro_User
- 异构无线网络中随机生成宏基站与小基站场景的代码-Heterogeneous wireless networks randomly generated macro base station and the small base station scene code
Alamouti_scheme_2x2
- MATLAB Alamouti程序 2根发送天线,2根接收天线的Alamouti-MIMO的MATLAB程序,其中包括完整的PSK调制,Alamouti编码,信道估计等)-MATLAB Alamouti procedures 2 send antenna, 2 receive antenna Alamouti-MIMO MATLAB program, which includes the complete PSK modulation, Alamouti coding, channel esti
ofdm
- MIMO-OFDM系列的程序,ofdm原理与误码率统计的程序设计代码。-MIMO-OFDM series of procedures, OFDM principle and error rate statistics program design code.
rs_encoder
- 本程序是在matlab下编写的符合CCSDS标准的RS编码程序。包含一个.m文件。-This procedure is in line with the matlab prepared CCSDS standard RS coding procedures. It contains a .m file.
ADIsimPLL_V4_1_03_setup
- 最新的锁相环仿真工具,集成了ADI和HITTIC两大PLL厂家所有的器件库,可以为设计工程师提供大量仿真的参考。-The new design tools for PLL
ping_host
- check ping 主机是否能通.利用python 语言。-check ping some host 。use python language
shuzidianzizhong
- 电子技术基础课程设计题目 数字电子钟详细资料 实验图 实验报告-Fundamentals of Electronic Technology Course Design Title Digital Electronic Clock Details Experimental Diagram Experimental Report
PV_MPPT
- 个人做的光伏电池最大功率点跟踪模型(PV-MPPT),亲测可用,需要自取。-PV-MPPT Model, Permissible Model, Demand Self- Retri .
epsk
- 实现epsk调制的一段代码,在此分享给大家,共享吧。-epsk mod code give you!
mmsp
- 前后向平滑算法:算法的原理很简单,以五点三次平滑为例。取相邻的5个数据点,可以拟合出一条3次曲线来,然后用3次曲线上相应的位置的数据值作为滤波后结果。简单的说就是 Savitzky-Golay 滤波器 。只不过Savitzky-Golay 滤波器并不特殊考虑边界的几个数据点,而这个算法还特意把边上的几个点的数据拟合结果给推导了出来。-Before and after the smoothing algorithm: the principle of the algorithm is very s