필터 지우기
필터 지우기

Initialization of small model slow

조회 수: 1 (최근 30일)
Constantin Runge
Constantin Runge 2018년 12월 19일
편집: Constantin Runge 2018년 12월 19일
I've got a pretty small dsp model basically consisting of a few transposes, a reshape, a flip, an fft and a few FIR filters. The input and output ports have fixed sizes and data types. For the FIR filters I wrote a custom MATLAB System Object holding a cell array of dsp.FIRFilters in order to achieve multi-channel FIR filtering for frame-based simulations (see my other question here for the objects code).
Now when I increase the number of channels to above 16 (first dimension of taps in the example code), the model build slows down by quite a while. With 64 channels it is already well above 10 minutes on my machine (i7 4790k, 32GiB ram, SSD).
According to the status bar, the tasks taking the most time are signal type and size propagation.
What can I do to speed up the model build?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by