fromJSON: make it work again under VM
__text_to_pixels__.cc: remove trailing spaces
rho_filter.m: remove trailing spaces
iradon.m: reducing tolerance in BISTs
NEWS: fix typo
maintenance: Octave version 7.2.0 is now the minimum requirement,
imbinarize: fixing tests so they will pass in Octave 7.2 and above
adaptthresh: fixing tests so they will pass in Octave 7.2 and above
graycomatrix: fixing tests that they will pass in Octave 7.2
Makfile: Fix Makfile so that it will not use GNU extensions for grep
NEWS: adding note regarding fix of bug #6350
iradon: Fix Matlab compatibility when using filter
imbilatfilt: updating tests (bug #67130)
io_testcript.m: improve cleanup after use
change cellfun call in __OCT_xlsx2oct__.m
fix typos and improve some code (bug #67221)
Added tag release-0.5.4 for changeset e52e957bf532
new version 0.5.4, and change maintainer to community (cf. discussion to patch #10513)
Makefile: oruntests instead of no longer supported runtests
Replace obsolete .+ and .- operators (patch #10513)
imresize: add Lancsoz interpolation (bug #62099)
clipPolygon_clipper.m: fix input validation (bug #67179)
inst/graycomatrix.m: fixing the license
imbinarize, adaptthresh: new functions (bug #66148)
imresize: add normalization of the weights of the interpolation kernel (bug #63560)
imbilatfilt: a new function (bug #67130)
maint: restore <> to some links
inserText: new function (bug #56958)
__text_to_pixels__: new internal function (bug #56958)
insertText: new function (bug #56958)
Makefile.in: adding __graycomatrix__.oct and renaming graycomatrix.oct (bug #38087)
graycomatrix have been re-written to be MATLAB compatible (bug #38087)
__eps__.cc, Makefile.in: reverting previous commits
Makefile.in: removing __epc__.oct from OCT_FILES
More updates io GUI Qt docs
Update GUI Qt doc files
maint: merge away extra head
Add general info on usage of io pkg usage
(better fix) OCT interface: avoid cellfun error 'accelerated functions ...'
Backed out changeset: 0d8145d1fc27 (cellfun 'accelerated'
OCT interface: avoid cellfun error 'accelerated functions ...one arg.'
__eps__.cc: moving from src to devel directory
__endpoints_fun__.m: chmod -x
Allow override of tool variables (Bug #66895)
NEWS: set version as 2.17.0+
maint: setup default branch as version 2.17.0+
maint: merge of stable to default after 2.16.1 release
Added tag 1.0.2 for changeset 1ea513816418
version 1.0.2
add tests to all m files; let fl_complement operate on matrices
Added tag release 1.4.3 for changeset c60e432c9420
NEWS: update to tag release 1.4.3
Add mapping.info and GUI Qt doc files .qhc .qch
DESCRIPTION: update to tag release 1.4.3
.httags: new tag for 2.16.1
std2: rephrase documentation for std2 to be more precise, as set in bug#67031
Updating DESCRIPTION & src/configure.ac to 2.16.1
maint: merge default into stable for release 2.16.1
NEWS: updating for the upcoming patch release 2.16.1
std2: Adding tolerance to BISTs (bug #67031).
Added tag release-2.7.0 for changeset 7d72c827cf1b
Update Qt GUI help file io.qhc
NEWS: fix typo
FROMjson.m: disable tests when VM is active
src/ Makefile octave_4_2_compatibility.h: add copyright lines
Update GUI docs .qhc .qch and io.info
remove object2json from INDEX
object2json.m: remove (superseded by toJSON and jsonencode)
update some doco files
std2: Convert to double just in case of not float input, before passing to std (bug #67031).
std2: Convert to double before passing to std, remove real check (bug #67031).
std2.m: convert img to double so it will work with updated std + adding BISTs (bug #67031)
copyright updates, NEWS / DESCRIPTION update
xlswrite.m: fix indexing error in case of very short file names
Clean up xlsopen code
xlsopen.m: fix indentation
__init_io__.m: remove debug printf statement
I already pushed a commit with your changes. I see now that doing the remainder of column vector and row vector gives a matrix. Thanks for the help!
Hi Andy, thank you for the review and so good tips. when I measure the EVM with the variable evm, I did the absolute value of the difference to find the minimum error but with all symbols of c, y will be a vector with input samples and c is all the possible symbols, so the function must find the minimum of each one of y between all of c. In any case, the code has many aspects to improve and I will push another commit with changes, not only to avoid the for loop, but also to change the complex conj...
Hi Yassin, thank you for your contribution. I had a look at your code and have some comments: * If you want to make a column vector, just use y(:), this is basically the same as reshape (y, numel (y), 1); * Be careful if using x' this is complex conjugate transpose . If you just want to transpose use x.' * there is no need to bring c and y to the same size, see https://docs.octave.org/latest/Broadcasting.html and it is automatically done since Octave 3.6.x * There is no need to call min in a loop,...
Hi Yassin, thank you for your contribution. I had a look at your code and some some notes. * If you want to make a column vector, just use y(:), this is basically the same as reshape (y, numel (y), 1); * Be careful if using x' this is complex conjugate transpose . If you just want to transpose use x.' * there is no need to bring c and y to the same size, see https://docs.octave.org/latest/Broadcasting.html and it is automatically done since Octave 3.6.x * There is no need to call min in a loop, see...
Implementation of genqamdemod.m
UNO interface: avoid long delay opening .ods files
Fix typo in io_testscipt.m Texinfo
UNO interface: style fixes
maint: merge away extra head
OTK interface: fix indexing error
Clean up doc/ Makefile
rfsearch.m: fix typos in Texinfo
Add files needed for creating and loading/unloading GUI help files for
Fix Texinfo headers prior to creating Qt GUI help files.
Update NEWS file
Add Qt GUI help files
Register/deregister Qt GUI help files