photo

Mohab Mostafa


Last seen: etwa 5 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Statistik

MATLAB Answers

10 Fragen
0 Antworten

RANG
21.543
of 300.756

REPUTATION
2

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
1

RANG
 of 21.077

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.890

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can i create N copies of a vector based on nonzero values in that vector?
I have a vector 1x5 which contain NZ nonzero values, what can i do if i want to create N copies of that vector such that each co...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Vector Quantization using partition and codebook
I have a vector range from -64 to 64, how can I quantize that vector using partition and codebook ?

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Bernoulli sensing matrix for compressed sensing using matlab
I am trying to implement compressed sensing in matlab, also trying different types of sensing matrix (Gaussian, Bernoulli, Fouri...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to create a random Bernoulli matrix ?
I want to create a 256x256 random Bernoulli matrix, how to do that in matlab ?

etwa 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


bit-stream encryption using AES
I am trying to encrypt binary vector using AES encryption in matlab, the problem is that I want the output to be binary vector a...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What are the options for encrypting bit-stream ?
I have a bit-stream file and i want to encrypt it, what are the options for encrypting it ?

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to encode orthogonal matrix using Huffman?
I have orthogonal matrix and I want to encode it using Huffman but apparently it takes ages and may not succeed, I don't want to...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to obtain the actual size of a variable in bits ?
I need to know how to find the actual size in bits for a variable or matrix inside matlab

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to calculate image compression ratio?
After doing some processing on the image, say DCT and Quantization, how can I calculate the compression ratio between the compre...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to reduce grayscale levels ?
I have an RGB image, converted it into Grayscale image X = imread('lena.bmp'); Y = rgb2gray(X); now the image is represented ...

mehr als 10 Jahre vor | 1 Antwort | 1

1

Antwort