I have a speech signal and through speech processing techniques I want to take output in the form of logic1 and logic 0. Can anyone suggest how this can be done using MATLAB programming?
There are many ways to do this. You can use fprintf for formatted output, or fwrite for binary output with bit-width specification. Do a help or doc on these statements.
Are you trying to convert and save your data in binary format, or are you talking about some event detection technique which has a [true / false] output (you referred to some speech processing technique)?