photo

Jimmy cho


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

41 Preguntas
2 Respuestas

CLASIFICACIÓN
72.384
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
41 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
39.02%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Understanding Matlab code - opensource matlab code.
Hi , I'm trying to write this matlab code as shown here below and to plot the graphs as shown in below with matlab code impleme...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Plotting professional MATLAB graph of given two txt files
Hello, I'm having to two txt files lets say: out1.txt out2.txt out1 txt has only integer values like this (as column): 1...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Parsing unique .txt messages issue in matlab?!
Hello world of matlab programming . I am trying and struggling to parse a series messages from text file that has different u...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plotting exp given function with db units
Hi , I rarely use matlab and Im trying to plot this function y = 0.3exp(-0.08SINR[dB]) I'm trying to get the plot of that fu...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


RCC communication in mobile communication
Hi guys, I've read about RCC communication in subject mobile communication and Im trying to do any simulation that I can see for...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Writing the built in matlab function in simple code(like for loop, etc.)
Hi guys, I'm trying to do the same concept of what my code below does, but in a simple approach with different way. My code in...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Why return function min in matlab return two values?
Hi guys ! Im using min function that's already built in matlab over an integer array like arr1=[1 2 3 4 5 6 7]; my problem is...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Writing complex term in matlab in simple way
Hi guys, Im trying to do the same concept of what my code below does, but in a simple approach with different way. my code in ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Implementation Low Pass Filter without using any built function in matlab
Hi guys; Im trying to implement in a simple approach / simple way a Low Pass filter in matlab code .. could anyone please help ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Zero Crossing of Signal - Misunderstanding the attached matlab code.
Hi guys! Im trying to understand the zero crossing points that uses interpolation approximation which I found the code here in ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Using structures as enum input to a function in MATLAB
Hello I'm implementing a function that gets as one input with two possible values Red (enum configured as 1) , Green(enum confi...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I configure enum in matlab?
Hi guys, I would like to ask about how do I define enum in matalb? I know there's enum classes in matalb & object oriented . b...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to divide the range of given integer number
Hi guys, Might the deadline of my problem isn't understandable, so here Im explaining my problem. Im trying to do a range of g...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using Conv in matlab and don't know where's the problem.
Hello guys. I'm having two complex vectors, one is of length 20480000x1 which called dk, the other is 1x20 which called mf1. s...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


understanding and converting two matlab function to c++/c code
Hi guys could anyone please tell me what those three attached matlab functions does? and how I can implement them in c++ ? I me...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


For each loop upon fixed size array
Hi guys, I have three variable x y z that are integer values and for instance its values are : x=5 , y=2 , z=3; and I have a...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I save matrix from workspace to a function in the editor in MATLAB?
Hi guys, I've write in the workspace of matlab matrix called a and it's really too big 300x300 ; I've about three days to fill...

casi 5 años hace | 3 respuestas | 0

3

respuestas

Respondida
Decimal matrix to binary matrix correspond to each value of decimal matrix.
Attaching down the representation of the output to my problem : (once again I have matrix 64x3 but just for understanding make i...

casi 5 años hace | 0

Pregunta


adding one row of sequential number to matrix corresponded for each row of the given matrix
Hi guys, I have matrix which it's size is 4x2 and called B, I want to to it a sequential number to it for each row starting fir...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Decimal matrix to binary matrix correspond to each value of decimal matrix.
Appreciate your help guys, but apparently didn't understand me. I dont want the binary values as characters or strings! , it's ...

casi 5 años hace | 0

Pregunta


Decimal matrix to binary matrix correspond to each value of decimal matrix.
Hello, I am having difficulties in converting a matrix of decimal numbers to its corresponding binary matrix. Here is the probl...

casi 5 años hace | 6 respuestas | 0

6

respuestas

Pregunta


Converting my python code to matlab
Hi guys. I've implemented in python convolutional encoder K=7 , r =1/2 and I came from world of python / c++ and rarely I use m...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


finding the exact points of Zero crossing using interpolation method
Hi guys, Im implementing in matlab zero crossing points to my signal , frequency sampling is 2048Khz. my matlab code that Im ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Likelihood decision in viterbi decoding- matlab
Hi guys, Im trying to implement Viterbi Decoder in matlab by using Likelihood decision, how can I do that in matlab? is there a...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to use comm.ConvolutionalEncoder and comm.Viterbi decoder in matlab
Hi guys ! Im really doing something simple but Im stuck because there's something Im missing and it would be appreciated if the...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Decoding Message in Matlab with soft decision
Hi guys, i'm trying to encode and decode a simple message using Matlab , Im trying to implement in matlab viterbi decoder with...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Implementing viterbi decoder in matlab with k=7 , r=1/2 - soft decision.
Hi guys, Im asking if matlab library provides viterbi decoder with k=7 , r=1/2 with 'soft decision' function, I want to imple...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Implementing viterbi decoder in matlab with k=7 , r=1/2
Hi guys, I've a message in binary that's an output of convolutional encoder that its parameters is k=7 , r=1/2. So Im trying to...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Reversing binary stream Conversion According to attached table?
Hi guys, best regard for @dpb to help me to built this function in matlab: function ret=binrestore(m,array) % returns binary ...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Convolutional Decoding Using Matlab Functions - using viterbi decoder.
I'm trying to perform convolutional decoding using built in Matlab functions. I'm trying to implement (2,1,7) : Im trying to im...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Cargar más