'프로그램 사용'에 해당되는 글 2354건

  1. 2021.12.07 RTL-SDR로 김포공항 주파수 듣기 성공
  2. 2021.12.03 rtl sdr i,q branch?
  3. 2021.12.03 rpi3b 64bit weston
  4. 2021.12.02 wayland screen share
  5. 2021.12.02 wayland 와 weston 문서
  6. 2021.12.01 지름 재도전!!
  7. 2021.11.29 wayland
  8. 2021.11.28 noaa 위성사진 수신 실패
  9. 2021.11.27 wxtoimg ubuntu 4
  10. 2021.11.26 weston shell
프로그램 사용/rtl-sdr2021. 12. 7. 12:30

라고 하긴 애매한게.. 노이즈가 심해서 말을 인식할 수 없고

교신이면 주고 받아야 할텐데 한쪽만 들리는걸 봐서는 안테나 문제거나

FC0012 튜너 문제거나, 그것도 아니면 1년 가지고 놀면서 증폭쪽에 문제가 생겨서 수신감도가 발바닥이 되었거나

그것도 아니면 관악산에 가로막혀 김포공항쪽 전파를 못 받아서 그런걸지도?

 

119.75 라인에 붉은 줄이 그것!

 

gqrx에서 Rec 눌러 WAV로 저장하고 있다가, 그 부분을 audacity로 잘라서 듣는데 여전히 안들림 ㅋ

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

RTL-SDR FC0012 튜너 특성  (0) 2021.12.07
gnu radio h264 송수신  (0) 2021.12.07
rtl sdr i,q branch?  (0) 2021.12.03
지름 재도전!!  (0) 2021.12.01
noaa 위성사진 수신 실패  (0) 2021.11.28
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 3. 22:26

 

