Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:gnss-sdr/geniuss-place
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Oct 28, 2024
2 parents 10c39c5 + 2f8bf0e commit 321eb6c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1)
activesupport (7.2.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -35,7 +35,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
execjs (2.9.1)
execjs (2.10.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.7.2)
json (2.7.4)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -245,7 +245,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.7)
rexml (3.3.9)
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand Down
27 changes: 27 additions & 0 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,33 @@ note = { {doi}: 10.1186/1687-6180-2013-143}

<h3 style="margin-bottom:0px;padding-top:10px;">Articles and Presentations in International Conferences</h3>

<ul class="biblist">
<!-- Item: Friedt24 -->
<li ><p>
J.-M&nbsp;Friedt
<br><b>Software Defined Radio for Time and Frequency Applications: Example of Passive Monitoring of TWSTFT and other Timing Signals</b><br>
<i>2024 European Frequency and Time Forum (EFTF)</i>,
Neuch&acirc;tel, Switzerland, June 2024, pp. 7-10.
<br />
<a href="javascript:toggleBibtex('Friedt24')">[BibTeX]</a>
<span style="color: #52adc8">[</span><a href="https://ieeexplore.ieee.org/document/10722130/" >Online</a><span style="color: #52adc8">]</span> <span style="color: #52adc8">[</span><a href="https://doi.org/10.1109/EFTF61992.2024.10722130" ><i class="ai ai-doi"> </i></a><span style="color: #52adc8">]</span>
</p>
<div id="bib_Friedt24" class="bibtex noshow" style="color: #111111">
<pre>@inproceedings{ Friedt24,
author = {J.M-~Friedt},
booktitle = {European Frequency and Time Forum (EFTF)},
title = {Software Defined Radio for Time and Frequency Applications: {E}xample of Passive Monitoring of {TWSTFT} and other Timing Signals},
month = {Jun.},
address = {Neuch\^{a}tel, Switzerland},
year = {2024},
pages = {7--10},
note = {doi: 10.1109/EFTF61992.2024.10722130}
}</pre>
</div>
</li>
</ul>


<ul class="biblist">
<!-- Item: Akos22 -->
<li ><p>
Expand Down
2 changes: 1 addition & 1 deletion _quick-start/05-configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ InputFilter.band2_error=1.0
InputFilter.filter_type=bandpass
InputFilter.grid_density=16
InputFilter.dump=false
InputFilter.dump_filename=../data/input_filter.dat
InputFilter.dump_filename=./input_filter.dat

;######### RESAMPLER CONFIG ############
Resampler.implementation=Pass_Through
Expand Down
4 changes: 2 additions & 2 deletions _sp-blocks/05-input-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Example of GNSS-SDR configuration:
InputFilter.implementation=Fir_Filter

InputFilter.dump=false
InputFilter.dump_filename=../data/input_filter.dat
InputFilter.dump_filename=./input_filter.dat

InputFilter.input_item_type=cbyte
InputFilter.output_item_type=gr_complex
Expand Down Expand Up @@ -250,7 +250,7 @@ Example:
InputFilter.implementation=Freq_Xlating_Fir_Filter

InputFilter.dump=false
InputFilter.dump_filename=../data/input_filter.dat
InputFilter.dump_filename=./input_filter.dat

InputFilter.input_item_type=byte
InputFilter.output_item_type=gr_complex
Expand Down

0 comments on commit 321eb6c

Please sign in to comment.