http://www.ustb.no/examples/picmus/picmus-experiment-contrast-speckle/
PICMUS experiment contrast speckle – Ultrasound Toolbox
www.ustb.no
이 링크를 고대로 따라해보자
먼저
git clone https://github.com/USTB/USTB.git
해당 코드로 자료들을 가져온다.
그다음에 매트랩에서 다운받은 위치에 폴더를 열고 아래 코드를 실행,
% data location
url='http://ustb.no/datasets/'; % if not found data will be downloaded from here
local_path = [ustb_path(),'/data/']; % location of example data in this computer
addpath(local_path);
filename='PICMUS_experiment_contrast_speckle.uff';
% check if the file is available in the local path & downloads otherwise
tools.download(filename, url, local_path);
패키지 다운로드

어디다가 다운로드 하나 싶었는데 매트랩 내장 폴더인듯 하다.

계속 이렇게 떠서 뭔가 했다.
>> uff_file=uff(filename,'read');
경고: Parameter PICMUS_experiment_contrast_speckle.uff not in uff
gpt 말로는
run("ustb_path.m")
를 실행해보고 나서 해보라고 해서 다시 해봤다.
뭐 이것저거 다해봐도 안되었는데
USTB\examples\picmus\simulation_contrast_speckle.m 파일이 동일한 결과를 도출한다.
'이직로그 > DSP' 카테고리의 다른 글
| Audio DSP: 일렉기타 이펙터 만들기 1 (1) | 2026.03.17 |
|---|---|
| USTB 스터디 3: 예제 분석하기 (0) | 2026.02.12 |
| USTB 스터디 1 (0) | 2026.01.26 |
| 빔포밍 시뮬레이션 10 - 원본 먼저 해볼걸 (0) | 2025.12.02 |
| 빔포밍 시뮬레이션 9 - padding 기준으로 자르기, png 출력 (0) | 2025.11.28 |