[링크 : https://arachnoid.com/software_defined_radios/]

[링크 : https://www.rtl-sdr.com/intuitive-tutorial-sdr-frequency-domain-iq-data/]

 

 

 

그림을 보면 수직으로 보는 것과 수평으로 보는 (전파진행방향 기준) 것 같은데

두개에 따라서 신호가 다르게 보이긴 할 듯?

in phase, quadrature

[링크 : https://www.allaboutcircuits.com/textbook/radio-frequency-analysis-design/radio-frequency-demodulation/understanding-i-q-signals-and-quadrature-modulation/]

 

+

23.07.14

 

In-phase and quadrature components

[링크 : https://en.wikipedia.org/wiki/In-phase_and_quadrature_components]

 

     -  0˚를 기준으로하면, in-phase(동 위상)
     -  이로부터 90˚이면, quadrature(직교 위상) 이라고 말함

[링크 : http://www.ktword.co.kr/test/view/view.php?m_temp1=4246]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

gnu radio h264 송수신  (0) 2021.12.07
RTL-SDR로 김포공항 주파수 듣기 성공  (0) 2021.12.07
지름 재도전!!  (0) 2021.12.01
noaa 위성사진 수신 실패  (0) 2021.11.28
wxtoimg ubuntu  (4) 2021.11.27
Posted by 구차니
프로그램 사용/wayland2021. 12. 3. 12:37

weston-launch로 실행시

 

기본예제로 들어있는 weston.ini 적용시

 

스샷은 /dev/fb0를 해봤자 의미없고, super+s를 하면 png로 떨어진다.

[링크 : https://wiki.archlinux.org/title/Weston]

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

weston.ini same-as on output section  (0) 2022.01.03
weston-image 와 cairo  (0) 2021.12.08
wayland screen share  (0) 2021.12.02
wayland 와 weston 문서  (0) 2021.12.02
wayland  (0) 2021.11.29
Posted by 구차니
프로그램 사용/wayland2021. 12. 2. 17:16

RDP로 공유하는 방법이 기본예제로 구현되어 있나?

 

[링크 : https://manpages.ubuntu.com/manpages/focal/en/man5/weston.ini.5.html#screen-share%20section]

[링크 : https://community.nxp.com/t5/i-MX-Processors/i-MX8-How-to-share-screen-on-Weston/td-p/1333875]

 

+ 2021.12.03

rpi3b 에서 64bit로 깔고 시도하는데 이것저것 조합해서 해보는데 영 안된다.

패키지는 아래가 필요할 것 같아서 설치했고

$ sudo apt-cache search freerdp
freerdp2-wayland - RDP client for Windows Terminal Services (wayland client)

 

실행은 아래의 명령어로 하고, 기본 weston.ini는 /usr/share/doc/weston/examples/weston.ini 에서 복사해 옴.

$ weston --log=/home/pi/weston.log --config=/home/pi/.config/weston.ini --modules=screen-share.so --backend=fbdev-backend.so

 

에러나는대로 그대로 나네..

[11:54:41.823] Screen share failed: No wl_shm found
[11:54:41.823] unknown child process exited

 

parent.shm이 NULL 이면 뜬다는데 저건 또 어디서 생성하게 해야하나...

if (so->parent.shm == NULL) {
weston_log("Screen share failed: No wl_shm found\n");
goto err_display;
}

[링크 : https://coral.googlesource.com/weston-imx/+/refs/heads/release-chef/compositor/screen-share.c]

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

weston-image 와 cairo  (0) 2021.12.08
rpi3b 64bit weston  (0) 2021.12.03
wayland 와 weston 문서  (0) 2021.12.02
wayland  (0) 2021.11.29
weston shell  (0) 2021.11.26
Posted by 구차니
프로그램 사용/wayland2021. 12. 2. 15:39

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

rpi3b 64bit weston  (0) 2021.12.03
wayland screen share  (0) 2021.12.02
wayland  (0) 2021.11.29
weston shell  (0) 2021.11.26
weston_log()  (0) 2021.11.25
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 1. 20:08

2p면 1+1 맞겠지?

아무튼 재구매 도전!!

 

 

+

21.12.03

이전 구매내역을 보니.. 싸게 사긴 싸게 샀구나 싶긴한데..

이래서 가려면 처음부터 끝판왕(?)을 가야 하는건가 싶기도 하고?

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

RTL-SDR로 김포공항 주파수 듣기 성공  (0) 2021.12.07
rtl sdr i,q branch?  (0) 2021.12.03
noaa 위성사진 수신 실패  (0) 2021.11.28
wxtoimg ubuntu  (4) 2021.11.27
rtl-sdr 지름  (0) 2021.11.25
Posted by 구차니
프로그램 사용/wayland2021. 11. 29. 23:01

아오 터치가 왜 안돼야 ㅠㅜ

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

wayland screen share  (0) 2021.12.02
wayland 와 weston 문서  (0) 2021.12.02
weston shell  (0) 2021.11.26
weston_log()  (0) 2021.11.25
wayland weston 구조  (0) 2021.11.24
Posted by 구차니
프로그램 사용/rtl-sdr2021. 11. 28. 19:55

으허어어엉 안테나가 문제냐

rtl sdr이 문제냐 ㅠㅜ

 

[링크 : https://ko.m.wikipedia.org/wiki/다이폴_안테나]

 

 

주파수는 NOAA15나 NOAA19니까 대충 때 맞춰서 보면 되고

 

방향이랑 위성은 stellarium으로 확인

그런데 자이로가 문제가 있는지 방향이 안 맞을때도 있으니 방위는 미리 확인해두는게 좋다.

최근접이 1100km 근처이긴 한 것 같은데

 

신호가 저~~~~언혀 뜨질 않는다. 하긴 FM 라디오도 잡음이 심한데 위성 신호는 더 못잡는게 당연한걸려나?

 

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

rtl sdr i,q branch?  (0) 2021.12.03
지름 재도전!!  (0) 2021.12.01
wxtoimg ubuntu  (4) 2021.11.27
rtl-sdr 지름  (0) 2021.11.25
rtl-sdr gqrx direct sampling  (0) 2021.11.25
Posted by 구차니
프로그램 사용/rtl-sdr2021. 11. 27. 17:29

wxtoimg는 윈도우용이 메인인 듯?

아무튼 라이선스 이야기도 나오고.. 우분투는 deb 로는 제공하지만 apt 를 통해 제공하진 않는다.

$ wxtoimg 
Usage: wxtoimg [-N|-S] [-a|-b] [-e <enh>] [-f <hz>] [-h] [-t <sat>] x.wav x.png
  where: -N         northbound pass 
         -S         southbound pass (default)
         -a         channel A image only
         -b         channel B image only
         -e <enh>   enhancement option (histeq, MSA, MCIR, HVCT, sea, ZA, ...)
         -f <hz>    adjust sound card sample rate (default 11025.0)
         -h         show advanced options usage
         -t <sat>   force processing to one of:
                    Resurs(r), Meteor3(m), Meteor2(2), SICH1M(h), SICH(s), Okean(o), NOAA(n), Meteosat(e), GOES(g), GMS(j), MTSAT(k), other(x) (default is autodetect)
USE xwxtoimg FOR A GRAPHICAL USER INTERFACE.
Copyright (c) 2001-2010 Central North Publishing Limited.
All rights reserved.

[링크 : https://wxtoimgrestored.xyz/downloads/]

 

업그레이드 하세요~ 압박압박

 

프로그램이 먼가 안 맞는지 UI가 죄다 깨진다

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

지름 재도전!!  (0) 2021.12.01
noaa 위성사진 수신 실패  (0) 2021.11.28
rtl-sdr 지름  (0) 2021.11.25
rtl-sdr gqrx direct sampling  (0) 2021.11.25
수신강도가 너무 약한건가?  (0) 2021.11.25
Posted by 구차니
프로그램 사용/wayland2021. 11. 26. 22:41

compositor 보긴싫어 ㅠ

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

wayland 와 weston 문서  (0) 2021.12.02
wayland  (0) 2021.11.29
weston_log()  (0) 2021.11.25
wayland weston 구조  (0) 2021.11.24
wayland weston flow  (0) 2021.11.22
Posted by 구차니