Welcome![Sign In][Sign Up]
Location:
Search - ofdm fft matlab

Search list

[matlabf_ifft

Description: OFDM中的关于快速傅立叶变换的个人设计的MATLAB的算法,比较经典的 !-OFDM on the Fast Fourier Transform personal design MATLAB algorithm, more classic!
Platform: | Size: 20480 | Author: yeyue | 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:

[assembly languageIEEE80211a

Description: 802.11a OFDM MATLAB仿真代码!(推荐)非常详细,有接受收发,CP,FFT.IFFT.多径影响等。
Platform: | Size: 200704 | Author: yang | Hits:

[matlabofdm

Description:
Platform: | Size: 6144 | Author: zhaoli | Hits:

[Communication-Mobilework_test1

Description: ofdm系统模型,包含信道估计 FFT变换 QPSK 16QAM调制 插入导频等,非常全面。-OFDM system model, including channel estimation FFT transform QPSK 16QAM modulation insert Pilot and so on, very comprehensive.
Platform: | Size: 27648 | Author: guang_j | 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:

[Otherperfect_OFDM

Description: 还在为“基于MATLAB的OFDM系统仿真”的朋友,可以看看我总结的资料! 该代码通过综合了本站中的两个源代码,在MATLAB 7.0下完成OFDM系统的完美仿真:音频数据采集->S/P转换->16QAM映射->IFFT处理->添加CP->P/S->理想/多径信道传送->……(FFT等)->传输结果比较(前后频谱图、可以直接通过听前后的音频文件来辨别系统的好坏-理想信道时音质前后相同)。在此还要感谢那两位站员提供相关的代码,也希望能对其他人有帮助。更希望本站能吸引更多的编程爱好者再创佳绩。-KEYWORD:OFDM MATLAB 7.0 CP IFFT FFT P/S S/P Also for the " Based on MATLAB simulation of the OFDM system," a friend, you can see my summary of the information! The code through a combination of the two site source code, MATLAB 7.0 at complete perfection OFDM system simulation: Audio Data Acquisition-> S/P conversion-> 16QAM mapping-> IFFT processing-> Add CP-> P/S-> ideal/multi-path channel transmission-> ... ... (FFT, etc.)-> transmission results (before and after the frequency spectrum can be directly before and after listening to audio files to identify the system good or bad- when the ideal channel before and after the same sound quality). This would also like to thank at the two stations to provide the relevant code, also hope to have helped others. I also hope to attract more site programming enthusiasts new heights.
Platform: | Size: 8192 | Author: sunshinepwf | 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:

[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:

[Algorithmofdm8mhz

Description: ofdm trasnmission using 4096 fft samples. with transmission rate 8mhz
Platform: | Size: 1024 | Author: jack | Hits:

[matlabMIMO_OFDM

Description: 关于MIMO-OFDM的matlab和simulink仿真程序或模型有OFDM的simulink仿真模型,有mimo-ofdm的信道估计仿真程序-failed to translate
Platform: | Size: 1014784 | Author: zxc | Hits:

[matlabOFDM

Description: ofdm的matlab实现,包括bpsk fft-ofdm of matlab realization ,inlude bpsk fft
Platform: | Size: 3072 | Author: wangql | 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:

[Fax programOFDMCommunicationSystemMatalabCode

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:

[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:

[3G developOFDM-Matlab

Description: OFDM 的 Matlab仿真,包括一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制等-OFDM Matlab
Platform: | Size: 20480 | Author: 郑丙寅 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net