splitting audio in a frames
Show older comments
Hi currently i am working on audio watermarking project in matlab and i dont know how to split audio (wav) file into frames and frame should be 90ms in duration..so will you please tell me how can i split any wav audio file into frames and how can i implement it in a matlab will you please provide a code for the same? and how can i use linear predictive coding function in a matlab in order to split audio file into frames... please its very urgent help me thanks.
Accepted Answer
More Answers (1)
shivangi patel
on 20 May 2013
0 votes
If you are using DCT for watermarking, you can simply read the wav file,group the samples into frames such that number of frames = size of image to be embeded and apply DCT on each frame.. it really works
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!