8 Questions 6 Answers 0 Followers
Questions related from Amina Dilawar
This is discrete cosine code taken from the net. I want to use it but didnt understand whats happening in this code, especially whole for loop Statements. [A1, f] = wavread('A1.wav');windowSize =...
01 January 2015 7,509 2 View
I want to import a ms office .doc file in matlab , anybody knows the function for reading matlab please help me . thanks
11 November 2014 4,377 9 View
m encrypting an audio file in matlab successfully execute , but it is taking 16 values every time , as audio file has huge values when i divide audio file size with 16 it is giving me 689...
09 September 2014 3,753 1 View
I am encrypting my audio file in matlab using AES Algo. When I run my this algo it is giving me the error......plaintext should be a vector ( not a cell array) of 16 elements...i have sort this...
09 September 2014 7,790 3 View
I have run this http://nevonprojects.com/aes-source-code-inmatlab/ AES on my audio file is giving me the error...... plaintext should be vector of 16 elements not a cell array. I have removed...
09 September 2014 289 4 View
I am using wav file [funky ,f]= wavread('funky.wav'); size(funky) ans = 375061 1 How do you reshape it now because I have applied different ideas but all are giving errors?
08 August 2014 6,255 2 View
I want to compress my audio file in matlab. I have done it with dct transform but it is not giving me proper results and it only shows the results of original file and last compressed file not...
08 August 2014 4,691 6 View
I have done encryption on my audio file by using AES algo encryption that is giving error given below: Error using cipher (line 38)Plaintext has to be a vector (not a cell array) with 16...
07 July 2014 8,261 13 View