搜索资源列表
rfid_model
- A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system model,such as phase noise of the local oscillator,TX-RX
simulation.example.with.matlab
- We simulate uncoded BER of BPSK modulated data as a function of SNR -in an AWGN channel -in a Rayleigh fading channel -in an AWGN channel when direct sequence spreading is used and compare results to the theoretical ones. We assum
BPSK_Probability_of_Error_in_AWGN
- BPSK probability of error in AWGN matlab code
mobile_communictin
- gsm mobile communication channel awgn
noise
- This matlab file is used to generate noise signal which is added to the transmitted signal in an AWGN channel. Based on the SNR value the power of the noise is determined.
MFSK_AWGN_CONV
- this is matlab simulink simulation. it implies m-ary FSK with convolutional coding under AWGN channel.
fading
- 本程序是移动通信中多径衰落信道的Matlab仿真,对移动通信中的瑞利信道、高斯白噪声信道、伦琴信道给出了simulink的系统模型,并在MATLAB中编写程序仿真。-This program is used for simulating the multi-path fading channel in mobile communication. The simulation tool is matlab. Rayleigh fading model,AWGN model and Rician f
mimo
- 多输入多输出系统在加性高斯白噪声信道下的信道容量-MIMO AWGN
MSKsystem
- 这是我做专业方向设计的设计报告,信道采用AWGN Channel,用Matlab中的Simulink进行仿真。其中有详细的设计过程及各模块、实验结果额分析。-This is what I did the direction of the design professional design report, the channel with AWGN Channel, using Matlab' s Simulink simulation. Including the detailed de
M-DPSK
- MDPSK在AWGN,瑞利等信道下的性能仿真比较-MDPSK in AWGN, Rayleigh and other channels compared the performance of simulation
GSMTCHFS
- GSM系统卷积码和交织编码在突发信道和AWGN信道误码特性及其比较-GSM system convolutional code and interleaved coded in the emergency channel and AWGN channel error characteristics and comparison
GSM
- GSM系统卷积码和交织编码在突发信道和AWGN信道误码特性-GSM system convolutional code and interleaved coded in the emergency channel and AWGN channel BER performance
uncodedBER
- the file which is uploaded is the uncoded systtem technique which we simulated. it gives the BER vs Snr curve.The un-coded system is simulated is by using randomly generated numbers and it s passed over the AWGN channel.the output of the matlab file
AWGN-and-Rayleigh-fading-channels
- cdma系统在AWGN和瑞利信道下的性能分析,matlab实现-cdma systems in AWGN and Rayleigh channel performance analysis, Matlab implementation
BER-simulation-for-BPSK-with-AWGN
- With this matlab codes one can simulate BER for BPSK Modulation with added noise in various steps
AWGN
- AWGN channel in matlab simulation
matlab-awgn
- 这是学习matlab通信系统编程中,添加噪声比较好的说明,请详细阅读!-matlab communication system
MATLAB
- awgn noise and circular convolution in matlab using rayleign channel
awgn白噪声添加方法
- 在matlab中无论是wgn还是awgn函数,实质都是由randn函数产生的噪声。即:wgn函数中调用了randn函数,而awgn函数中调用了wgn函数。(The principle of AWGN adding white noise)
基于MATLAB的ASK调制解调实现讲解
- 基于MATLAB的ASK调制解调实现讲解.利用Matlab语言实现数字频带系统仿真,实现ASK调制和解调,信道为AWGN信道,画出调制信号、已调信号的时域波形图与频谱图。