
오류 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00 답 : apollo 검색후 레드보드아르테미스로 연결해주면됨.. 아래 모두 실패한 방법 1. 해결방법 : 드라이버 설치 -> 해결 안 됨. FTDI _mac OS https://ftdichip.com/drivers/vcp-drivers/ VCP Drivers - FTDI Newsletter This data you have provided for our marketing communications with the latest news, offers, promotion, events and f..

https://surtrtech.com/2018/12/28/interfacing-1-heart-pulse-beat-sensor-amped-sen-11574-with-arduino/ Interfacing 1$ Heart Pulse / Beat sensor AMPED SEN 11574 with Arduino Hello, and welcome to this tutorial where we try to use a 1$ Heart pulse sensor, which obviously won’t be so accurate, the genuine on is made by “World Famous Elect…surtrtech.comLibrary:Download AMPED SEN 11574 l..

https://www.laxtha.com/ProductView.asp?Model=RP320&catgrpid=4 3.3V https://blog.naver.com/haejin5446/220478354949 랩뷰와 아두이노를 이용한 심박변이도(HRV) 측정 및 분석 01(ECG EKG PPG HRV) [LabView] 랩뷰를 이용한 심박변이도(HRV) 측정 및 분석 ECG EKG PPG HRV 앞선 블... blog.naver.com 구동전압을 1.5v로 낮추기 위해 10k옴 저항을 사용하여 전압 분배. 분석 소프트웨어가 필요 https://www.ni.com/gate/gb/GB_EVALTLKTLINXLVH/US Download LINX - LabVIEW MakerHub - NI 감사합니다. 곧 연락드리겠습..

https://m.blog.naver.com/chandong83/221212429360 아두이노 사용기 #35 비접촉 온도센서를 다뤄보다. (MLX90614) 이번에 다뤄볼 녀석은 비접촉 온도센서이다. 위의 제품이 비접촉 온도 측정 장비인데 아마도 이 녀석은 더 ... blog.naver.com 라이브러리 설치 (메뉴 > 스케치 > 라이브러리 포함하기 > 라이브러리 관리) Adafruit MLX90614 Libaray by Adafruit 예제 메뉴 > 파일 > 예제 > Adafruit MLX90614 Libarary > mlxtest Ambient는 외부 온도이고 Object는 측정하고 있는 물체의 온도 값 코드 #include #include // mlx90614 라이브러리 생성 Adafruit_ML..

Volumetric effects are applied to volumes, not just surfaces. 예를들어 안개. GDAL (Geospatial Data Abstraction Library). 지리 데이터를 처리하고 변환하는 데 사용되는 오픈 소스 라이브러리 PDB File format, 단백질 정보 파일 형식은 텍스트로 된 파일 형식으로, 단백질 정보 은행에 실려있는 분자들의 3차원 구조를 설명하는 데 사용된다 Visual Molecular Dynamics 컴퓨터 프로그램 영어에서 번역됨-Visual Molecular Dynamics는 분자 모델링 및 시각화 컴퓨터 프로그램입니다. VMD는 주로 분자 역학 시뮬레이션의 결과를 보고 분석하는 도구로 개발되었습니다. 또한 체적 데이터, 시퀀스 ..

01. 어떤 데이터? : 남극 시간 기반 지형 표현 모델 The Reference Elevation Model of Antarctica (REMA) time-stamped Digital Surface Model (DSM) (남극 참조 고도 모델(REMA)은 2미터 공간 해상도의 고해상도, 타임 스탬프가 표시된 남극의 수치 표면 모델(DSM)) Data download : https://www.pgc.umn.edu/data/rema/ this is from Release 1.1, and is the 1 kilometer DEM with "filled" center. The Reference Elevation Model of Antarctica (REMA) provides the first, high res..
두 개의 오디오가 실시간으로 들어오는 상황. 둘이 같은 smaplerate로 들어와야 한다. 메인에서는 EEG의 alpha 값이 들어와서 담아지고 있는 상황. Unity 에서 지원하는 audio thread를 사용할 수 있다. https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnAudioFilterRead.html Unity - Scripting API: MonoBehaviour.OnAudioFilterRead(float[], int) The filter is inserted in the same order as the MonoBehaviour script is shown in the Inspector. OnAudioFilterRead is called ..

1. alpha band와 오디오 인벨로프의 코히어런스(유사도)를 보고싶다. a. 이모티브의 alpha pow 값은 8hz 단위로 들어온다 b. 오디오는 48000 단위로 샘플링 되고있다.. 첫번째 문제는 둘의 차이가 너무 크다는것. 이둘을 비교하는 것 자체가 가능할까.. 일단 해야할 것 다운 샘플링 업 샘플링해서 둘을 16000으로 맞춰보자.. 두번째 문제는. 인벨로프를 어떻게 정의할 것이냐. > 인벨로프 계산이라는 개념이 생각보다 넓은 개념이였음 > 힐버트 변환으로 계산하라는 이야기들이 많음 > 이거는 FFT 변환이 들어 갈 경우 연산량이 너무 많아짐.(역퓨리에까지 하기 때문) 세번째 문제는. 코히어런스 계산할때. 윈도우 사이즈. 그리고 실시간 계산이 안되니 청크사이즈를 정해서 버퍼에 담아야하는데 ...

힐베르트 어쩌고 FFT 돌려야한단다. 유니티에서는 어렵고. 누젯페키지 받아야한단다. https://www.nuget.org/packages/MathNet.Numerics MathNet.Numerics 5.0.0 Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .NET 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or www.nuget.org 누젯패키지 파일 ..
- Total
- Today
- Yesterday
- 라즈베리파이
- houdini
- CNC
- colab
- 유니티플러그인
- imgtoimg
- Unity
- Express
- node.js
- sequelize
- three.js
- AI
- VR
- ardity
- opencv
- TouchDesigner
- Arduino
- motor controll
- Midjourney
- emotive eeg
- 후디니
- docker
- Python
- 유니티
- unity 360
- MQTT
- Java
- DeepLeaning
- oculuspro
- RNN
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |