Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

need help in matlab coding

Status
Not open for further replies.

bhagath

Newbie level 5
Joined
Dec 15, 2010
Messages
10
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,283
Activity points
1,334
guys can anybody give matlab coding .i am doing project in call admission control in mobile communication using matlab.need coding regarding this .
 

just add a serial port link and sent AT commands for control.
 

what toolbox is needed....any sample program can u give...
 

Code:
clear;
clc  % Clearing Matlab desktop
ser=serial('COM3'); % Defining the specified COM Port to be used
fopen(ser); % starting serial Communication,opening serial port
while(1)
fprintf(ser,"magantron electronics");
end
fclose(ser); % closing serial port
if it's helpful.. please click on helpful icon :wink:
 

no dude.
its not like that.the name paper which am doing is "the cac model and QOS management in wireless multiservice network".
u did something different.
can anybody regarding this paper
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top