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!