Skip to content
Snippets Groups Projects
Commit edf18f3a authored by ha7ilm's avatar ha7ilm
Browse files

more readme fixes: octave window closing

parent 747aeb85
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ The first parameter is the frequency in MHz, and the second optional parameter i ...@@ -81,7 +81,7 @@ The first parameter is the frequency in MHz, and the second optional parameter i
csdr firdes_bandpass_c 0 0.5 59 HAMMING --octave | octave -i csdr firdes_bandpass_c 0 0.5 59 HAMMING --octave | octave -i
- ...and then plot its frequency response with octave. - ...and then plot its frequency response with octave. (You can close octave window by issuing Ctrl-C in the terminal window.)
- It will design a filter that lets only the positive frequencies pass (low cut is 0, high cut is 0.5 - these are relative to the sampling rate). - It will design a filter that lets only the positive frequencies pass (low cut is 0, high cut is 0.5 - these are relative to the sampling rate).
- If `--octave` and everything that follows is removed from the command, you get only the taps. E. g. the raw output of `firdes_lowpass_f` can be easily copied to C code. - If `--octave` and everything that follows is removed from the command, you get only the taps. E. g. the raw output of `firdes_lowpass_f` can be easily copied to C code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment