![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3602324.jpg)
Sourav Mondal
Followers: 0 Following: 0
Cloudlets, Fog computing
統計
All
Feeds
送信済み
Dynamic Bandwidth Allocation (DBA) by IPACT in 1G-EPON
This is a state-space logical simulation of end-to-end dynamic bandwidth allocation (DBA) in 1 Gbps Ethernet Passive Optical Net...
8ヶ月 前 | ダウンロード 2 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/83498b08-560f-44df-ba38-dcc51ad02a7a/cb6a4583-c036-46fd-85aa-729db936a4a7/images/1718374956.png)
回答済み
How to implement Interleaved Polling Adaptive Cycle Time (IPACT) algorithm for TDM-PON?
As I could not find any answers or user-friendly solutions, I attempted to write the code by myself. It is probably not a very e...
How to implement Interleaved Polling Adaptive Cycle Time (IPACT) algorithm for TDM-PON?
As I could not find any answers or user-friendly solutions, I attempted to write the code by myself. It is probably not a very e...
8ヶ月 前 | 0
回答済み
How to implement Dynamic Bandwidth Allocation for Passive Optical Networks?
As I could not find any answers or user-friendly solutions, I attempted to write the code by myself. It is probably not a very e...
How to implement Dynamic Bandwidth Allocation for Passive Optical Networks?
As I could not find any answers or user-friendly solutions, I attempted to write the code by myself. It is probably not a very e...
8ヶ月 前 | 0
送信済み
M/M/1 and M/M/c Queueing System
Comapring the average packet latency of M/M/1 and M/M/c queueing systems against average packet arrival rate.
1年以上 前 | ダウンロード 4 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/45b5456b-9398-4281-85f8-978f3a60c2a0/63cd2558-3717-4756-bacb-9c8ff2d228ac/images/1687788424.png)
送信済み
A Variational Inequality Approach to Compute Generalized Nash Equilibrium
A Variational Inequality Approach to Compute Generalized Nash Equilibrium
6年以上 前 | ダウンロード 2 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/67762/versions/1/screenshot.png)
質問
Plot solution region of a system of linear equation
Hi I am trying to find a suitable plot for the generic system of linear equation as follows. y = A+B*x; x = P+Q*y; ...
7年以上 前 | 0 件の回答 | 0
0
回答送信済み
Poisson-point distributed Urban, Suburban and Rural population generation
Poisson-point distribution is used to generate Urban, Suburban and Rural population distribution.
8年弱 前 | ダウンロード 2 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/62826/versions/1/screenshot.png)
解決済み
Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.
8年以上 前
解決済み
Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...
8年以上 前
送信済み
Erbium doped Fiber Amplifiber (EDFA) model
Simulation of analytical model of Erbium doped Fiber Amplifiber (EDFA)
10年以上 前 | ダウンロード 11 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/48263/versions/1/screenshot.jpg)
送信済み
Reflective Semiconductor Optical Amplifier (RSOA) Model
Simulation of analytical model of Reflective Semiconductor Optical Amplifier (RSOA) Model
10年以上 前 | ダウンロード 2 件 |
送信済み
Comparison of Alamouti & MRC Schemes over Rayleigh Channel
This code gives a relative comparison of performance of Alamouti & MRC schemes over Rayleigh channel
11年以上 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/41811/versions/1/screenshot.jpg)
送信済み
BER of M-QAM over Rayleigh channel
This program gives simulated results of BER over Rayleigh fading channel.
12年弱 前 | ダウンロード 8 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/40714/versions/1/screenshot.png)
解決済み
What's Your BMI?
Find the body mass index. For reference, please refer to Wikipedia here: <http://en.wikipedia.org/wiki/Body_mass_index body ...
約12年 前
解決済み
Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...
約12年 前
解決済み
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
約12年 前
解決済み
Count photos
Given n people, everyone must have pictures taken with everyone, each photo includes only two persons, please count the total nu...
約12年 前
解決済み
Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...
約12年 前
解決済み
Back to basics 5 - Clipboard
Covering some basic topics I haven't seen elsewhere on Cody. Copy the input string to the clipboard
約12年 前
解決済み
Project Euler: Problem 7, Nth prime
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the Nth prime nu...
約12年 前
解決済み
Back to basics 11 - Max Integer
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive integer MATLAB can handle.
約12年 前
解決済み
Number of Horns on a unicorn!
Calculate the number of horns on a *unicorn*! And I'm talking about a unicorn with not more than one horn on it!
約12年 前
解決済み
Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise
約12年 前
問題
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
約12年 前 | 11 | 1409 個のソルバー
解決済み
Which quadrant?
Given a complex number, output quadrant 'I' 'II' 'III' or 'IV' | II | I | ...
約12年 前
解決済み
Find the largest value in the 3D matrix
Given a 3D matrix, A, find the largest value. E.g. >> A = 1:9; >> A=reshape(A,[3 1 3]); >> islargest(A) ans = 9
約12年 前
解決済み
Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];
約12年 前
解決済み
Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...
約12年 前