Simulink filter simulation

Hello everyone,
I have a digital filter and i need to send a large data set through that filter, problem is I have to set "simin" variable which is the input data that i am sending through the filter, therefore i have to read all the data to memory, Is there an alternative way of simulating the design. My data size is around 200Mb.
thank you, sana.

Respuestas (1)

Seth Popinchalk
Seth Popinchalk el 29 de Mzo. de 2011

0 votos

Save your data to a file and use the From File block. This will enable incremental reading of the data from the file during the simulation and minimize the amount of memory used.

Categorías

Más información sobre Get Started with DSP System Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 27 de Mzo. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by