photo

Muhammad


Last seen: 11일 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
271,320
of 300,863

평판
0

참여
8 질문
0 답변

답변 채택
12.5%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I want to implement ASK .I am facing problem with "wwve_gen".
Here is my code clear all; close all; n=5; b=[1 0 0 1 0]; fc=8000; Rb=1000; t=1/Rb; xu = waveplot(b,'unipolar_nrz'); fs...

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

0

답변

질문


I want Huffman coding
(Huffman coding example, codex.m) Open the code codex.m using the editor. Note “m” parameter which indicates the number of simu...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Suppose i have a 1000*24 binary vectors each having 4 ones and 20 zeros in each row .Now want to extract the spcific vectors that have ones only at the speific positions.
For example I have all stored all these vectors in a matrix AA=[ 0 0 1 0 0 0 0 0 1 0 ...

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

1

답변

질문


I want to go go through the whole matric and want to remove vectors of specific indeices that have probability fitness less than a specific value.
I have found the probability of fitness of all my vectors in my matrix.But now i want to have my matrix back but with excluded v...

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

1

답변

질문


i have one dimensional array and i want to move every non zero element oh that array to exchange position with every zero in each iteration.
For example a=[1 2 3 4 0 0 0 ] I want all the possible combination through nested for loop (not circular shift) example of I...

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

1

답변

질문


I want to shift vector values one by one to the left
Hello everyone, I have a binary vector with five 0 and three 1. num=[1 1 1 0 0 0 0 0] and I want to shift each 1 left, shift ...

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

4

답변

질문


I want the ones of a binary array to exchange positions with all the zeros and store the result in other array with each iteration.
a=[1 1 1 0 0 ] i want it to be like this a1=[1 1 0 1 0] a2=[1 1 0 0 1] then i want the second member (1) to move th positi...

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

0

답변