| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → System Identification Toolbox |
| Contents | Index |
| Learn more about System Identification Toolbox |
realdata(data)
realdata returns 1 if
data contains only real-valued signals.
data contains frequency-domain signals, obtained by Fourier transformation of real-valued signals.
Otherwise realdata returns 0.
Notice the difference with isreal:
load iddata1 isreal(z1); % returns 1 zf = fft(z1); isreal(zf) % returns 0 realdata(zf) % returns 1 zf = complex(zf) % adds negative frequencies to zf realdata(zf) % still returns 1
![]() | rbj | resample | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |