Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WAV ファイルが実行されているときに、matlab を使用して .WAV ファイルの周波数を変更しようとしています (sound(y, FS))。助言がありますか?
より低いレートでデータをリサンプリングできます(たとえば、多くの補間関数の1つを使用interp1)。次に、その結果をsound代わりに渡します。
interp1
sound
fsまたは、引数をに変更するだけsoundです。
fs