* End-to-end 802.11a physical layer
* All mandatory and optional data rates: 6, 9, 12, 18, 24, 36, 48, and 54 Mb/s
* BPSK, QPSK, 16-QAM, 64-QAM modulations
* Forward error correction coding (convolutional; code rates 1/2, 2/3, 3/4)
* OFDM transmission: 52 subcarriers, 4 pilots, 64-pt FFTs, circular prefix
* Data interleaving
* PLCP preamble (modeled as 2x2 long training sequences)
* Receiver equalization
* Viterbi decoding
* Data rates selectable on-the-fly
* Adaptive modulation demo over dispersive multipath fading channel
Instructions:
1. Unzip to a new folder.
2(a). If you are running under R13 (MATLAB 6.5), change the MATLAB current directory to the subdirectory R13, then open the 'IEEE80211a_NoSF' mdl file. (If you have Stateflow, you can also run the enhanced version, IEEE80211a.mdl.)
2(b). If you are running under R13SP1 (MATLAB 6.5.1), change the MATLAB current directory to the subdirectory R13SP1, then open the 'IEEE80211a' mdl file.
Martin Clark (2021). IEEE 802.11a WLAN model (https://www.mathworks.com/matlabcentral/fileexchange/3540-ieee-802-11a-wlan-model), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
サブキャリア周波数間隔を312.5kHzから78.125kHzに変更する手順はどうすればよいですか?
チャネル帯域幅20MHzのとき、FFTサイズを256点とることは理解できますが、Simulink上のブロックによる処理のやり方がわかりません
gh20509@ed.sus.ac.jp 私のメールです
How can i change in a single bulk instruction all the instances of commdigbbndam2 to commdigbbndam3, without having to do it for every component (modulator or demodulator) by itself?
And another question is that when i save the model with the changes of commdigbbndam2 to commdigbbndam2 and i close it. Then i open it, i see that it opens the modules with commdigbbndam2 and not commdigbbndam3 and i have to do the update again. How could the library change remain ?
I really miss this model in the Matlab demos. I have demonstrated it every year for my students, and I developed a lab exercize based on this. Now we have to install a rather old version of Matlab to make it work. Please update this splended model and include it in matlab.
Hello all
Thanks for sharing the very valuable and useful simulink models.
Regarding the last mentioned problem, which appears once you double click on the Signal Visualization block.
Error message ('IEEE80211a/MATLAB graphics/graphics' while executing MATLAB S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.0.
CELL2MAT does not support cell arrays containing cell arrays or objects.)
Solution:
1. Go to IEEE80211a_graphics.m file.
2. Comment the following line:
haxes = cell2mat(struct2cell(ax));
3. Add the following two lines instead of the commented one:
A=struct2cell(ax);
haxes=[A{:}]';
4. Add the following at line 29:
d.plotfn_handles = {};
5. Finally, inside the for loops, modify the lines 31 and 65 as follows:
d.plotfn_handles{n} ...
instead of: d.plotfn_handles(n) ...
and
d.plotfn_handles{i} ...
instead of: d.plotfn_handles(i) ...
Respectively.
And enjoy :)
I am getting the same message as Aamir :
Error in 'IEEE80211a/MATLAB graphics/graphics' while executing MATLAB S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.0.
CELL2MAT does not support cell arrays containing cell arrays or objects.
I can't see deep enough or any further into the problem to solve it. As such the error reporting is poor. For instance the supporting 'IEEE80211a_udg.m file does not itself contain the Cell2MAT function, it must be calling a built-in function incorrectly,, but where.
Hi everyone !
"Jason sum" says we should change buffer module into non-frame based. is there anyone who knows that how can I change buffer module into non-frame based?
I am getting this error. Can anyone give a solution to this problem?
Caused by:
Error in 'IEEE80211a/MATLAB graphics/graphics' while executing MATLAB S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.0.
CELL2MAT does not support cell arrays containing cell arrays or objects.
Hey Guys,
As I see, many of you have problem about loading "commdigbbndam2" library.
Lets change the missing library as "commdigbbndam3" one.
Take it easy !
Martina Wadie, I'm getting the same error: "Failed to load library 'commdigbbndam2' referenced by 'IEEE80211a/Demodulator/Demodulator 1/Rectangular QAM Demodulator Baseband'" did you solve it?
hi everyone
when I run the simulink, this error "Failed to load library 'commdigbbndam2' referenced by 'IEEE80211a/Demodulator/Demodulator 1/Rectangular QAM Demodulator Baseband'"
so can anyone help please ???
Hi everyone !
"Jason sum" says we should change buffer module into non-frame based. is there anyone who knows that how can I change buffer module into non-frame based?
hi sir Can you sent me the documentation too, to understand the project. Please?Thanks in advance.
Email: 18308462603@163.com
If someone has this working in r2016b or later, could you upload it? Trying to debug and get all the kinks out is time consuming.
Thanks!
신호와 시스템
I have critical error. "IEEE80211a/MATLAB graphics/graphics' while executing MATLAB S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.0" when opening the graphic. Please help me. matlab 2016b. thank you in advance. hnsokim@naver.com
working but got the error "IEEE80211a/MATLAB graphics/graphics' while executing MATLAB S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.0" when opening the graphic. any help how to figure it out. matlab 2016b. thank you in advance.
I got the same issue as the guys below "IEEE80211a/MATLAB graphics/graphics' while executing MATLAB S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.0". Could anyone please help me to solve the problem on this model? Thanks in advance. alessiogaglio@gmail.com
Very interesting and helpful submission. However, can you please send the documentation to me for better understanding of the work? my email: unclesteve2k4@yahoo.com. Thanks.
Hi,
I am using matlab 2013. while i am running this model i am getting error as Error in S-function 'wlan80211g/MATLAB graphics/graphics': S-Function 'wlan80211g_udg' does not exist and Error in 'wlan80211g/Model Parameters': Initialization commands cannot be evaluated. Caused by: Undefined function or variable 'wlan80211g_settings'. Can u please help me.
Thank you
very interesting . Can you send me the documentation to understand the project? I really need it.
Email: tmudehwe@gmail.com
Hello, thank you very much for your toolbox but I encoutered several errors like others and just followed their solutions : (commdigbbndam2 => changed into commdigbbndam3 and a other one regarding the fading channel here too, I just changed the lib into XXX3) now the simulation seems to work but when I try to visualize the signals I get this error :
Error in 'IEEE80211a/MATLAB graphics/graphics' while executing MATLAB S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.0.
Nonscalar arrays of function handles are not allowed; use cell arrays instead.
It seems to be related to this .m file : IEEE80211a_udg.m
Does anyone can help me? I did not change anything in the simulink model or code except update the lib above.
Is it possible to get any documentation of this toolbox ? (My email adress : anthonytrioux59@gmail.com)
Many Thanks!
wowww ,very interesting . Can you send me the documentation to understand the project? I really need it.
Thanks. Email: yibeshmamaru@gmail.com
Hello,
Please, don't feel offended I'm looking for the MAC layer implementation
what's the difference between the folders R13 and R13SP1 ?
The project is excellent. Can you send me the documentation to understand the project? I really need it.
Thanks. Email: isivri00@gmail.com
how can i change the "channel bandwidth" in this model, or change "subcarrier frequency spacing" ?
please help!
this is my email : kln.hichem@gmail.com
I also have Matlab 2016a, and when I try to run this code, it says the error message like everyone else has here. I "solved" it and hope you can benefit from the code.
1. commdigbbndam2 is not supported in the latest version, instead commdigbbndam3 is used, so you only need to change the library to the latest module.
2. There's an error in Rayleigh fading channel, I just comment out the channel, and the only left is AWGN, hope it won't affect the performance.
3. The buffer module needs to change to non-frame based, which is easy to find.
Hi everyone,
I´m getting this error "Failed to load library 'commdigbbndam2' referenced by 'IEEE80211a/Demodulator/Demodulator 1/Rectangular QAM Demodulator Baseband, testing with Matlab R2016a.
Could anyone help me to solve it? And also, can you send me the documentation to understand the project? I really need it, please.
Thanks in advance.
Email: liannelamo@yahoo.es
hyyy..sir plx send me your documentation .my fyp is in "qos of wsn"....
my mail is;
axaini83@gmail.com
Hi Everyone,
I am getting this error "Failed to load library 'commblkintrlv2' referenced by 'IEEE80211a_NoSF/Demodulator/Demodulator 1/General Block Deinterleaver'"Why do I get this error? Someone please help me . Thanks in advance
Email_id-jaganshreyes@gmail.com
What is the difference between the folders R13 and R13SP1?
respected sir/ma'amcan you plxx send me your this documentation.i really need it.i shall be very thankful.here is my mailing id fatimamiraj67@yahoo.com
Hi Everyone,
I have a problem with the figures, I cannot see the plots. the error message is:
Error in 'IEEE80211a/MATLAB graphics/graphics' while executing MATLAB S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.0.
Caused by:
Nonscalar arrays of function handles are not allowed; use cell arrays instead.
It would be great if you can help me ! by the way, I am using Matlab2014
Thanks in advanced !
Sir could you please tell me the changes to make in the signal visualization block. I would like to display the transmitter spectrum and few other parameters.
Can you sent me the documentation too, to understand the project. Please?
bsnntci91@gmail.com
Hi guys. You use Matlab 2007. I tested with Matlab 2007. It worked very good
jacj_2188@hotmail.com
commdigbbndam2 library is out-of-date library.
I think Mathworks does not support any more.
You can change each block in new communication library.
But you might not get the correct original parameter value.
Fortunately, this model is included in each Matlab Demo.
You can find it in Help menu.
Does any one knows why do I get this error
"Failed to load library 'commdigbbndam2' referenced by 'IEEE80211a/Demodulator/Demodulator 1/Rectangular QAM Demodulator Baseband'
Caused by:
Unable to load block diagram 'commdigbbndam2'"
Can someone help me about this model? 802.11a is part of my thesis, i am migrating from network simulator since i can't achieve proper results from ns2. i can't view the results of the simulation and how can i change the parameters? thank you!
jr_enderez@yahoo.com
Does anyone know where to insert 'replace' data before the modulation and where we can get it back after the demodulation; if anyone worked on this layer please send me anything that can help on : loumachiiman@gmail.com
and thank you
can any one tell me how to calculate h(t) (impulse response) of this channel and how to use this model in my UWB simulation model (.m) file?
please email it to me: as_sa356@yahoo.com
can any one send how to speech or audio transmit in this model. can any one send me demo on my mail plz
lakshya_vipul@yahoo.com
can any one give me idea how to work on it
hi please email me the tutorial how to use this files or documentation. mohdazlanabu@yahoo.com
any one have ieee paper on this topic plz send me my mail-
lakshya_vipul@yahoo.com
it will help my dissertation
It doesnt work
Thank you very much, very useful.. is there any implementation of the 802.11g standard??
thanks
Great job! One question though, could someone give som hints on how to watch tx signal in the time domain (amplitude vs. time)? Thanks (faramir_27 at hotmail.com)
Hi I am getting some errors when I try to run it on Matlab 7.10.0(R2010a. I believe the problem is related to version issues the error is :Error in 'IEEE80211a/Demodulator': Initialization commands cannot be evaluated.
can anyone help me to fix it.
thanks
thank you. But it use for OFDM.
I want to find "adaptive modulation and coding" use for HSDPA. Could you help me ?
Any one having expert ideas in evaluating code performance on dsp kit c6713..
to solve the compatibility question with matlab 7 or more just don't use "feval" but call functions by yourself. i know, this is for lazy people: for example in IEEE808211a_udg.m change it like that:
%feval{bd.plotFcnHandle, plot_data, bd.axes, bd.firstcall, other_params};
IEEE80211a_graphics(plot_data,bd.axes, bd.firstcall, other_params);
the same work has to be done in in IEEE80211a_graphics.m also.
good luck!
thank you, this is great! is there any updated version of this? 'feval' function seems to not be supported in recents matlab versions. has anyone solved the error message in the IEEE80211n_udg file??
Hi
I can ran the block very well.
I just want to ask if i can have the documentation and the explanation about this block.
I am doing research about my final year project and try to refer to this block.
i will very appreciate for your kindness.
my email: nadzirun@yahoo.com
Thanks and regards.
HI
If documentation is available please send to andrej.osterman.turnse@gmail.com.
Thanks
Hi
This Block works fine with me.
I would like to get the documentation for this block if available, because I am trying to change some parameters in it so I can use it in my research.
my email is: rsabouni@gmail.com
Thanks.
Hi,
I seem to be having the same problem in running the code, getting:
Error in 'ieee80211n/MATLAB graphics/graphics' while executing M-File S-function 'IEEE80211n_udg', flag = 2 (update), at time 0.0034944. MATLAB error message:
Nonscalar arrays of function handles are not allowed; use cell arrays instead
Error Message, could you please let me know if any one has the solution for it.
my email is mjavadkh@hotmail.com Many thanks
Hi ALL
Runnig the simulink in R2008/9b I get the following error when pressing double click on "Signal visualization"
Error in 'ieee80211n/MATLAB graphics/graphics' while executing M-File S-function 'IEEE80211n_udg', flag = 2 (update), at time 0.0034944. MATLAB error message:
Nonscalar arrays of function handles are not allowed; use cell arrays instead
............
Any idea?
Thanks in advance
please send me other documentation of this simulation so that i understand it well
i m looking for reply, erayuyanik@gmail.com
Thanks, I'll share my own works about 802.16d.
Hi friends, can any one of you send me 802.11a PHY matlab codes? I will appreciate your assistance.
Will you send the 802.11a PHY matlab codes to me?
Hi. Thank you for your work it's been so helpful. I would like to ask for the documentation for this simulation. scum88@yandex.ru
Hello,
Can you delete my last comment of your post??, because I wrote my email, and my email is full of spam...please delete it
Good One !!
Hi Thanks this is very helpful. Can I get any documentation explaining what is happening in each block? My email is sarangi.d.dissanayake@gmail.com
hi I am currently working on project stimulation of adjacent channel interference in ieee 802.11n or g WLAN.Can anybody help me to get the model in MATLAB
Please Could anyone explain me how the OFDM Symbol has duration 4μsec and which is the parameter that could saw this?
I appreciate for your help.
Is anybody able to run model on R2009a?
Hello,
I'm traying to change the multipath fading channel for the Hiperlan/2 channel models, but when I configurate the multipath block for that model, I don't get an appropiate BER and PER. Do you know what could be the problem? I've tried with just 6 taps instead the 18 taps defined for Hiperlan/2 channel models and changing the equalizer, but it doesn't work. Thanks in advance.
Thanks, it is very helpful. Please send me the documentation.
Thank you for your help.
blauhugo@gmail.com
it is good but dificult to run
Pleas send me documentation, i would need it very much for my diploma thesis an TU Vienna (Austria). Thank's for your help and advising!!!
Email: veronika.shivaldova@student.tuwien.ac.at
Please send me it documentation.
mail: fpg87@mail.ru
very good.please send me it documentation.thank
mail:niceday86@gmail.com
I would appreciate if you could send me some documentation.Thanks
The model is well done. I would appreciate if you could send me some documentation.Thanks
Does anyone has its documentation ? Please share. cheers
Emaail : shahzad.bhatti@gmail.com
Hello,
I would like to know if the module OFDM for IEEE80211a works for standar DVB-T or what is the difference?? Thanks
erikasalazar_01@yahoo.es
Very nice work, but its utility for learning is crippled by lack of any documentation whatsoever.
I ran the model, and i have to say that it's a good.But is it possible to get the documentation for the model.I'll really appreciate it.
Thanks.
Please send me its documentation. Its a very good and detailed model.
Bernd St (stuerzibernd@googlemail.com)
yes, did solve it, you have to slect in matlab current directory and put where are the directory of R13SP1, aftes that, open Simulink and clik in open a model, and choose the IEEE80211a.mdl, and Run.... that's all, bye.
I think it's a very good model. Unfortunately I have the same error as Felipe (posted 2008-04-30) with the Doppler-Filter. Do you have a solution for that. Anotherpleasure to you: Can you sent me the documentation too, to understand the project.
thx,
Bernd
ok
Very good model. It is helping me alot to get a grip of the 802.11a standard. I would be very grateful if you can send me the documentation files so that I can understand your project.My objective is to change the multipath model with another model which I have already in hand.
i'cant run ths program, I have a problem with a Filter....and this is: Error in 'IEEE80211a/Multipath channel/Multipath Rayleigh Fading Channel1/Multipath Fading Channel/Fading Profile/Triggered Rayleigh Profile/Doppler Filter': Initialization commands cannot be evaluated. MATLAB error message: Error using ==> get_param
Digital Filter block (mask) does not have a parameter named 'FilterSource'....
Please help me
Exellent Job!, I would like to get more information or any documentation about how was it implemented. I will appreciate if you can send me a more detailed explanation. Thanks
nacho.rabeat@gmail.com
very good
Its very gud work and helpfull for me to learn about this stander,Please is it possible that you email me more detail explaniation of this modle and how its work..Really its very help full for my learning
I would like to ask for the documentation for this simulation.(boonhoi83@hotmail.com) Thank you
thanks for this resume, can i get more information and documentations if possible please.
Its very gud work and helpfull for me to learn about this stander,Please is it possible that you email me more detail explaniation of this modle and how its work..Really its very help full for my learning
can i get the documentation for this t inderjeetk@gmail.com
thnks a lot
Its nice...Can i get the document for this simulation if possible please
I can not run this simulation for the reason that "Failed to find library 'IEEE80211a_lib'." Can you help me?
good sumilation. if you can send me a document for this simulation it woul help me a lot thank you
I would like to ask for the document for this simulation if possible please. Thank you
very good, plz give me a copy of the document, thanks a lot
Good Stuff,Sir can u please send me documentation of this to have better learning.
sir can u please send me documentation of this to have better learning.
Could you please send the documentation to jan.leduc@gmx.de
??? Input argument "ax" is undefined.
Error in ==> IEEE80211a_graphics at 11
haxes = cell2mat(struct2cell(ax))
Anyone...any idea about this??help me..tq
Great!! plz send me the documentation to jazzmine15@hotmail.com. Tq!
Very good!
Please send the documentation on this to thomas_45t@yahoo.com
Please send ist documentation to
frost_133@hotmail.com thank you!
great!!!!!!!!!!!!!!!!!!!!
Please send its documentation to
alex.qwerty@yahoo.ca
Please send the documentation on this.
Could you please send the documentation to daoshaoren_2001@163.com,thank you very much!
Please send its documentation to daoshaoren_2001@163.com,thank you very much
Please sent its documentation to daoshaoren@163.com
Could you please post the documentation also.....that will very helpful to this wonderful demo............
Better explanation would be more useful
plz send me its documentation at shahhusayn@msn.com
Hi. the work is very successful. I need to write the mfiles of this simulation and I need to know how to find the values of: interleaverRows, interleaverCols, interleaverElements from the Matrix interleaver and general block interleaver.
thanks for your time.
please send me other documentation of this simulation so that i understand it well
i m looking for reply
very good!!!!
This is very good. I would like to consult you about what type of channel equalization are you using.
Thanks,
Martin
its really nice
good
bien pour cette idée
Really good work with lot of info. I would be thankful if you could tell me if this model could be extended for IEEE 802.16a. Is it possible to simulate OFDMA ?
model is not in working stage .
good
Great Work!
Hello Martin,
this was a great undertaking. Congratulations. Unfortunately it is hard to understand the models without documentation oer matlab code. If you or anyone else have the documentation or matlab, code, I will greatly appreciate it. Great Job!!! Simon
this is very good!
dear auther,
if u dont mind,i wish to recieve a feedback documentaions and any athor useful resources that may increase more knowldge about this article. thanks...!!
Will you send the 802.11a PHY matlab codes to me?
I m very interesting by this work for my master thesis i would like to know where is the power transmitted and do you take into account the distance between the receiver and transmitter ? I would like to have the power of the signal in function of the distance Best regards
can u please send the frame format coding in matlab for 802.11
sir i need a matlab code orelse c language code for ofdm
Dear author, do youm mind sending me more documentation on this code of yours. Your codes are fantastic... thanx alot for sharing.
hi, how come my matlab pop up a window n says that im missing "commblkintrlv2" file??
i wish to know how can i calculate the following parameters : hysteresis factor
Hi. thank you for your work it's been so helpful.
i wish to know how can i calculate the following parameters : interleaverRows, interleaverCols, interleaverElements from the Matrix interleaver and general block interleaver.
thanks for your time.
Really good work! Must have spent lot of time on it! Thank you!
I saw the following error:
error in block doppler_filter: block initialization commands. any clue?
Really good ýt is a useful source for us.Thanks alot.If anybody has this kind of works please share us.
i tried 4 to 5 times to down load the .zip file but always i am getting error in reading that file after downloading, it is not unzipped correctly, many times i tried to unzip but no use, can any one who have unzippable file (this IEEE802.11a.zip file) send me to this mail id. please send me the zip file.
Thanks for the example .im also intrested in a MIMO Ofdm if you have anything it would be great Thanks
Even I am running Matlab 7.0 and am having trouble with the same IEEE802.11a_NoSF model.Can anyone help me fix this problem?
Error in 'IEEE80211a_NoSF/Multipath channel/Multipath Rayleigh Fading Channel1/Multipath Fading Channel/Fading Profile/Triggered Rayleigh Profile/Doppler Filter': Initialization commands cannot be evaluated. MATLAB error message: Invalid setting in Digital Filter block (mask) 'Doppler Filter' for parameter 'MaskEnables'.
I am running Matlab 7.0 and am having trouble with the IEEE802.11a_NoSF model. The following error is thrown. I looked at the Doppler filter block and was unable to locate the parameter. Can anyone help me fix this problem?
Error in 'IEEE80211a_NoSF/Multipath channel/Multipath Rayleigh Fading Channel1/Multipath Fading Channel/Fading Profile/Triggered Rayleigh Profile/Doppler Filter': Initialization commands cannot be evaluated. MATLAB error message: Invalid setting in Digital Filter block (mask) 'Doppler Filter' for parameter 'MaskEnables'.
Thanks
it was an excellent stuff
That's truely helpful for my learning OFDM.The Author must be a genious.
very good work,but if someone implemnts the IEEE802.11g like this,it'll be fantastic
very good Project and i will find more document in your project
Good project!
But I don't know how the model of "Simulation Settings" is implemented.
Who can explanation it to me?
Thanks a lots.
good job! very helpful to me! thank you
Very good project!, but it would be possible to get more information or any documentation about how was it implemented. I will appreciate if you can send me a more detailed explanation for this model. Thanks
It is really a very good project but the theorotical discription on the first page is very less.From where can I get more tutorial for this implementation and the source code?
Where can I get the IEEE80211a_sfun.m instead of DLL file?
It is very interesting, but i need the code files, how i can get it?
It is very interesting.
thanks
Excellent! Would you mind to send me the detailed explanation and the operation? Thanks a lot!!!
Excellent Job! Congratulations ! Thank you very much for sharing. I will appreciate if you can send me a more detailed explanation for the model.
very good job! Can you give me some detailed explanation? Thanks!
really excellent job!
thanks for the sharing
Very interesting an
Very good, thanks a lot.
hello
Very usefull and impressive, i'm gonna use it for my thesys
Thanks
MIMO update please
Very impressive
Very impressive and educational
Thanks for the example but im also intrested in a MIMO Ofdm if you have anything it would be great Thanks
can this be used for matlab 6.1?
can someone write down the steps on how to use/run these files/
Thanks for the example but im also intrested in a MIMO Ofdm if you have anything it would be great Thanks
its very good keep up the good work and thanks
i was wondering do have anything on MIMO OFDM
I am interested in observing the performance of the system.I downloaded the file,unzipped it and set the directory path the folder, but I could not open the IEEE802.11a_noSF.mdl file.system says:Warning: Simulink<-->Stateflow inconsistency found, attempting repair...
Repair completed.
******IMPORTANT******
Corrupted Stateflow charts are recovered and placed in a subsystem named
###Recovered Stateflow Charts###. You can open it using
open_system('IEEE80211a/###Recovered Stateflow Charts###');
Warning: Loading model 'IEEE80211a_NoSF' generated with a newer version (5.00) of Simulink.
> In C:\MATLAB6p1\toolbox\matlab\general\private\openmdl.m at line 13
In C:\MATLAB6p1\toolbox\matlab\general\open.m at line 115
In C:\MATLAB6p1\toolbox\matlab\uitools\uiopen.m at line 137,and so on.Any help is very much appreciated. Thank you in advance.
IEEE802.11a worked fine.I have a question .The input data which send to zero pad in modulator is 4320*1,but the output of the zero pad is 960*1,that means truncation uccured and some of the input data are abandoned. Isn't right? If yes,how can it calculate the PER correctly?
Runs for me just fine.
One question, is the convolutional encoder/decoder hidden? I dont see it anywhere.
I am interested in observing the performance of the system.I downloaded the file,unzipped it and set the directory path the folder, but I could not open the IEEE802.11a_noSF.mdl file. I am using MATLAB 6.1. I am not sure whether is it because of the MATLAB version that I am using now?? Any help is very much appreciated. Thank you in advance.
IEEE802.11a_noSF.mdl worked fine. But IEEE802.11a.mdl did not work. There was an erros message "make: fopen: IEEE80211a_sfun.mku: No such file or directory". Also, seems to me there are many things hidden in the model. Can someone provide a short tutorial so that it would become more understandable?
i downloaded the model of 802.11a and i tried to open it (i tried to
open ieee802.11a_noSF.mdl) in my pc and i couldn't.
it seems to be empty but i know it isn't becase its size is aproximatly 256KB.
i am very interestig in that model and i would like to open it.
please i'd be very grateful if you could help me,
thaks in advance,
I could run it. With Matlab 6.5. And it is great.
Unable to open model file 'dspsigops.mdl'
help me!
what and where is it??
I have all the required toolboxes (Communications,Communications Blockset,DSP Blockset,Signal Processing,Simulink) but it
I get an error message saying invalid stateflow license and does not run
it doesn't seem to run!