DSPRelated.com

my first ofdm

Started by seba...@gmail.com in Matlab DSP17 years ago

Hi guys this is "my first" ofdm code.could you tell me how it is and how to add the cyclic prefix? Another question is: in the function ifft...

Hi guys this is "my first" ofdm code.could you tell me how it is and how to add the cyclic prefix? Another question is: in the function ifft should i insert the IFFT SIZE? %--------1---------2---------3---------4---------5---------6---------7---------8 % OFDM Simulation clear all; close all; % % Basic OFDM system parameters % - choice of defaults or user selections % fprintf ('OFDM...


MIMO-OFDM BER verification

Started by lsw0...@hotmail.com in Matlab DSP19 years ago 3 replies

Hello everyone. I'm building a MIMO-OFDM simulator. Can I have some discussion with anyone interested in this,please? For example, I'm...

Hello everyone. I'm building a MIMO-OFDM simulator. Can I have some discussion with anyone interested in this,please? For example, I'm buildiing a 4-by-4 MIMO-OFDM simulator. Then, what is the best way I can verify the BER of my MIMO-OFDM simulator? Since I use 64-PSK, I assumed that, if I adopt a Gaussian channel for MIMO-OFDM with 64-PSK, then the BER will be the same as 64-PSK in AWGN...


need very urgent help in mimo ofdm

Started by d_sa...@hotmail.com in Matlab DSP16 years ago

hello every body , I'm building a MIMO-OFDM simulator. Can I have some discussion with anyone interested in this,please? For example, I'm...

hello every body , I'm building a MIMO-OFDM simulator. Can I have some discussion with anyone interested in this,please? For example, I'm buildiing a 4-by-4 or any no of transmitters and recievers MIMO-OFDM simulator. Then, what is the best way I can verify the BER of my MIMO-OFDM simulator? I face a big problem I want to simulate mimo ofdm system so I can plot the result of bER to SNR I n...


Display output in Simulink OFDM demo

Started by vcteo in Matlab DSP20 years ago 2 replies

I am currently doing a simulation of OFDM in Simulink to be later used in a TI DSP. There are a few demos in Simulink which involves...

I am currently doing a simulation of OFDM in Simulink to be later used in a TI DSP. There are a few demos in Simulink which involves OFDM which i play around to familiarise with the blocks before i build my own model. There is one demo in Simulink called [b]HiperLan2[/b] which involves OFDM. What i'm trying to do now is to display the output afte


OFDM simulation

Started by hiren_b_parmar in Matlab DSP20 years ago 1 reply

Hello friends, I am new in this group and i am happy to be a part of the group of intelligent people. I am doing my MSC in Communication...

Hello friends, I am new in this group and i am happy to be a part of the group of intelligent people. I am doing my MSC in Communication engineering in U.K. My final project is " Software simulation on OFDM in Fixed Broadband Wireless System". I just want some guidance about using MATLAB in OFDM. I just want to know what exacly i shold do to simulate OFDM means i shold make a block se...


OFDM and MB-OFDM

Started by edu_forme in Matlab DSP18 years ago 1 reply

hi, can anybody of you explain to me whats the advantage of MB-OFDM over OFDM .why cannot we use frequency spectrum that is not composed of...

hi, can anybody of you explain to me whats the advantage of MB-OFDM over OFDM .why cannot we use frequency spectrum that is not composed of bands . Regards,


matlab code required for ofdm

Started by dixi...@indiatimes.com in Matlab DSP18 years ago 1 reply

hi all I have work as a telecommunication engineer. I have been making research and preparing thesis regarding with OFDM and its applications...

hi all I have work as a telecommunication engineer. I have been making research and preparing thesis regarding with OFDM and its applications for my work . To understand OFDM more and more, I want to simulate it with Matlab. If it is possible, could you supply me a matlab code or codes which are able to simulate OFDM (for example matlab program which may simulate BER performance predicti...


OFDM Transceiver

Started by mohamed hussien in Matlab DSP18 years ago

Hi I want to do a program for OFDM transceiver and add all the channel effects and measure all the OFDM parameters. Can any one help me to...

Hi I want to do a program for OFDM transceiver and add all the channel effects and measure all the OFDM parameters. Can any one help me to complete this program? Check the following program and help me to complete it. Regards clear all; close all; clc; %======================================================================== % OFDM System Parameters N = 64; % l...


OFDM simulation (without using FFT)

Started by Oluyemi Omomukuyo in Matlab DSP18 years ago

Good day everyone. I am currently doing my thesis on OFDM and my supervisor wants me to simulate continuous-time OFDM (i.e without using FFT)....

Good day everyone. I am currently doing my thesis on OFDM and my supervisor wants me to simulate continuous-time OFDM (i.e without using FFT). I've been able to simulate it using FFT but I have been unsuccessful in simulating the continuous-time OFDM. I would really appreciate it if anyone could help me out with the code. Thanks


Can any body help me about OFDM based thesis

Started by Alam in Matlab DSP18 years ago 3 replies

Dear I am studding in final year in electronics engineering, i have been making research and preparing thesis regarding with OFDM....

Dear I am studding in final year in electronics engineering, i have been making research and preparing thesis regarding with OFDM. To understand OFDM more and more, I want to simulate it with Matlab.If it is possible, could you supply me a matlab code or codes which are able to simulate OFDM or could you supply me any tutorial material that should be essential regarding my ...


Regarding the rayleighchan( ) function in Matlab

Started by comm...@yahoo.com in Matlab DSP16 years ago

Hello, I am simulating OFDM transmission over a Fading Channel in Matlab (using the 2009a version) at my university I am concatenating 100...

Hello, I am simulating OFDM transmission over a Fading Channel in Matlab (using the 2009a version) at my university I am concatenating 100 OFDM symbols, where one symbol has 80 samples (64 subcarriers and 16 cyclic prefix). I create a Rayleigh fading channel object and filter my serial stream of OFDM symbols with the fading channel. Now, the problem is that I want each OFDM symbol be ...


implementing rayleighchan in OFDM

Started by burkaycan in Matlab DSP19 years ago

Hi everbody, I am doing my M.SC thesis on the topic "ICI cancellation in OFDM". I have very limited time, if you can help me I will be...

Hi everbody, I am doing my M.SC thesis on the topic "ICI cancellation in OFDM". I have very limited time, if you can help me I will be grateful to you.... I can implement the OFDM structure in AWGN channel, it works very well.. But when i try to implement the system in a "rayleighchan", I obtain very bad BER results. -------------------------- N=256 ; % carriers GI=N/4; % Guar...


simple ofdm simulation by Simulink

Started by ikis...@yahoo.com in Matlab DSP18 years ago 1 reply

hye there..i need help in doing simple ofdm in simulink. this model i refered from demo hiperlan2. the thing is, i can run the simulation with no...

hye there..i need help in doing simple ofdm in simulink. this model i refered from demo hiperlan2. the thing is, i can run the simulation with no errors warning. but in the end, my probability of error is still around 0.5 out of 1. anyone knows? here's my block sets of ofdm. http://www.4shared.com/file/44151590/4df6ea8e/simpleofdm1.html


Wavelet based OFDM

Started by Oswald Jumira in Matlab DSP18 years ago

Has anyone worked with wavelets based OFDm. I would like to know how one included the idwt and dwt fucntion for an OFDM code. --...

Has anyone worked with wavelets based OFDm. I would like to know how one included the idwt and dwt fucntion for an OFDM code. -- Regards Oswald Jumira Communications Research Group Room 5.26 Menzies Building Department of Electrical Engineering University of Cape Town P Bag X5 Rondebosch 7701 Tel: +27216504879 Cel: +27720308211 Email: o...@uct.ac.za o...@ieee.org "To raise new...


BER for OFDM

Started by mohamed hussien in Matlab DSP18 years ago

Hi, I'm trying to get the BER for OFDM system but the result is not correct. Can any one tell me what is the wrong in my program? Regards M....

Hi, I'm trying to get the BER for OFDM system but the result is not correct. Can any one tell me what is the wrong in my program? Regards M. Hussien This is my program clear all; close all; clc; % System Parameters N = 64; % length of OFDM IFFT M = 16; % number of QAM constellation points noz = N/4+1; % number Of Zeros GI ...


Implementaion of OFDM using matlab

Started by veen...@gmail.com in Matlab DSP18 years ago

Im doing a project on OFDM, the block diagram and the simulation code used is present in the following...

Im doing a project on OFDM, the block diagram and the simulation code used is present in the following path http://www.skydsp.com/publications/4thyrthesis/code.html Below are my questions regarding OFDM and also on this code. Kindly help me on this as early as possible. Im in a hurry please... 1. At the beginning of transmission, we are getting the digital signal, is the signal getting c...


PAPR of ofdm signal

Started by Rizwan Ahmad in Matlab DSP16 years ago

Hi All, Have anyone done work on implementation of PAPR of OFDM signal for any IEEE paper? Kindly let me know. I need some help on solving IEEE...

Hi All, Have anyone done work on implementation of PAPR of OFDM signal for any IEEE paper? Kindly let me know. I need some help on solving IEEE paper "Complement Block Coding for Reduction in Peak-to-Average Power Ratio of OFDM Signals". How fig 1 to fig 4 would be implemented. Any idea? send me portion of matlab code, if available with you. Thanks, Rizwan


Re: PAPR calculation

Started by parl...@gmail.com in Matlab DSP17 years ago

Hello Sabbir I think that has to work according to formula,it seems correct.. Did you run this program? Let me know.. and would you be able...

Hello Sabbir I think that has to work according to formula,it seems correct.. Did you run this program? Let me know.. and would you be able to tell me how do we apply this concept for OFDM? I am working on reducing PAPR in OFDM and went through the concepts and methodologies,still i am not sure how exactly to get the power values of carriers in OFDM and find PAPR. Please help me.. AND re...


CCDF of OFDM

Started by gumm...@yahoo.com in Matlab DSP13 years ago

CCDF=1-exp{(-e^(-y/2))* N*sqrt(?/3)*logN }-------------------(1) CCDF=1-exp{(-e^(-y))* N*sqrt(?/3)*logN }---------------------(2) Hi...

CCDF=1-exp{(-e^(-y/2))* N*sqrt(?/3)*logN }-------------------(1) CCDF=1-exp{(-e^(-y))* N*sqrt(?/3)*logN }---------------------(2) Hi matlabers, i need help here.eq (1) above is CCDF for a DCT-OFDM while eq (2) is FFT-OFDM.i'm trying to prove that PAPR of eq (1) is lower than eq(2).according to the journal that i referred it is supposed to be so.However i got totally opposite of that.did


simulation of ofdm with QPSK in Rayleigh channel

Started by dece...@yahoo.com in Matlab DSP18 years ago

hi; i have simulated a general ofdm system but i am not having correct results. can any one rectify problems in this code. have i used correct...

hi; i have simulated a general ofdm system but i am not having correct results. can any one rectify problems in this code. have i used correct formulas in this code? i mean does RAYLEIGHCHAN command hold for it? do i need to equalize the receiver signal? if so then how and at what stage? and have i used right command for theoritical BER of OFDM in Rayleigh channel? % Script for computing the B...