Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSD app for FLS, egui #10

Merged
merged 39 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
16575fd
Initial addition of web server
ryan-summers Nov 1, 2021
d22f740
Refactoring server
ryan-summers Nov 1, 2021
4e5de1f
Adding WIP frontend
ryan-summers Nov 1, 2021
fc7c365
Adding WIP react changes
ryan-summers Nov 2, 2021
43e42e2
Adding WIP frontend
ryan-summers Nov 2, 2021
3d25d51
Converting to a Bokeh frontend
ryan-summers Nov 2, 2021
38af469
Enabling webgl
ryan-summers Nov 2, 2021
96c9239
Refactoring to display traces
ryan-summers Nov 19, 2021
148df5a
Updating JS
ryan-summers Nov 19, 2021
d46aaf0
Adding WIP updates
ryan-summers Nov 19, 2021
b0b6de8
Adding WIP updates
ryan-summers Nov 19, 2021
cd54671
Adding updates
ryan-summers Nov 23, 2021
f275130
Finalizing changes
ryan-summers Nov 23, 2021
f3a5c59
parameters/naming tweaks
jordens Dec 14, 2021
e8d73f7
egui app with psd and hbf dsp tools
jordens Aug 31, 2023
678c97d
tweak
jordens Sep 1, 2023
cd4f45f
static psd stages
jordens Sep 1, 2023
77162ec
header rework
jordens Sep 1, 2023
a74bf39
drain initial impulse response from decimator
jordens Sep 1, 2023
f18db2f
rm heapless
jordens Sep 1, 2023
09a2c39
add Cargo.lock
jordens Sep 1, 2023
77efcb3
fix stage depth
jordens Sep 1, 2023
77cc5bd
docs
jordens Sep 1, 2023
a914fe2
options
jordens Sep 1, 2023
1b3d776
tweaks
jordens Sep 2, 2023
a646f63
rm perf stuff from gitignore
jordens Sep 6, 2023
0ea3632
fix drain
jordens Sep 10, 2023
736b96f
doc
jordens Sep 10, 2023
2167361
better hbf tap normalization
jordens Sep 11, 2023
396de93
clean up README remnants
jordens Sep 13, 2023
4de5835
refactor hbf
jordens Sep 15, 2023
f3d85d4
move hbf to idsp
jordens Sep 15, 2023
c263f7a
psd: move frequencies to Break
jordens Sep 15, 2023
6550275
add var calculator
jordens Sep 16, 2023
2badebd
loss: don't assert
jordens Sep 16, 2023
c7fdc14
tweak Source
jordens Sep 17, 2023
033196c
move loss/frame parse to source, add raw single
jordens Sep 17, 2023
fa2d1b6
psd: decimate entire first block
jordens Sep 17, 2023
b0e893a
tune detrend
jordens Sep 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native"]
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Loading
Loading