[PR #51] [MERGED] Adding DSP Chapter. #1787

Closed
opened 2026-04-11 08:08:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/51
Author: @Mjrovai
Created: 11/7/2023
Status: Merged
Merged: 11/7/2023
Merged by: @profvjreddi

Base: mainHead: hands-on-exercises


📝 Commits (2)

  • 917cb2e Adding DSP Chapter.
  • cd8fd29 Removing duplicate, previously renamed

📊 Changes

22 files changed (+614 additions, -0 deletions)

View changed files

📝 _quarto.yml (+1 -0)
dsp_spectral_features_block.qmd (+613 -0)
images/imgs_dsp_spectral_features/case_study.png (+0 -0)
images/imgs_dsp_spectral_features/data_sample.png (+0 -0)
images/imgs_dsp_spectral_features/features.png (+0 -0)
images/imgs_dsp_spectral_features/fft.png (+0 -0)
images/imgs_dsp_spectral_features/fft_result.png (+0 -0)
images/imgs_dsp_spectral_features/impulse.png (+0 -0)
images/imgs_dsp_spectral_features/kurto.png (+0 -0)
images/imgs_dsp_spectral_features/process_features.png (+0 -0)
images/imgs_dsp_spectral_features/rms.png (+0 -0)
images/imgs_dsp_spectral_features/sample.png (+0 -0)
images/imgs_dsp_spectral_features/sample_no_mean.png (+0 -0)
images/imgs_dsp_spectral_features/skew.png (+0 -0)
images/imgs_dsp_spectral_features/skew_2.png (+0 -0)
images/imgs_dsp_spectral_features/spectral_block.jpeg (+0 -0)
images/imgs_dsp_spectral_features/v1.png (+0 -0)
images/imgs_dsp_spectral_features/v1_features.png (+0 -0)
images/imgs_dsp_spectral_features/wav.png (+0 -0)
images/imgs_dsp_spectral_features/wav_processed.png (+0 -0)

...and 2 more files

📄 Description

Adding a Preprocessing DSP Chapter. Deep dive into Inertial data preprocessing.

Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist.

  1. Content

    • The chapter content is complete and covers the topic in detail.
    • [x ] All technical terms are well-defined and explained.
    • [x ] Any code snippets or algorithms are well-documented and tested.
    • [ x] The chapter follows a logical flow and structure.
  2. References & Citations

    • All references are correctly listed at the end of the chapter.
    • In-text citations are used appropriately and match the references.
    • [ x] All figures, tables, and images have proper sources and are cited correctly.
  3. Quarto Website Rendering

    • [x ] The chapter has been locally built and tested using Quarto.
    • [x ] All images, figures, and tables render properly without any glitches.
    • [x ] All images have a source or they are properly linked to external sites.
    • [ x] Any interactive elements or widgets work as intended.
    • [x ] The chapter's formatting is consistent with the rest of the book.
  4. Grammar & Style

    • [x ] The chapter has been proofread for grammar and spelling errors.
    • [ x] The writing style is consistent with the rest of the book.
    • [x ] Any jargon is clearly explained or avoided where possible.
  5. Collaboration

    • All group members have reviewed and approved the chapter.
    • Any feedback from previous reviews or discussions has been addressed.
  6. Miscellaneous

    • [x ] All external links (if any) are working and lead to the intended destinations.
    • If datasets or external resources are used, they are properly credited and linked.
    • Any necessary permissions for reused content have been obtained.
  7. Final Steps

    • [x ] The Pull Request is made with a clear title and description.
    • The Pull Request includes any necessary labels or tags.
    • The Pull Request mentions any stakeholders or reviewers who should take a look.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/51 **Author:** [@Mjrovai](https://github.com/Mjrovai) **Created:** 11/7/2023 **Status:** ✅ Merged **Merged:** 11/7/2023 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `hands-on-exercises` --- ### 📝 Commits (2) - [`917cb2e`](https://github.com/harvard-edge/cs249r_book/commit/917cb2e1241d49831fea105e55e475d60521be3e) Adding DSP Chapter. - [`cd8fd29`](https://github.com/harvard-edge/cs249r_book/commit/cd8fd29f4fdeba7e632d1d2cd7016452138661c3) Removing duplicate, previously renamed ### 📊 Changes **22 files changed** (+614 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `_quarto.yml` (+1 -0) ➕ `dsp_spectral_features_block.qmd` (+613 -0) ➕ `images/imgs_dsp_spectral_features/case_study.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/data_sample.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/features.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/fft.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/fft_result.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/impulse.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/kurto.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/process_features.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/rms.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/sample.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/sample_no_mean.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/skew.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/skew_2.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/spectral_block.jpeg` (+0 -0) ➕ `images/imgs_dsp_spectral_features/v1.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/v1_features.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/wav.png` (+0 -0) ➕ `images/imgs_dsp_spectral_features/wav_processed.png` (+0 -0) _...and 2 more files_ </details> ### 📄 Description Adding a Preprocessing DSP Chapter. Deep dive into Inertial data preprocessing. Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist. 1. **Content** - [x] The chapter content is complete and covers the topic in detail. - [x ] All technical terms are well-defined and explained. - [x ] Any code snippets or algorithms are well-documented and tested. - [ x] The chapter follows a logical flow and structure. 2. **References & Citations** - [ ] All references are correctly listed at the end of the chapter. - [ ] In-text citations are used appropriately and match the references. - [ x] All figures, tables, and images have proper sources and are cited correctly. 3. **Quarto Website Rendering** - [x ] The chapter has been locally built and tested using Quarto. - [x ] All images, figures, and tables render properly without any glitches. - [x ] All images have a source or they are properly linked to external sites. - [ x] Any interactive elements or widgets work as intended. - [x ] The chapter's formatting is consistent with the rest of the book. 4. **Grammar & Style** - [x ] The chapter has been proofread for grammar and spelling errors. - [ x] The writing style is consistent with the rest of the book. - [x ] Any jargon is clearly explained or avoided where possible. 5. **Collaboration** - [ ] All group members have reviewed and approved the chapter. - [ ] Any feedback from previous reviews or discussions has been addressed. 6. **Miscellaneous** - [x ] All external links (if any) are working and lead to the intended destinations. - [ ] If datasets or external resources are used, they are properly credited and linked. - [ ] Any necessary permissions for reused content have been obtained. 7. **Final Steps** - [x ] The Pull Request is made with a clear title and description. - [ ] The Pull Request includes any necessary labels or tags. - [ ] The Pull Request mentions any stakeholders or reviewers who should take a look. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-11 08:08:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#1787