Community Profile

photo

Jimmy cho


Last seen: circa 2 anni fa Attivo dal 2020

Statistiche

  • First Review
  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


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

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 3 risposte | 0

3

risposte

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

oltre 3 anni fa | 0

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

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

oltre 3 anni fa | 0

Domanda


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

oltre 3 anni fa | 6 risposte | 0

6

risposte

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Carica altro