입력값을 정규화 하려고 했는데

fftw를 쓴다고 알려진 matlab의 예제를 보니

입력값 범위로 정규화하는게 아니라(입력 값이 8bit 라면 /256 으로 0~1 사이 값으로..)

입력 받는 샘플의 갯수로 정규화 해줘야 하는 건가?

 

아무튼 정규화 했다고 생각했는데 진폭이 이상하게 1이상의 값이 나왔는데

그거 탓이었나 싶기도 하고.. 다시 테스트 해봐야 할 듯

 

Fs = 1000;            % Sampling frequency                    
T = 1/Fs;             % Sampling period       
L = 1500;             % Length of signal
t = (0:L-1)*T;        % Time vector

푸리에 변환을 계산합니다.

Y = fft(X);
양방향 스펙트럼 P2를 계산합니다. 그런 다음, P2와 짝수 값 신호 길이 L을 기반으로 하여 단방향 스펙트럼 P1을 계산합니다.

P2 = abs(Y/L);
P1 = P2(1:L/2+1);
P1(2:end-1) = 2*P1(2:end-1);

[링크 : https://kr.mathworks.com/help/matlab/ref/fft.html]

 

fftw_plan fftw_plan_r2r_1d(int n, double *in, double *out,
                           fftw_r2r_kind kind, unsigned flags);
fftw_plan fftw_plan_r2r_2d(int n0, int n1, double *in, double *out,
                           fftw_r2r_kind kind0, fftw_r2r_kind kind1,
                           unsigned flags);
fftw_plan fftw_plan_r2r_3d(int n0, int n1, int n2,
                           double *in, double *out,
                           fftw_r2r_kind kind0,
                           fftw_r2r_kind kind1,
                           fftw_r2r_kind kind2,
                           unsigned flags);
fftw_plan fftw_plan_r2r(int rank, const int *n, double *in, double *out,
                        const fftw_r2r_kind *kind, unsigned flags);

[링크 : https://www.fftw.org/fftw3_doc/More-DFTs-of-Real-Data.html]

'프로그램 사용 > fft, fftw' 카테고리의 다른 글

fft size overlap window size  (0) 2023.06.12
fftw 라이브러리 사용 테스트  (0) 2023.06.12
fft 라이브러리 목록  (0) 2023.06.01
fftw 다차원 분석  (0) 2023.05.27
fft phase 연산  (0) 2023.04.07
Posted by 구차니

또 1년이 지났구먼

저건 가격좀 안내리나..(안오르는게 다행인가..)

 

Posted by 구차니
Linux/Ubuntu2023. 6. 1. 16:11

22.04로 이제야 갈아탔는데

$ dmesg
dmesg: read kernel buffer failed: 명령을 허용하지 않음

 

먼가 이 황당한 시츄에이숑...

debian 시스템에서 변경으로 이걸 풀려면 아래와 같이 root가 아니어도 볼 수 있도록 풀어야지

내 계정을 허용하는 계정으로 추가하는 방법은 없는 듯?

$ echo kernel.dmesg_restrict = 0 | sudo tee -a /etc/sysctl.d/10-local.conf >/dev/null
$ cat /etc/sysctl.d/10-local.conf 
kernel.dmesg_restrict = 0

[링크 : https://unix.stackexchange.com/questions/390184/dmesg-read-kernel-buffer-failed-permission-denied]

[링크 : https://www.reddit.com/r/Kubuntu/comments/ucs15q/dmesg_needs_root_now_2204_what_solution_included/]

[링크 : https://jjeongil.tistory.com/1786]

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu 22.04 wayland vs x.org on 4K dual  (0) 2023.06.26
ubuntu 22.04 GUI/CLI 부팅  (0) 2023.06.18
python3를 python으로 실행하기  (0) 2023.02.10
block caribou ?  (0) 2023.02.07
maas  (0) 2023.02.03
Posted by 구차니

'프로그램 사용 > fft, fftw' 카테고리의 다른 글

fftw 라이브러리 사용 테스트  (0) 2023.06.12
fft 잘못 사용하고 있었나?  (0) 2023.06.02
fftw 다차원 분석  (0) 2023.05.27
fft phase 연산  (0) 2023.04.07
fftw input range?  (0) 2023.04.07
Posted by 구차니

딸래미꺼 0원요금제로 갈아타기 모드

이번에 갈아타면 1년 간 버틸 수 있고

그냥 월 2200원에 월 1GB면 집에서만 인터넷 쓰게 하면 될 거 같기도?

'개소리 왈왈 > 모바일 생활' 카테고리의 다른 글

핸드폰 개통  (2) 2024.02.05
핸드폰 요금제 변경  (0) 2023.08.14
터치 안되는 핸드폰 끄기(안드로이드)  (0) 2022.12.02
요금제 변경 시도  (0) 2022.09.05
아이패드 초기화 하기  (0) 2022.07.27
Posted by 구차니
Microsoft/Windows IoT2023. 6. 1. 10:30

먼가 한땀 한땀 읽으니 겨우 이해가 되네 -_-

나이가 들어서 그런가..

10.4 Installing Windows 10 IoT on eMMC and Booting Windows 10 IoT
1. Power on the board and let the Windows installer install Windows IoT Enterprise to the eMMC, then reboot
into installed Windows. Installing Windows IoT Enterprise from the SD card can take around 30 minutes, so
get some coffee while you wait!
Note: The WinPE installer renames the EFI folder at the root of the SD card to _efi, which causes UEFI to
skip the SD card at boot time. This allows you to keep the SD card inserted across reboots without having
Windows IoT reinstalled on each reboot. If you wish to boot into the WinPE installer again, you can rename
_efi back to EFI.
2. Make sure to disable sleep in “Power and sleep” settings after Windows OS boots up to avoid unexpected
system hangs.

[링크 : https://www.nxp.com/docs/en/quick-reference-guide/IMXWQSG.pdf]

 

인스톨용 SD 카드를 뽑아서 열어보니

_efi 디렉토리가 있다. 설치하면서 설치 SD 카드에서 디렉토리 명을 바꿔버리는 듯

SD 부팅을 해놔야 하니 설치 하지 못하도록 막는 고육책일 것 같기도 하고..

i.mx8mp용 인스톨러 특성일지 아니면 다른 win on arm 계열들도 그런지 모르겠다.

'Microsoft > Windows IoT' 카테고리의 다른 글

x86 binary on win iot for arm  (0) 2023.05.30
Posted by 구차니

경기도 사는 사람에게는 안와서 잘 잤다만(?)

아무튼 강하나 건너면 바로 서울인데 서울에만 문자가 오고

경기도에는 오지 않은걸 보면 지역 기반도 아니고 동별로 처리하는건가?

 

‘北 미사일 발사’ 재난문자 오발령 촌극...서울시 “대피준비” vs 행안부 “오발령”

[링크 : http://www.enewstoday.co.kr/news/articleView.html?idxno=2005226]

 

"서울로 미사일 쐈다면 이미 저승행"…9분 늦은 문자에 분통

[링크 : https://v.daum.net/v/20230531164257531]

'개소리 왈왈 > 정치관련 신세한탄' 카테고리의 다른 글

에라이  (0) 2023.07.12
도둑놈 심뽀?  (0) 2023.06.15
RE100, CFE ?  (2) 2023.05.17
전기, 가스 요금 인상  (0) 2023.05.15
망했어요  (0) 2023.04.26
Posted by 구차니
Microsoft/Windows IoT2023. 5. 30. 21:25

윈도우 iot 관련해서 찾아보니..

x86 to ARM64 에뮬레이션은 윈10 iot에서 지원

x64 to ARM64 에뮬레이션은 윈10 iot에서 지원해주다가 빼고 윈11 iot 에서 해준다고 한다.

 

아무튼 가상화는 아니고 x86 에뮬레이션으로 실행하고

Arm에서 x86 에뮬레이션이 작동하는 방식

x86 앱에 대한 에뮬레이션을 사용하면 Arm에서 Win32 앱의 풍부한 에코시스템을 사용할 수 있습니다. 이렇게 하면 사용자에게 앱을 전혀 수정하지 않고 기존 x86 win32 앱을 실행하는 놀라운 환경을 제공할 수 있습니다. 앱은 특정 API(IsWoW64Process2)를 호출하지 않는 한 Arm PC의 Windows에서 실행되고 있다는 것조차 알지 못합니다.

[링크 : https://learn.microsoft.com/ko-kr/windows/arm/apps-on-arm-x86-emulation]

 

Arm64EC - Arm에서 Windows 11 위한 앱 빌드
Arm64EC("Emulation Compatible")를 사용하면 새 앱을 증분 방식으로 빌드하거나 기존 앱을 포팅하여 가능한 경우 네이티브 Arm 성능을 활용하는 동시에 완전히 마이그레이션될 때까지 기존 x64 코드 & 라이브러리를 활용할 수 있습니다. 자세한 정보:


Arm의 기존 Windows 앱 지원
Windows on Arm은 수정되지 않은 많은 x86 & x64 앱뿐만 아니라 네이티브 Arm 앱을 실행하지만 최상의 성능과 배터리 수명을 위해 가능한 한 Arm 네이티브로 앱을 빌드해야 합니다. Windows 앱은 네이티브 C/C++ Win32 앱, 클래식 .NET Framework WinForms/WPF 앱, 최신 .NET 또는 MAUI 앱 또는 Java, Python, 노드 등을 사용하여 빌드된 앱 등 다양한 도구와 기술을 사용하여 빌드할 수 있습니다.

[링크 : https://learn.microsoft.com/ko-kr/windows/arm/overview?source=recommendations]

 

PC용 cpu-z를 받아서

x86과 x64용 실행파일을 실행하면

32bit(x86) 용은 구동에 문제가 없고

64bit(x64) 용은 프로그램마다 출력이 좀 다르긴 한데 아래와 같이 This app can't run on your PC 라고 뜨면서 실행이 안된다.

그렇다고 win 11 iot로 버전업 하긴 엄청 오래 걸릴 것 같고 패스~!

 

putty 64bit 인스톨러 실행시

'Microsoft > Windows IoT' 카테고리의 다른 글

win IoT 재설치 (i.MX8MP / win iot 10 ent)  (0) 2023.06.01
Posted by 구차니

ubuntu 22.04로 올렸더니 git에서 받으려고 시도했으나 실패해서

옆자리 동료에서 물어보니 ssh 보안관련 문제라고

 

그래서 추가로 검색해보니 SSL 에서 구버전 암호화 deprecate 시키듯이

SSH 에서도 ed25519 를 구버전 암호화로 사용을 막도록 기본값을 변경해서 생긴 문제인 듯.

The RSA SHA-1 hash algorithm is being quickly deprecated across operating systems and SSH clients because of various security vulnerabilities, with many of these technologies now outright denying the use of this algorithm.

It seems this has happened for the ssh client in Ubuntu 22.04. The RSA public-private key pair is considered not safe any more.

Solution
Use a more modern and secure type of key such as ed25519. Generate a new key pair in your Ubuntu 22.04 computer with this command:

ssh-keygen -t ed25519 -C "colin@colin-desktop"

[링크 : https://askubuntu.com/questions/1409105/ubuntu-22-04-ssh-the-rsa-key-isnt-working-since-upgrading-from-20-04]

[링크 : https://songs-family.tistory.com/entry/장애이슈-SSH-키-인증-방식-변경ssh-rsa-ecdsa-에-따른-서비스-장애]

 

EdDSA는 Edwards-curve 디지털 서영 알고리즘의 약자고

Ed25519는 SHA-512와 curve25519를 사용했다는데

Edwards-curve Digital Signature Algorithm (EdDSA)
Ed25519 is the EdDSA signature scheme using SHA-512 (SHA-2) and Curve25519[2] where

[링크 : https://en.wikipedia.org/wiki/EdDSA]

 

curve25519는 128bit 암호화를 제공해서 잘린건가?

In cryptography, Curve25519 is an elliptic curve used in elliptic-curve cryptography (ECC) offering 128 bits of security (256-bit key size) and designed for use with the elliptic curve Diffie–Hellman (ECDH) key agreement scheme. 

[링크 : https://en.wikipedia.org/wiki/Curve25519]

Posted by 구차니

역시 인텔 그래픽 감속기로는 무리인가...

HD 620 인데(7세대 내장) 그래픽 옵션들 전부 최저에

해상도 50%(960x540) 으로 해도 15프레임 될까 말까 한 듯

 

프레임도 느린데 asdw 키를 통해서 좌우/상하 전환하면

먼가 예상 한 것 보다 너무 빠르게 움직이고 한템포 늦게 카메라가 또 돌아가버리니 미묘하게 환장하게 만드는 조작감...

 

그래도 유유자적(?)하며 바다를 거니는 느낌은 좋다.

'게임 > 오리진&스팀&유플레이' 카테고리의 다른 글

오리진 계정 복구  (0) 2023.06.08
ea origin은 어디가고..  (2) 2023.06.06
epic 무료게임 - 데스 스트랜딩  (0) 2022.12.26
스위치 둠 공략 - 챕터..4?  (0) 2022.08.30
macos 에픽게임즈  (0) 2022.05.27
Posted by 구차니