photo

Md. Hasan Rahman


Last seen: 3년 초과 전 2016년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

9 질문
0 답변

File Exchange

1 파일

순위
29,792
of 300,840

평판
1

참여
9 질문
0 답변

답변 채택
44.44%

획득한 표
1

순위
17,741 of 21,092

평판
3

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
36

순위

of 171,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Submission
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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 ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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,...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


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...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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,:)); ...

6년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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 ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


equalizer_tapcoefficient
equalizer tap coefficient calculation

대략 9년 전 | 다운로드 수: 1 |

0.0 / 5