![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8955723_1522130244564_DEF.jpg)
Md. Hasan Rahman
Followers: 0 Following: 0
Statistiques
RANG
30 025
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
44.44%
VOTES REÇUS
1
RANG
17 399 of 20 419
RÉPUTATION
3
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
36
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Why did not I see Digital to Analog Converter (DAC) block in MATLAB 5G toolbox?
Hi, I was trying to understand the MATLAB 5G toolbox. However, I did not see any DAC block in any given example of link level ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Does MATLAB 5G toolbox function ''NRUplinkWaveformGenerationExample" has built-in Pulse shaping filter while generating Uplink Waveform? using
I am trying to generate 5G waveform using MATLAB 5G toolbox by ''NRUplinkWaveformGenerationExample" function. However, I am no...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to organize an array (x_i,y_j,z) such that (x_i,y_i)=z?
I have a matrix such that: A=[1 1 2; 1 2 0.5; 2 1 0.5; 2 2 1]; I would like to organize the last coloumn of array A such that,...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I change the 'MaxIterations' option in matlab 'createOptimProblem('fmincon',..........)'
I am trying to solve a problem using the follwing code: rng default gs = GlobalSearch; problem = createOptimProblem('fmincon...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I calculate rate /spectral efficiency (bit/s/Hz) for any given channel with any distribution?
Suppose I have a system model like given below, x is a complex input signal, y is the received signal and n is the complex chann...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I get multiple Lagrangian multiplier in Global optimization toolbox for inequality constraint?
I wrote the following code: gs = GlobalSearch; problem = createOptimProblem('fmincon','x0',x0,... 'objective',objective...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Can I find zeros of a KKT (Kuhn Tucker condition) equation using "fmincon" for a constraint optimization complex number?
I am using fmincon to solve the optimization problem using the following command: [res4,fval4]=fmincon(objective,x0,A,B,Aeq,beq...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Is it possible to do multiple array of data on the same scatter plot;
I have a function like: m=zeros(3,4) for x=1:3 for y=1:4 m(x,y)=x*(y+1i*y); end scatterplot(m(x,:)); ...
presque 6 ans il y a | 1 réponse | 1
1
réponseQuestion
Why my objective function is not evaluating the function for an initial value?
I have a function like the following: function y=testfuncopt(a,b,c) y=a(1).^2+a(2).^2-b(1).^2-2*b(2).^2+c; Now I want to ...
presque 6 ans il y a | 1 réponse | 0
1
réponseA soumis
equalizer_tapcoefficient
equalizer tap coefficient calculation
plus de 8 ans il y a | 1 téléchargement |