Description: OFDM中的关于快速傅立叶变换的个人设计的MATLAB的算法,比较经典的 !-OFDM on the Fast Fourier Transform personal design MATLAB algorithm, more classic! Platform: |
Size: 20480 |
Author:yeyue |
Hits:
Description: 关于信道估计的程序,用MATLAB实现,包括导频的插入提取,FFT/IFFT ,循环前缀的加入提取-on channel estimation procedures, using MATLAB, including Pilot insertion extraction, FFT/IFFT, cyclic prefix to join the extraction, etc. Platform: |
Size: 549888 |
Author:田永毅 |
Hits:
Description: 对ofdm系统进行仿真,包括信源、信道、串并变换和并串变换,FFT和IFFT变换等,以及对误码率的考虑。-Simulation of the OFDM system, including source, channel, and to transform and string, and strings Transform, FFT and IFFT transform, as well as on the bit error rate considerations. Platform: |
Size: 2048 |
Author:阿妹儿 |
Hits:
Description: ofdm 仿真的程序,包括参数定义,fft,ifft,调制解调等源码,很好用啊!-OFDM simulation procedures, including the definition of parameters, fft, ifft, modulation and demodulation, such as source code, with very good ah! Platform: |
Size: 4096 |
Author:zhangweijin |
Hits:
Description: OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵
共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量
在0,N/2点必须是实数 一般选为0
1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI
clc
close all
clear all
figure(1)
n=160
for i=1:n
data(i)= 2*round(rand)-1
end
create modulated BPSK signal
first expand the bit stream
exdata=[]
for i=1:length(data)
for rep=1:5
exdata= [exdata data(i)]
end
end
ts=.1
t=1:ts:80.9
carrier=cos(pi*t)
multiply expanded bitstream by cosine wave with carrier frequency
this is the BPSK that is to be transmitted over the channel
bpsk=carrier.*exdata
bpsk=[bpsk(length(bpsk)-1) bpsk(length(bpsk)) bpsk]
plot(bpsk)
generating the noise
p=rand(1,800)*2*pi
p=rand*2*pi
snr=10
r=sqrt(-1*(1/snr*log(1- rand)))
no = 5*(r.* exp(j*p))
no = (r.* exp(j*p))
value of alpha
al=rand+j*rand
al=1
Spreading channel with the alpha as the variable
for k=5:5:795
for l = 1:5
al=round(rand)+j*round(rand)
rec(k+l)=bpsk(k+l)+al*bpsk(k-5+l)
end
end
rxdata=rec+ no
begin demodulation
first multiply recie Platform: |
Size: 6146048 |
Author:卞敏捷 |
Hits:
Description: 一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模
块,并统括系统性能的仿真验证了系统设计的可靠性。
-A relatively complete simulation of the OFDM communication system design, including coding, modulation, IFFT, frequency up and down, Gaussian channel model, FFT, PAPR suppression, a variety of synchronization, demodulation and decoding block mode , and system performance omnibus simulation to verify the reliability of system design. Platform: |
Size: 37888 |
Author:LX |
Hits:
Description: 这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。
-This is a relatively complete simulation of OFDM communication system design, including coding, modulation, IFFT, the upper and lower frequency, Gaussian channel model, FFT, PAPR suppression, a variety of synchronization, demodulation and decoding module, and system performance omnibus simulation of the system reliability. Platform: |
Size: 22528 |
Author:王国伟 |
Hits:
Description: 本代码是关于多天线技术空时块编码的通信系统仿真源程序,其中包括QPSK调制,QPSK解调,FFT,IFFT,STBC等模块,并给出误码率计算和性能仿真图。-The code is on the multi-antenna space-time block coding techniques of communication system simulation source code, including QPSK modulation, QPSK demodulation, FFT, IFFT, STBC and other modules, and gives the bit error rate and performance simulation map. Platform: |
Size: 12288 |
Author:songji |
Hits:
Description: OFDM下行的仿真1、产生要传输随机数;
2、进行调制;
3、串并转换;
4、进行IFFT操作(代码中有用到共轭对称向量的IFFT为实数进行简化计算);
5、增加循环前缀;
6、并串转换;
7、输出前滤波;
8、增加信道噪声(加性高斯白噪声);
9、接收端串并转换;
10、去除循环前缀;
11、进行FFT变换;
12、信号解调;
13、误比特率计算;
-OFDM downlink simulation 1, have to be transmitted random number 2, the modulation 3 series and transforms 4, the IFFT operation (code useful to conjugate symmetric vector of the IFFT of real numbers to simplify calculations) 5, the increase in circulating prefix 6, and string conversion 7, the output before the filter 8, increased channel noise (additive white Gaussian noise) 9, the receiver string and conversion 10, removal of cyclic prefix 11, the FFT transform 12 , the signal demodulation 13, bit error rate Platform: |
Size: 112640 |
Author:刘洋 |
Hits:
Description: 用MATLAB对OFDM进行仿真,做ofdm仿真很简单,产生一个序列,用ifft转换到时域,加上噪声,再用fft转换到频域,比较下,计算误码-OFDM simulation using MATLAB, do ofdm simulation is very simple to generate a sequence, use ifft into the time domain, plus noise and then converted to the frequency domain fft A comparison of computing error Platform: |
Size: 3072 |
Author:何裴 |
Hits:
Description: 这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,
上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模
块,并统括系统性能的仿真验证了系统设计的可靠性。(This is a relatively complete OFDM communication system simulation design, including coding, modulation, IFFT,
Up and down frequency conversion, Gauss channel modeling, FFT, PAPR suppression, all kinds of synchronization, demodulation and decoding
Block, and overall system performance simulation of the system reliability.) Platform: |
Size: 40960 |
Author:包子君
|
Hits:
Description: 这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,
上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模
块,并统括系统性能的仿真验证了系统设计的可靠性。(This is a relatively complete OFDM communication system simulation design, including coding, modulation, IFFT,
Up and down frequency conversion, Gauss channel modeling, FFT, PAPR suppression, all kinds of synchronization, demodulation and decoding
Block, and overall system performance simulation of the system reliability.) Platform: |
Size: 38912 |
Author:cc12
|
Hits: