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?
use reshape function. type help reshape in matlab command window
Hi Amina,
This example could be helpful:
Reshape a 3-by-4 matrix into a 2-by-6 matrix.
A =
1 4 7 10
2 5 8 11
3 6 9 12
B = reshape(A,2,6)
B =
1 3 5 7 9 11
2 4 6 8 10 12
B = reshape(A,2,[])
"Example from matworks.co.uk"
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 =...
31 December 2014 7,440 2 View
10 November 2014 4,296 9 View
08 September 2014 198 4 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...
08 September 2014 3,662 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...
08 September 2014 7,702 3 View
07 August 2014 4,576 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...
06 July 2014 8,179 13 View
Hi, I am using GROMACS 5.1.4 to simulate water in contact with a surface. I am only interested to calculate some properties of water near the surface. Let's say at a distance of x nm from the...
03 March 2021 9,989 2 View
I have prepared a manuscript in IEEE Latex template, but for some purpose, I need to prepare a word file as well (detailed format is not required). Compared to two column .tex file, one column...
02 March 2021 1,830 3 View
Hello, I am working on a soil project and I found a primary research article that tests how the modification of agricultural soil can cause global warming, using a thermal collector, however I...
02 March 2021 7,161 3 View
I made a vertical section plot with WOA .nc file on ODV, and now I want to plot my stations (csv. file) in it. Does anyone know how to import my points to the section? They are two different...
01 March 2021 3,610 1 View
01 March 2021 1,290 2 View
I've used the "export data" option in Vesta software to convert my unit cell into a cif file however when I use that cif in atomsk it shows error such as "can't read the position of atom 0". If I...
28 February 2021 4,966 3 View
Hi, all! How can we use a hybrid element in Abaqus Dynamic/Explicit for impressible materials? I have not find the choice for explicit element in Abaqus CAE. I am wondering whether it is possible...
25 February 2021 9,936 2 View
25 February 2021 5,713 1 View
Hi I am very new to proteomics analysis. I have got raw files from core facility running thermofisher TMT 16plex 4 hours. I cannot find on maxquant the option TMT16Plex there is only up to 11...
25 February 2021 1,675 3 View
I am using the crystallographic open database and materials project to search for cif file but the exact structure is not mentioned or how can I deduce that the given structure and atomic position...
23 February 2021 6,723 2 View