Python Forum
Plotting Spectogram of a Time domain signal
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plotting Spectogram of a Time domain signal
#1
I have acquired amplitude time series and I am trying to plot the spectogram and do annotation of the signal for different activity in python. Can someone please help me on this? I am attaching the .csv file.

Thank you so much in advance.
Yoriz write Nov-29-2022, 06:03 PM:
https://python-forum.io/misc.php?action=help&hid=52 Wrote:Homework and No Effort Questions

This forum is focused on education. It exists to help people learn Python. We don’t exist to solve others’ problems, although that tends to be a happy byproduct of education. You should keep this in mind when writing replies.

It is highly advised that you do not post the full solution, even if the asker is putting in the effort. It is better to use hints with natural language rather than code if at all possible. Only after the author has something complete you may go all out.
Larz60+ write Nov-29-2022, 02:14 PM:
Only post in a single thread.
It is against forum rules o do otherwise.
Your thread will still be seen.

your duplicate posts will be deleted. Please see: https://python-forum.io/misc.php?action=help&hid=22

Attached Files

.csv   csi_sitnwalk.csv (Size: 6.02 KB / Downloads: 118)
Reply
#2
I'm pretty sure SciPy provides a function to compute a spectrogram.
Reply
#3
Yup.
SciPy signal spectrogram documentation
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020