Community Profile

photo

jorji


Last seen: 1 year ago Active since 2021

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


how to separate image histogram into two sub-histograms
how to separate image histogram into two sub-histograms. , Then pl is calculated from the relevant sub-histograms with the follo...

2 years ago | 0 answers | 0

0

answers

Question


How to draw a histogram of an image in a triangle?
I want to get the output image histogram this way I found the following code from the tutorials of this site after searching, b...

2 years ago | 3 answers | 0

3

answers

Question


I want to compare BER an ofdm channel once with neural network and once without it (it can be any neural network method)
I want to have a chart like the one below that examines and compares BER or error probability for two different modes. Once it ...

2 years ago | 0 answers | 0

0

answers

Question


I want to compare the probability of error in a channel with OFDM modulation and gamma distribution in two modes using neural networks and without using neural networks.
-It can be any of the neural networks such as CNN, RNN, ... - My output is 2 graphs for error probability that show in 2 cases ...

2 years ago | 0 answers | 0

0

answers

Question


How to draw consecutive circles?
k = 7. ; N = 255 ; x = 0:N ; y = 0:N ; [X,Y] = meshgrid(x,y) ; I = 1/2*(1+sin(2*pi/N*k*X)) ; imshow(I)

2 years ago | 1 answer | 0

1

answer