'잡동사니'에 해당되는 글 13306건

  1. 2023.10.09 교통비 인상과 알뜰 교통카드
  2. 2023.10.08 롱보드 구매
  3. 2023.10.07 선풍기 목수리 방법
  4. 2023.10.06 누가 외근이란걸 발명한거야?
  5. 2023.10.05 rc 시정수 계산
  6. 2023.10.05 pyplot legend picking
  7. 2023.10.04 matplotlib
  8. 2023.10.04 pyplot
  9. 2023.10.03 블로그 방문자 하락.. -_ㅠ
  10. 2023.10.02 HSMC(High Speed Mezzanine Card)

50원 부족해서 250원 혜택이었는데

교통비 150원 오른덕에 편도 100원 이득.. 아니 50원 손해인가? ㅠㅠ

https://v.daum.net/v/20231007053024736

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

발등뼈 수술 확정  (0) 2023.10.10
골절  (0) 2023.10.09
롱보드 구매  (0) 2023.10.08
선풍기 목수리 방법  (0) 2023.10.07
피곤피곤  (0) 2023.10.02
Posted by 구차니

차고 앞으로 발을 올리니 어려운 거였군 ㅠㅠ

 

[링크 : https://youtube.com/shorts/N-WFuOWHx_k?si=y_Buhl5qBoalBwOP]

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

골절  (0) 2023.10.09
교통비 인상과 알뜰 교통카드  (0) 2023.10.09
선풍기 목수리 방법  (0) 2023.10.07
피곤피곤  (0) 2023.10.02
진짜 교과서가 문제일까?  (0) 2023.10.01
Posted by 구차니

내 방에 선풍기가 겸손해져서 난리인데

한번 겸사겸사 분해해서 기동 콘덴서랑 목 부품을 좀 손 봐야하려나?

 

[링크 : https://blog.naver.com/cheumand/221035042712]

'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

교통비 인상과 알뜰 교통카드  (0) 2023.10.09
롱보드 구매  (0) 2023.10.08
피곤피곤  (0) 2023.10.02
진짜 교과서가 문제일까?  (0) 2023.10.01
추석 아니랠까봐 -_-  (1) 2023.09.30
Posted by 구차니

아오 -_-

고작 외근따위로는 글 적을 만한 신박한 일이 발생되지 않는단 말이야!

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

일이 안풀린다  (0) 2023.11.23
리듬깨짐  (0) 2023.11.05
밖으로 돌리고 돌리고~  (0) 2023.09.26
오랫만에 지름  (0) 2023.09.18
도대체 얘 정체가 머지?  (0) 2023.09.18
Posted by 구차니
이론 관련/전기 전자2023. 10. 5. 18:59

저항-캐패시터 조합으로 클럭을 만들수 있는데

저항과 캐패시터 값을 적절히 조절하면 원하는 클럭이 나온다.

일단.. 내가 가진 부품이 머가 있는진 모르겠지만..

나중에 이걸 해보면 잼나겠네

 

[링크 : https://www.electrical4u.com/relaxation-oscillator/]

[링크 : https://murcielrago.tistory.com/93]

 


100uF 10kohm 1초

1000uF 1kohm 1초 << 캐패시터는 있음

 

[링크 : https://www.digikey.kr/ko/resources/conversion-calculators/conversion-calculator-time-constant]

'이론 관련 > 전기 전자' 카테고리의 다른 글

THD N  (0) 2024.04.03
아날로그 컴퓨터  (0) 2023.10.11
dB(데시벨-상대값)과 dBm(절대값)  (0) 2023.08.23
역극성 보호  (0) 2023.08.01
유선 전화기 들면 들리는 소리  (0) 2023.07.25
Posted by 구차니

이 선이 머다~ 라고 써있는데 legend인데

거기 클릭하면 선이 보이고 안보이고 하는 기능을 picking이라고 적어 놓은듯

 

우측 상단에 1 Hz / 2 Hz가 legend인데

레전드 내의 파란색 선을 아~~~주 잘 골라서 클릭하면

 

아래처럼 사라진다.

[링크 : https://matplotlib.org/stable/gallery/event_handling/legend_picking.html]

'Programming > python(파이썬)' 카테고리의 다른 글

ipython notebook -> jupyter notebook  (0) 2024.01.11
파이썬 가상환경  (0) 2024.01.09
matplotlib  (0) 2023.10.04
pyplot  (0) 2023.10.04
python matplotlib 설치  (0) 2023.03.08
Posted by 구차니

gnuplot을 래핑해서 만든건줄 알았는데 독립된 건가?

[링크 : https://matplotlib.org/stable/tutorials/pyplot.html]

 

500.000 points scatterplot
gnuplot:      5.171 s
matplotlib: 230.693 s

[링크 : https://stackoverflow.com/questions/911655/gnuplot-vs-matplotlib]

 

2차축 추가. y축에 대해서 주로 넣지 x 축에 넣는건 먼가 신선하네

import datetime

import matplotlib.pyplot as plt
import numpy as np

import matplotlib.dates as mdates
from matplotlib.ticker import AutoMinorLocator

fig, ax = plt.subplots(layout='constrained')
x = np.arange(0, 360, 1)
y = np.sin(2 * x * np.pi / 180)
ax.plot(x, y)
ax.set_xlabel('angle [degrees]')
ax.set_ylabel('signal')
ax.set_title('Sine wave')


def deg2rad(x):
    return x * np.pi / 180


def rad2deg(x):
    return x * 180 / np.pi


secax = ax.secondary_xaxis('top', functions=(deg2rad, rad2deg))
secax.set_xlabel('angle [rad]')
plt.show()

[링크 : https://matplotlib.org/stable/gallery/subplots_axes_and_figures/secondary_axis.html]

 

특이하게 배열로 된 값이 들어가는게 아닌, 함수를 통해서 1차축에 대해서 계산해서 2차축을 쓰는 듯?

Axes.secondary_xaxis(location, *, functions=None, **kwargs)
Axes.secondary_yaxis(location, *, functions=None, **kwargs)

functions2-tuple of func, or Transform with an inverse
If a 2-tuple of functions, the user specifies the transform function and its inverse. i.e. functions=(lambda x: 2 / x, lambda x: 2 / x) would be an reciprocal transform with a factor of 2. Both functions must accept numpy arrays as input.

The user can also directly supply a subclass of transforms.Transform so long as it has an inverse.

See Secondary Axis for examples of making these conversions.

[링크 : https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.secondary_xaxis.html#matplotlib.axes.Axes.secondary_xaxis]

[링크 : https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.secondary_yaxis.html#matplotlib.axes.Axes.secondary_yaxis]

'Programming > python(파이썬)' 카테고리의 다른 글

파이썬 가상환경  (0) 2024.01.09
pyplot legend picking  (0) 2023.10.05
pyplot  (0) 2023.10.04
python matplotlib 설치  (0) 2023.03.08
python openCV / PIL 포맷 변경  (0) 2022.04.12
Posted by 구차니

하나의 그래프에 여러개의 데이터를 한번에 그리기

import matplotlib.pyplot as plt
import numpy as np
  
# create data
x = [1,2,3,4,5]
y = [3,3,3,3,3]
  
# plot lines
plt.plot(x, y, label = "line 1", linestyle="-")
plt.plot(y, x, label = "line 2", linestyle="--")
plt.plot(x, np.sin(x), label = "curve 1", linestyle="-.")
plt.plot(x, np.cos(x), label = "curve 2", linestyle=":")
plt.legend()
plt.show()

[링크 : https://www.geeksforgeeks.org/plot-multiple-lines-in-matplotlib/]

 

'Programming > python(파이썬)' 카테고리의 다른 글

pyplot legend picking  (0) 2023.10.05
matplotlib  (0) 2023.10.04
python matplotlib 설치  (0) 2023.03.08
python openCV / PIL 포맷 변경  (0) 2022.04.12
파이썬 딕셔너리 변수 생성과 리턴 enumerate, zip  (0) 2022.04.12
Posted by 구차니
개소리 왈왈/블로그2023. 10. 3. 22:14

망해가는 느낌이 팍팍 들긴 하지만

 

2008년 10월 부터 티스토리 했고

그 쯔음에 가비아 이벤트로 도메인을 받아서 대충 15년 정도 유지해오고 있긴한데

이 정도면 놓을래야 놓을수 없는 저주가 된걸려나?

 

 

+

만료예정일 2023-10-01

보안 접속 인증서 발급완료...?

 

일단은 고객센트 항의해봐야 할 듯

[링크 : https://3.serendipity92.com/entry/티스토리-인증서-오류]

'개소리 왈왈 > 블로그' 카테고리의 다른 글

블로그 미쳤다?  (4) 2023.11.30
갑자기 먼일이래 -ㅁ-?  (0) 2023.10.25
방문자 1000 미만 -_ㅠ  (0) 2023.09.22
흐음.. 방문자 수가..  (0) 2023.09.05
티스토리 블로그 백업 기능 살아남  (0) 2023.06.06
Posted by 구차니
embeded/FPGA - ALTERA2023. 10. 2. 23:02

또 병이 도져서 중고장터 뒤지다가

sockit 이라는 제품에서 HSMC 라는 커넥터가 있어서 보는데

아래 사진에서 우측의 희한한 커넥터가 바로 그녀석

웬지. 회사에서 사용하는걸 본적이 있는 느낌인데...

[링크 : https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=205&No=816&PartNo=2#contents]

 

아무튼 아래와 같은 스펙을 지닌 고속 인터페이스인데

반대로 생각하면 캐리어 보드가 없으면 de10-nano 처럼 HDMI도 없는 녀석이라

메모리만 AP 쪽이 1기가, FPGA쪽에 1기가 넣어주는게 무의미해질 수 있는 구성이라는게 함정

[링크 : http://www.mwftr.com/SoCs14/Altera%20hsmc_spec.pdf]

'embeded > FPGA - ALTERA' 카테고리의 다른 글

terasic sockit  (0) 2023.11.06
altera(intel fpga) m9k m10k  (0) 2023.05.14
altera uart ip  (0) 2023.05.14
altera - partial reconfigure  (0) 2023.04.24
altera nios 2 epcs to ram  (0) 2023.03.28
Posted by 구차니