need help combining UIOPEN & wavread

1 次查看(过去 30 天)
kobi
kobi 2014-11-22
评论: Geoff Hayes 2014-11-23
hello,
i wrote a function that reads a wave file using wavread and does the goertzel algorythem (encoding it from a dialing tone to a a phone number), anyway - simultanisley - i've been building a GUI that uses UIOPEN on a button click, and it works, but how can i run the function i wrote by loading a wave file and not by using a waveread..? (there are two .m files - one for the GUI and one for the DSP).
thanks ahead
  2 个评论
kobi
kobi 2014-11-22
anybody? it's quiet urgent, i have to hand it by monday :)
Geoff Hayes
Geoff Hayes 2014-11-23
kobi - are you using uiopen to allow the user to select and open any file with extension wav? If so, then why not just use uigetfile to get the file and pass it (the path and filename) to the function that reads a wave file using wavread?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop uifigure-Based Apps 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by