#-------------------------------------------------------------
#!/usr/local/bin/python
# -*- coding: gbk -*-
import sys, os
sys.path.append(r'd:\python\teasoft')
STDFILE = open(r'd:\python\std.txt', 'a', 1)
sysstderr = sys.stderr
sysstdout = sys.stdout
sys.stderr = STDFILE
sys.stdout = STDFILE
from threading import Thread
import time, math, winsound, clipboard, random
from numpy import *
from tsmodule.tspdata import *
from tsmodule.tspyt import *
from tsmodule.tscmd import *
from tsmodule.tsdopop import *
from tsmodule.tsdraw import *
import tsmodule.tsconfig
#------------------------------------------------------------
import matplotlib.pyplot as plt
def setpltrange(posx=2000, posy=550, width=800, height=480):
cmfw = plt.get_current_fig_manager().window
cmfw.setGeometry(posx, posy, width, height)
setpltrange()
plt.rcParams['font.sans-serif'] = ['SimHei']
plt.rcParams['axes.unicode_minus'] = False
#------------------------------------------------------------
$$F\left( \omega \right) = \int_{ - \infty }\infty {f\left( t \right)e{ - j\omega t} dt}$$
可以看到。在提问中输Latex公众是不能够显示的。
这是一个测试的公式部分:
这是一个测试的公式部分: