Filter löschen
Filter löschen

Error using rf.internal.checkfreq Expected Frequencies to be nonnegative.

2 Ansichten (letzte 30 Tage)
Hello! I am trying to run the code presented in image 1 and it appears an error. I realize it's because I can't have negative frequencies. But I don't understand why. I want to center the frequencies of the signal at zero and for that I'm looking for a way to be able to use negative frequencies. Any suggestion? Thanks
  1 Kommentar
Da Huang
Da Huang am 10 Jun. 2023
the default sparameter object does not support negative frequency value. You will have to create your own object/structure to host your data.
all snp files are expecting to have nonnegative frequency values.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Anjaneyulu Bairi
Anjaneyulu Bairi am 10 Jan. 2024
Bearbeitet: Anjaneyulu Bairi am 10 Jan. 2024
Hi,
I understand that you are trying to use negative values of frequencies in “sparameters” function from RF toolbox. This is happening because sfrequency value provided along with the “sparameters” function should only be positive real numbers.
You can visit the documentation below for more information:.
Hope it helps to resolve your query.

Kategorien

Mehr zu RF Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by