BeamformIt
BeamformIt acoustic beamforming software
파일 탐색기
- all_conf.cfg
- ami.cfg
- channels_all_conf
- channels_ami
- channels_rt06s_conf
- channels_rt06s_lect
- chime3.cfg
- doxygen.cfg
- RT06s_conf.cfg
- RT06s_lect.cfg
- license.txt
- fftreal.pas
- testapp.dpr
- ClockCycleCounter.cpp
- ClockCycleCounter.h
- ClockCycleCounter.hpp
- def.h
- fnc.h
- fnc.hpp
- Int64.h
- StopWatch.cpp
- StopWatch.h
- StopWatch.hpp
- conf.h
- fnc.h
- fnc.hpp
- main.cpp
- TestAccuracy.h
- TestAccuracy.hpp
- TestHelperFixLen.h
- TestHelperFixLen.hpp
- TestHelperNormal.h
- TestHelperNormal.hpp
- TestSpeed.h
- TestSpeed.hpp
- TestWhiteNoiseGen.h
- TestWhiteNoiseGen.hpp
- Array.h
- Array.hpp
- def.h
- DynArray.h
- DynArray.hpp
- FFTReal.h
- FFTReal.hpp
- FFTRealFixLen.h
- FFTRealFixLen.hpp
- FFTRealFixLenParam.h
- FFTRealPassDirect.h
- FFTRealPassDirect.hpp
- FFTRealPassInverse.h
- FFTRealPassInverse.hpp
- FFTRealSelect.h
- FFTRealSelect.hpp
- FFTRealUseTrigo.h
- FFTRealUseTrigo.hpp
- OscSinCos.h
- OscSinCos.hpp
- license.txt
- readme.txt
- delaysum.h
- fileinout.h
- global.h
- parse_options.h
- support.h
- tdoa.h
- run_chime3.sh
- run_rt06s_conf
- run_rt06s_lect
- BeamformIt.cc
- delaysum.cc
- fileinout.cc
- parse_options.cc
- support.cc
- tdoa.cc
- CMakeLists.txt
- do_beamforming.sh
- Doxyfile
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cmake
설명 보기 ▼
cmake
네이티브 빌드 시스템을 위한 빌드 설정 파일을 생성하는, 크로스 플랫폼 빌드 자동화 도구.
더 많은 정보: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.
cmake {{path/to/project_directory}}
프로젝트 디렉터리의 `CMakeLists.txt`를 사용해 현재 디렉터리에 빌드 설정을 생성:
cmake --build {{path/to/build_directory}}
지정한 디렉터리의 빌드 설정을 사용해 빌드 산출물을 생성:
cmake --install {{path/to/build_directory}} --strip
빌드 산출물을 `/usr/local/`에 설치하고 디버그 심볼을 제거:
apt-get
설명 보기 ▼
apt-get
Debian 및 Ubuntu 패키지 관리 도구.
`apt-cache`를 사용하여 패키지를 검색하세요.
Ubuntu 16.04 이후 버전에서는 대화형 사용 시 `apt` 사용을 권장합니다.
더 많은 정보: <https://manned.org/apt-get.8>.
sudo apt-get update
사용 가능한 패키지 및 버전 목록 업데이트 (다른 `apt-get` 명령어 실행 전에 권장됨):
sudo apt-get install {{package}}
패키지 설치 또는 최신 버전으로 업데이트:
sudo apt-get remove {{package}}
패키지 제거:
