登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:matlab
  2. 代码类别:通讯编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. gelei_Untitled

  降低PAPR编码方法中的格雷码仿真程序,能仿真出结果。仿真参数为:子载波数目N=16,BPSK调制,过采样因子w=16,(Reduce the PAPR coding method of Gray code emulator, simulation results. The simulation parameters: number of subcarriers N = 16, BPSK modulation over-sampling factor w = 16,)

27
下载
140
浏览
2021-02-20发布

2. tensor-decomposition

  基于特征函数的张量分解相关代码,结合“lm”,“als”等很多算法。 主要用于处理欠定MIMO系统识别(Based on the characteristic function of the tensor decomposition of the relevant code, combined with the " lm" , " als" and many other algorithms. Mainly used for underdetermined MIMO system identification process)

106
下载
154
浏览
2021-02-20发布

3. qpsk-RRC

  qpsk的仿真以及根升余弦滤波器成形另外有误比特率的比较(qpsk simulation and shaping the root raised cosine filter)

26
下载
147
浏览
2021-02-20发布

4. viterbi

  viterbi coding decoding program

8
下载
108
浏览
2021-02-19发布

5. 跳频仿真

  MATLAB跳频仿真源代码,展示了整个跳频通信过程,包括信号源产生、2FSK调制、跳频扩频、跳频解调、2FSK解调、抽样判决、恢复原始信号过程,适合初学者(MATLAB frequency hopping simulation source code, showing the entire frequency hopping communication process, including signal source generation, 2FSK modulation, frequency hopping spread spectrum, frequency hopping demodulation, 2FSK demodulation, sampling decision, restoration of original signal process, suitable for beginners)

47
下载
258
浏览
2021-02-14发布

6. CST-Matlab

  本程序可以从CST中提取参数并后处理,可以完成多种数据后处理的科学计算功能(You can extract parameters from CST and process them later)

56
下载
294
浏览
2021-02-12发布

7. 12493618_EIbPLiNcTreXgYmkQDgYYXpEi

说明:  利用叠加法pm谱,生成三维海浪波形的源程序,输入风级数,频率数和角度数得到该风级下的海浪波形;(Using the superposition method PM spectrum, the source program of three-dimensional wave waveform is generated, and the wave waveform under the wind level is obtained by inputting the number of wind level, frequency and angle;)

2
下载
177
浏览
2021-02-09发布

8. D2D3

说明:  D2D信道分配仿真,算法有启发式算法,最优算法等,仿真介入D2D对随干扰门限的变化等。(D2D channel allocation simulation, algorithm has heuristic algorithm, optimal algorithm and so on, simulation involves the change of D2D pair with interference threshold and so on.)

9
下载
238
浏览
2021-02-09发布

9. Polynomial_Pre_with_Saleh

说明:  该程序给出了利用Saleh模型进行功率放大器预失真的过程.(The program gives the power amplifier pre-distortion with Saleh models.)

0
下载
196
浏览
2021-02-06发布

10. ofdm--yasuo

  OFDM 自适应算法能够根据信道的状况进行比特和功率的分配,能够有效的降低误码率.本程序综合了迭代注水算法,CHOW算法,FISHER算法,H-H算法,以及自己改进的迭代注水算法程序,并进行了对比,改进的算法在有效性与迭代注水算法基本相近,但复杂度和实际应用性都更强,值得参考。(OFDM adaptive algorithm make the bit and power allocation according to the status of the channel .It can effectively reduce the error rate.This program combines iterative algorithm, water injection CHOW algorithm, FISHER algorithm, the algorithm of H- H,as well as their improved iterative allocation algorithm procedures.And has carried on the contrast, the improved algorithm in effectiveness and iterative allocation algorithm basic similar, but the complexity and practical applications were stronger with worthy of reference.)

182
下载
240
浏览
2021-02-06发布

11. 《Matlab基础及其应用教》清晰版PDF

说明:  matlab基础入门,适合新手学习matlab基础操作与功能(Introduction to matlab)

1
下载
223
浏览
2021-02-04发布

12. QPSK定时同步代码,采用Gardner定时同步算法 qpsk_demod

  QPSK定时同步代码,采用Gardner定时同步算法,Farrow插值算法(QPSK timing synchronization code, using Gardner timing synchronization algorithm, Farrow interpolation algorithm)

48
下载
311
浏览
2021-02-03发布

13. main_OFDM

说明:  LTE ofdm编码调制解调仿真,平台为matlab(Simulation of OFDM coded modulation and demodulation)

2
下载
118
浏览
2021-02-02发布

14. auto_filter

说明:  自适应滤波器作为一种现代滤波器,在通信领域有着广泛的应用. 阐述了LMS以及RLS自适应滤波器的相关原理及其在通信系统去噪中的应用,并用MATLAB对自适应滤波器的去噪结果进行了相应的仿真,仿真结果直观地体现了自适应滤波器的去噪性能。 本文对自适应滤波器系统进行剖析,基于QPSK调制后的信号,并对该信号加工成为不同信噪比如SNR=0Db、SNR=5dB、SNR=10dB的信号,进行了两种分别基于LMS自适应滤波和RLS自适应滤波的操作。并对添加了有色高频噪声等加噪处理来模拟通信过程中的实际应用环境,测试所设计的低通滤波器对于噪声信号的滤波性能,并对结果进行分析总结。(As a modern filter, adaptive filter has a wide range of applications in the field of communication. This paper expounds the relevant principles of LMS and RLS adaptive filter and their applications in the de-noising of communication system, and simulates the de-noising results of adaptive filter with MATLAB. The simulation results directly reflect the de-noising performance of adaptive filter. In this paper, the adaptive filter system is analyzed, based on the QPSK modulated signal, and the signal is processed into different signal-to-noise, such as SNR = 0dB, SNR = 5dB, SNR = 10dB signal. Two kinds of operation are carried out based on LMS adaptive filtering and RLS adaptive filtering respectively. In order to simulate the practical application environment in the communication process, we add colored high-frequency noise to test the filtering performance of the designed low-pass filter for noise signal, and analyze and summarize the results.)

7
下载
158
浏览
2021-02-01发布

15. sqrcm

  平方根升余弦脉冲滤波器设计方法及演示 sqrcm(Square root raised cosine the pulse filter design methods and demonstrates sqrcm)

13
下载
194
浏览
2021-02-01发布

16. Noma-master

说明:  程序中比较了NOMA和OFDMA在容量方面,附带一篇论文,讲的比较详细(The program compares noma and OFDMA in terms of capacity, with a paper, more detailed)

6
下载
182
浏览
2021-01-30发布

17. ofdm_cp

  对ofdm不同cp长度下系统性能的分析(Performance analysis of OFDM systems with different CP lengths)

2
下载
146
浏览
2021-01-29发布

18. ofdm_cp

说明:  对ofdm不同cp长度下系统性能的分析(Performance analysis of OFDM systems with different CP lengths)

10
下载
113
浏览
2021-01-29发布

19. matlab-DTMB

  这是DTMB标准的发送对的MATLAB建模,包括多种信道模型和多种调制方式,可以进行灵活切换。(This is the DTMB standard to send the MATLAB modeling, including a variety of channel models and a variety of modulation, can be a flexible switch.)

148
下载
112
浏览
2021-01-29发布

20. main1MAX

  终端直通技术,cellular用户同D2D用户间的资源分配(Device-to-Device,resource allocation)

210
下载
153
浏览
2021-01-27发布