Skip to content

yenru0/stimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

자극제

자극제의 import templates

일반적인(대개 공통)

import numpy as np
import matplotlib.pyplot as plt
import matplotlib.animation as animation
import matplotlib.ticker as ticker
import IPython.display

plt.rcParams['font.family'] = ["D2Coding"]

out 패스를 포함하는

import os

NOTEBOOK_ID = "TEST"
OUTPUT_PATH = f"out/{NOTEBOOK_ID}/"

if not os.path.isdir(OUTPUT_PATH):
    os.mkdir(OUTPUT_PATH)

음성(*.wav)

import scipy.io.wavfile
import scipy.fftpack

시뮬레이션(pygame)

import pygame

pygame.init()

목록

gavity

중력과 한계를 시험

wave simul

참조

soft interpolation

About

a stimulant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages