actually I think it's working but making impulse responses by hand is finnicky
This commit is contained in:
parent
d4a1105f11
commit
e16f191edb
@ -3,7 +3,10 @@ import scipy.interpolate
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
channel_response = np.array([-1 - 1j, 0, 0, 1, 0, 0, -1 - 1j])
|
||||
# Dirac delta function response, no change
|
||||
#channel_response = np.array([0, 0, 0, 1, 0, 0, 0])
|
||||
channel_response = np.array([0, 0, 1, 0.5, 0.25, 0.125])
|
||||
|
||||
|
||||
# How do I sync this across two files?
|
||||
# figure it out later
|
||||
|
Loading…
Reference in New Issue
Block a user