Welcome![Sign In][Sign Up]
Location:
Search - OFDM FFT

Search list

[matlabR14

Description: Ofdm-UWB的仿真模型图,适合7.0的版本,包含整个协议规定的系统,可以设置FFT的点数。-Ofdm-UWB simulation model map for the 7.0 version of the agreement include the entire system can be set FFT points.
Platform: | Size: 59392 | Author: 陈立琴 | Hits:

[Communication-MobileCE_OFDM

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:

[Other Embeded programFFT+qam

Description: 包含了FFT,qam等在5402上的实现-include FFT, such as QAM in 5402 on the realization
Platform: | Size: 201728 | Author: ug | Hits:

[Post-TeleCom sofeware systemsOFDMreceive

Description: 应用于无线通信的RS编码和OFDM调制源程序。64点FFT,19个子载波。调制输 出速率8K。-used in the wireless communications RS coding and OFDM modulation source. 64-point FFT, 19 sub-carrier. Modulation output rate of 8 K.
Platform: | Size: 561152 | Author: simon | Hits:

[Post-TeleCom sofeware systemsOFDMtransmit

Description: 应用于无线通信的OFDM解调和RS解码源程序。64点FFT,19个子载波。调制 输入速率8K。-used in wireless communications OFDM demodulator and decoder source RS. 64-point FFT, 19 sub-carrier. Modulation rate of 8 K importation.
Platform: | Size: 247808 | Author: simon | Hits:

[assembly languagebysjjimmy

Description: OFDM系统的C语言程序,其中少了IFFT及FFT部分(外网了随便搜下很多的^_^)-OFDM System C Programming Language, a minority of the FFT and IFFT some (external networks arbitrarily seized under a lot of ^ _ ^)
Platform: | Size: 29696 | Author: billy | Hits:

[Otherofdm

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:

[AlgorithmOFDM

Description: OFDM系统,自编的调制解调程序和FFT程序-OFDM systems, self-modulation demodulator FFT procedures and procedures
Platform: | Size: 5120 | Author: ununfre | Hits:

[Communicationofdm

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:

[Fax programofdm_fh

Description: 采用正交频分复用(OFDM)调制的跳频系统仿真模块,利用Simulink工具箱搭建。可更改跳频跳速,跳频频率数,载波频率,跳频间隔,FFT运算长度,循环前缀位数等相关参数。信道采用瑞利多径衰落信道和高斯信道,相关参数也可更改。希望有一定的参考价值,也希望站长开通我的下载功能,ID:gly201,非常感谢!-A simulation on Hopping Frequency communication system based on the OFDM technique.
Platform: | Size: 14336 | Author: gly | Hits:

[Software Engineeringofdm

Description: ofdm ifft/fft仿真,在真实环境下的信号流程-ofdm
Platform: | Size: 2048 | Author: zhang | Hits:

[Communication-MobileOFDMcode

Description: OFDM信号的编码译码仿真,英文说明更详细。-This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data. settings.m contains all the common settings to specify all the simulation parameters such as FFT size, number of carriers, input data source file, input and output WAV files, etc. See settings.m for more details. Note: The both the receiver and transmitter must have a copy of the input data file, as this is used for calculating the exact number of data words in the transmission. The scripts should work as extracted. Just run imagetx.m to generate the OFDM signal. Then run imagerx.m to decode the signal. The initial settings transmit a wave file Corrs.wav . The decoded OFDM data ( Out.wav ) can be compared with the original data by listening to the two wave files.
Platform: | Size: 59392 | Author: 以琳 | Hits:

[Otherofdm

Description: gnuradio下ofdm系统的python实现。包括收发路径,fft变换,标准的ofdm程序。-ofdm system under gnuradio achieve python. Including the transceiver path, fft transform, ofdm standard procedures.
Platform: | Size: 6144 | Author: wujian | Hits:

[Linux-Unixofdm-tge

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:

[Post-TeleCom sofeware systemsofdm

Description: ofdm系统的FFT滤波器 及完成OFDM解调-FFT filter ofdm system and the completion of OFDM demodulation
Platform: | Size: 8192 | Author: majie | Hits:

[3G developOFDM-Simulation

Description: 包含OFDM系统仿真,星状导频仿真,瑞利信道估计以及FFT与DFT算法复杂度比较。集合了12个项目,呵呵。-Contains the OFDM system simulation, the astroid pilot frequency simulation, the Rayleigh channel estimates as well as FFT and the DFT algorithm order of complexity compares. Has gathered 12 projects, ha-ha.
Platform: | Size: 49152 | Author: 卡其米奇 | Hits:

[VHDL-FPGA-VerilogFFT

Description: OFDM系统中FFT的VerilogHDL语言实现-FFT of OFDM system VerilogHDL language
Platform: | Size: 14531584 | Author: xionglei | Hits:

[3G developofdm-vhdl

Description: ofdm的VHDL实现,包括fft,ifft,串并变换等,附详细说明文档-ofdm realization of VHDL, including the fft, ifft, such as string and transform, with detailed description of the document
Platform: | Size: 173056 | Author: 陈娟 | Hits:

[source in ebookOFDM

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:

[matlabOFDM FFT

Description: MIMO OFDM using FFT with modulation QPSK
Platform: | Size: 12288 | Author: ismi | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net