Buffer error message.

조회 수: 34 (최근 30일)
Gabriel
Gabriel 2011년 5월 5일
Can anyone explain the error message when trying to run a program?
Cannot propagate frame-based signal from output port 1 of 'audioimport/Buffer' to input port 1 of 'audioimport/Mux' because this input port expects a sample-based signal. Consider inserting an Unbuffer in the signal path
I wish I can upload the diagram to explain clearly.
Thank You

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2011년 5월 6일
The Buffer block from the DSP System Toolbox (Signal Processing Blockset prior to R2011a) converts a (regular) sample-based signal to a frame-based signal. The Mux block only works with sample-based signals, so it errors out when you feed in a frame signal.

카테고리

Help CenterFile Exchange에서 Buffers, Switches, and Counters에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by