Simulink filter simulation
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Seth Popinchalk
2011 年 3 月 29 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Single-Rate Filters についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!