photo

Renjith V Ravi


Last seen: 約1年 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

19 質問
0 回答

ランク
38,583
of 300,753

評判
1

コントリビューション
19 質問
0 回答

回答採用率
47.37%

獲得投票数
1

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to Write file names of multiple images to a csv file.?
From the code below,I got the file names of multiple images from a folder. clear all close all clc Directory = 'Im...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How to read all types images from the folder regardless of file extension ?
The below is my code clear all close all clc Directory = 'Images_folder\'; % Read images from Images folder ...

約8年 前 | 4 件の回答 | 0

4

回答

質問


Which parameters ore metrics can be used to differentiate two simple speach signals recorded using the following code?
I have used the following code to record and write speech signals clc clear all close all % Record the voice passw...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Which of the following method is correct for finding the image compression ratio in matlab
I am using Huffman coding for image compression.Here I have mentioned three methods for finding the compression ratio. ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Fasten the huffman coding
Is there any possibility to fasten the below code clear all clc %Read the input image Ao=imread('Lena.bmp'); Ao...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


Finding the compression ratio
I am using the code for SPIHT image compression shown in the link <https://in.mathworks.com/matlabcentral/fileexchange/4808-spih...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Kindly help me to understand the following steps
Please help me to understand, what processing is happening for the variable ' *encoded_img* ' in the following code pos...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


bitmap size and file size
When I run the code shown in the link <http://in.mathworks.com/matlabcentral/fileexchange/13584-compression-ratio>, i got the ou...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


which one is the correct procedure for summation
I want to implement the following equation <</matlabcentral/answers/uploaded_files/69763/hd.PNG>> Kindly tell me,which met...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Histogram deviation or MDMF
I am trying to calculate the histogram deviation(H.D) or Maximum Deviation Measuring Factor(M.D.M.F) as mentioned in <http://...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


Calculate Histogram deviation or MDMF
I am trying to calculate the histogram deviation(H.D) or Maximum Deviation Measuring Factor(M.D.M.F) as mentioned in <http:...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Calculating difference between histograms
Can I use the command Z = imabsdiff(X,Y) for calculating the difference between histograms of two images.

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Pixel Shuffling and inverse shuffling
I have tried to shuffle the image using tinkerbell map and Henon Map and obtained the output.But I cant do the inverse shuffling...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


Pixel Shuffling using Chaotic Tinkerbell map(https://en.wikipedia.org/wiki/Tinkerbell_map) and Henon Map(https://en.wikipedia.org/wiki/H%C3%A9non_map)
I have tried to do double shuffling of pixels in an image using Tinkerbell mal and Henon Map.The code is shown below. It is show...

9年弱 前 | 1 件の回答 | 1

1

回答

質問


How to implement the following equations in image encryption
Upto finding D(i,j),I have found below clear all close all clc im1 = imread('lena.bmp');% Read the input image ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Creation of matrix from loop
The following is a code for creation of matrix using for loop for r = 1:256; for c=1:256; m(r,c) = (r+c)^2; end; e...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


NIST Statistical Test suite SP 800-22
The 15 randomness tests by NIST coded in C language from the link http://csrc.nist.gov/groups/ST/toolkit/rng/documentation_so...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


I am trying to shuffle the pixels of an image using chaotic standard map.But I got an error "Subscript indices must either be real positive integers or logicals."
I am trying to shuffle the pixels of an image using chaotic standard map by modifying the code in the link https://in.mathworks....

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Is it possible to implement the 16 Randomness Tests in Matlab
Mentioned in Chapter 2 of http://csrc.nist.gov/groups/ST/toolkit/rng/documents/SP800-22rev1a.pdf

9年以上 前 | 1 件の回答 | 0

1

回答