index
:
AGH-fortran-course/fortran-assignment2
master
This repo contains my homework for the fortran course at AGH University of Science and Technology
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-06-02
adjust number of points
Wojtek Kosior
2019-06-02
adjust x range of dft plot
Wojtek Kosior
2019-06-02
add rule for generating all plots
Wojtek Kosior
2019-06-02
support 2 compilers
Wojtek Kosior
2019-06-01
add plots
Wojtek Kosior
2019-06-01
make 'original' and 'filtered' plots same height
Wojtek Kosior
2019-06-01
adjust noise, normalize
Wojtek Kosior
2019-06-01
fix bug that make f1 used at all times
Wojtek Kosior
2019-06-01
add plotting of f2 (original + dft + filtered)
Wojtek Kosior
2019-06-01
fix wording error (transformed → filtered)
Wojtek Kosior
2019-06-01
add noise filter
Wojtek Kosior
2019-06-01
add second input function for dft
Wojtek Kosior
2019-06-01
minor change in Makefile
Wojtek Kosior
2019-06-01
plot function's frequency spectrum
Wojtek Kosior
2019-06-01
plot original function
Wojtek Kosior
2019-06-01
also include frequency values in output
Wojtek Kosior
2019-06-01
remove old comment
Wojtek Kosior
2019-06-01
make pi global constant
Wojtek Kosior
2019-06-01
only use c real types where necessary
Wojtek Kosior
2019-06-01
print original function or transformed depending on argumnet
Wojtek Kosior
2019-06-01
compile f1, don't use build/
Wojtek Kosior
2019-06-01
add makefile; use build/ for binaries
Wojtek Kosior
2019-06-01
perform fft, print abs() of resulting values
Wojtek Kosior
2019-06-01
allocate aligned memory using fftw
Wojtek Kosior
2019-06-01
move: text.f90 → src/f1.f90
Wojtek Kosior
2019-06-01
mark function pure
Wojtek Kosior
2019-06-01
compute sinuses signal
Wojtek Kosior
2019-05-31
initial commit - test include file finding
Wojtek Kosior