-
65520803trace
说明: 五种飞行轨迹,轨迹中包含各种飞行姿态,适合初学者。(Five Kinds of Flight Trajectories)
- 2020-06-23 18:40:01下载
- 积分:1
-
ti-adc
说明: 介绍很细致的中文版ti教程,详细介绍了ADC的应用(Introduced the Chinese version of a very detailed tutorial ti, detailing the application of ADC)
- 2011-03-31 11:38:17下载
- 积分:1
-
matlab-gui
matlab gui实现三维图形的旋转,平移及缩放(matlab gui to achieve rotation, translation and scaling of 3D graphics)
- 2012-11-02 20:10:59下载
- 积分:1
-
EDMA-API
说明: 关于DSP的EDNA使用寄存器和相关API函数的总结资料,EDMA是在DMA上发展起来的一种传输方式,它拥有DMA传输的全部特性,除了具有DMA后台操作(即不占用CPU的时钟),高吞吐率等特点外,EDMA比DMA通道的功能
更加强大(EDNA on the use of registers and DSP-API functions related to the summary information, EDMA is developed on a DMA transfer method, it has all the characteristics of DMA transfers, in addition to DMA background operation (ie, do not take up CPU clock), high throughput characteristics outside, EDMA DMA channel than the more powerful)
- 2011-03-28 10:40:04下载
- 积分:1
-
dsPIC_flash
dSPIC33FJ64GP706 PIC芯片对内置FLASH进行读写数据操作。(DSPIC33FJ64GP706 PIC chip to read and write data with a built-in FLASH.)
- 2016-03-01 17:23:12下载
- 积分:1
-
LLLComplexity
LLL algorithm with its complexity
- 2015-05-11 21:53:32下载
- 积分:1
-
通信编码
说明: lbc_example:未编码的BPSK调制的性能(理论计算与仿真)、重复码硬判决的性能
lbc_example_SD: 未编码的BPSK调制的性能(理论计算)、重复码硬判决的性能、重复码软判决的性能
lbc_example_SD_EbNo:lbc_example_SD中的性能,并且进一步考虑了码率不同时,对于信道的SNR值进行归一化,以Eb/No = SNR/(2*R)为横坐标时的比较结果
lbc_example_Hamming_EbNo:汉明码,硬判决译码的性能(Lbc_example: Performance of uncoded BPSK modulation (theoretical calculation and simulation), performance of duplicate code hard decision
Lbc_example_SD: Performance of uncoded BPSK modulation (theoretical calculation), performance of hard decision of duplicate code, performance of soft decision of duplicate code
The performance of lbc_example_SD_EbNo: lbc_example_SD is considered, and the SNR value of channel is normalized when the bit rate is different. The comparison results are obtained when Eb/No = SNR/(2*R) is the abscissa coordinate.
Lbc_example_Hamming_EbNo: Hamming Code, Performance of Hard Decision Decoding)
- 2019-04-24 14:02:35下载
- 积分:1
-
Suzuki_grad
Suzuki信道仿真,用于多路径信道衰落.综合大尺度衰落和小尺度衰落.可用来仿真频率选择性衰落以及时间选择性衰落.(Suzuki channel simulation for multi-path fading channel. Integrated large-scale fading and small-scale fading. Can be used to simulation of frequency selective fading and time selective fading.)
- 2020-12-03 10:59:24下载
- 积分:1
-
Copy-of-SpaceVector-test
DSP矢量控制算法程序,TIDSP28335,解释详细。(SPVWM TI DSP28335)
- 2020-07-21 11:38:46下载
- 积分:1
-
bpsk_Awagn_Rayleigh
说明: 实现了一个直接扩频系统,使用BPSK作为调制解调方法。并比较白噪声AWGN及瑞利衰落(rayleigh fading)环境下,误码率的影响。(There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performance is stored in BER_awgn.
5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file.
6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable.
7] Run the simulation.
To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray
>>semilogy([1:8],BER_awgn(1:8), g* )
hold on
semilogy([1:8],BER_ray(1:8), -.b* )
hold on
grid on )
- 2010-03-22 23:11:17下载
- 积分:1