search for: bode

Displaying 20 results from an estimated 241 matches for "bode".

2008 Feb 07
1
Bode plots in ggplot2
Hello, I am trying to figure out how to make a bode plot (a.k.a. bode diagram) in ggplot2. An example of such a diagram can be found here: http://meweb.ecn.purdue.edu/~me475/ctm/freq/bode2.GIF The example above shows the gain and phase characteristic of a linear system. In my case, I would like to compare visually several systems on the same diag...
2020 Oct 08
2
unable to plot bode - phase with control package
Dear All I hope my question is relevant on this forum, else very sorry for the disturbance I want to simply plot a bode diagram of a siso model using the 'bodeplot' command in the control package fail due to error in 'issiso' evaluation... Error in if (issiso(sys)) {: then I try by myself some retro-engineering :) the problem is when I use H <- freqresp(syst, w) mag = 20*log10(abs(H)) phase...
2020 Oct 08
0
unable to plot bode - phase with control package
...e.com) b) Using [-pi,+pi) is not "wrong"... it is numerically more precise, though it may not convey what you would prefer to convey. c) The general case with poles and zeroes is more complicated than just adding the order of your system. Do a search on "winding number" "bode" But if by inspection you think that shortcut will work for your system then do what you need to. d) If implementing a more general alternative solution is your itch, I am sure the maintainer of this _contributed package_ would welcome patches to add features. On October 8, 2020 12:08:19 A...
2009 Nov 13
0
Package to do Bode Plots and analysis?
By any chance are there any R packages that assist in producing Bode Plots and performing Bode analysis? Thanks again for any feedback and insights.
2002 Nov 18
2
Rsync and ssh with passwordless authentifikation
...server1. server2 wants to replicate a foler from server1 to himself. the rsync process uses the rsync_user, which exists on both machines. the rsync process asks every time the job runs for the password for user1. How can i solve the problem. Is it possible to work with certificates? J?rg Bode T-Systems ITS GmbH. Service Line Systems Integration BC Digital Engineering Solutions Adresse: Fasanenweg 9, 70771 Leinfelden-Echterdingen Phone: +49 711 972-43165 Fax: +49 711 972-41931 E-Mail: Joerg.Bode@t-systems.com Internet: http://www.t-systems.com
2018 Oct 02
1
Relevel confusing with numeric value
...ot;', ref, '"!') or if(is.numeric(ref) && any(!is.na(suppressWarnings(as.numeric(lev))))) warning('Provided numeric reference, note that this will promote the ', ref, 'th value, not level with value "', ref, '"!') Best regards, Emil Bode Data-analyst +31 6 43 83 89 33 emil.bode at dans.knaw.nl<mailto:emil.bode at dans.knaw.nl> DANS: Netherlands Institute for Permanent Access to Digital Research Resources Anna van Saksenlaan 51 | 2593 HW Den Haag | +31 70 349 44 50 | info at dans.knaw.nl<mailto:info at dans.kn> | dans...
2018 Sep 14
2
Bug when calling system/system2 (and request for Bugzilla account)
...t uiowa.edu" <luke-tierney at uiowa.edu> wrote: I can't reproduce this. Can you be more precise: exactly where are you putting the system2 call and exactly where are you sending the interrupt signal with ^C? Best, luke On Fri, 14 Sep 2018, Emil Bode wrote: > Hi all, > > I found some strange behaviour, which I think is a bug. Could someone make an account for me on Bugzilla or pass on my report? > > The problem: > When pressing Ctrl-C when a file is sourced in R, run from Terminal (macOS), sometime...
2018 Nov 29
4
Unexpected argument-matching when some are missing
...before. And I don?t have multiple installations to work from, so could somebody else confirm this (if it?s not my expectations that are wrong) for R-devel/other R-versions/other platforms? My setup: R 3.5.1, MacOS 10.13.6, both Rstudio 1.1.453 and R --vanilla from Bash Best regards, Emil Bode
2018 Sep 14
3
Bug when calling system/system2 (and request for Bugzilla account)
...er calls to system/system2 don?t change anything (i.e. later calling system(?, timeout=0) does not revert back to the old situation) My setup: R 3.5.1 (Feather Spray), run with ?vanilla option GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17) macOS High Sierra 10.13.6 Best regards, Emil Bode Data-analyst +31 6 43 83 89 33 emil.bode at dans.knaw.nl<mailto:emil.bode at dans.knaw.nl> DANS: Netherlands Institute for Permanent Access to Digital Research Resources Anna van Saksenlaan 51 | 2593 HW Den Haag | +31 70 349 44 50 | info at dans.knaw.nl<mailto:info at dans.kn> | dans...
2018 Jul 24
2
oddity in transform
...pecify ix as one column or multiple columns but the naming entirely changes when you do this and BOD[, 1] and transform(BOD, X=..., Y=...) or other hard coding solutions still require writing multiple cases. ix <- 1:2 transform(BOD, X = BOD[ix] * seq(6)) On Tue, Jul 24, 2018 at 7:14 AM, Emil Bode <emil.bode at dans.knaw.nl> wrote: > I think you meant to call BOD[,1] > From ?transform, the ... arguments are supposed to be vectors, and BOD[1] is still a data.frame (with one column). So I don't think it's surprising transform gets confused by which name to use (X, or Time?)...
2018 Mar 22
2
Broken relocation for generating offsets?
...ess I used to overload __ImageBase with. So it seems that the address relocation is wrong with generating offsets? Kind regards Björn Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, Heiko Lampert, Hiroshi Kawamura, Takashi Nagano, Takeshi Fukushima. _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 981...
2018 Nov 30
2
Unexpected argument-matching when some are missing
...(y) [1] FALSE Browse[2]> y [1] "l" Browse[2]> type [1] "p" I think that's what I fall over mostly: that named, empty arguments behave entirely different from omitting them (", ,") And I definitely agree we need a guru to explain it all to us ( Cheers, Emil Bode ?On 30/11/2018, 15:35, "S Ellison" <S.Ellison at LGCGroup.com> wrote: > Yes, I think all of that is correct. But y _is_ missing in this sense: > > plot(1:10, y=) > > ... > Browse[2]> missing(y) Although I said what I meant by 'mis...
2018 Sep 14
0
Bug when calling system/system2 (and request for Bugzilla account)
FWIW I can reproduce on macOS with R 3.5.1. A smaller example: system2("ls", timeout = 5); x <- sample(1:1E8) If I try to interrupt R while that sample call is running, R itself is closed. Best, Kevin On Fri, Sep 14, 2018 at 10:53 AM Emil Bode <emil.bode at dans.knaw.nl> wrote: > > I hope it's not too specific in my setup... > I've tried with system2 added on the first line, so: > > Example.R: > system2('ls', timeout=5) > cat('Start non-interruptable functions\n') > sample_a <- sam...
2018 Mar 22
0
Broken relocation for generating offsets?
...e with. So it seems that the address > relocation is wrong with generating offsets? > > Kind regards > Björn > > Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, > USt.ID-Nr. DE 114 165 789 > Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, > Heiko Lampert, Hiroshi Kawamura, Takashi Nagano, Takeshi Fukushima. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > *http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev* > <http://lists.llvm.org/cgi-bin/mail...
2018 Dec 03
1
Unexpected argument-matching when some are missing
...o idea (and no time currently to investigate) if such warnings would be too disruptive for the current R code base or not. Martin ---- *) "matched" in that case effectively means "dropped" as we have seen in the examples. > On Fri, Nov 30, 2018 at 8:18 AM Emil Bode <emil.bode at dans.knaw.nl> wrote: >> >> But the main point is where arguments are mixed together: >> >> > debugonce(plot.default) >> > plot(x=1:10, y=, 'l') >> ... >> Browse[2]> missing(y) >> [...
2020 Jul 03
3
Get all symbols stored(?)in llvm::orc::ExecutionSession
...equires knowing those names. Mhh... I guess that is my shortest so far question xD Thank you in advance for any help! Kind greetings Björn Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, Heiko Lampert, Takashi Nagano, Junichi Tajika, Ergin Cansiz. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200703/53701384/attachment.html>
2020 Aug 17
2
Get all symbols stored(?)in llvm::orc::ExecutionSession
...so far question xD Thank you in advance > for any help! > > > > Kind greetings > > Björn > > > > Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, > USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert > Plank, Markus Bode, Heiko Lampert, Takashi Nagano, Junichi Tajika, Ergin > Cansiz. > Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, > USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert > Plank, Markus Bode, Heiko Lampert, Takashi Nagano, Junichi Tajika, Ergin...
2009 Nov 26
1
Does nargin and nargout work with R functions?
...ns over to R and hopefully into a package, so I am curious if nargin and nargout work with R functions. Here is kind of an example of where I need to head in order to port "control-1.0.11" from Octave over to R. The Octave "control-1.0.11" package has the capability to produce bode plots of transfer functions. I hope to post this package once the port over to R is complete. Thanks again for all the feedback and insights. bode<-function(sys, w, outputs, inputs, plot_style) { # ... if (nargin < 1 || nargin > 5) { print("This works") } if (n...
2018 Jun 11
2
Date class shows Inf as NA; this confuses the use of is.na()
Emil et al., On Mon, Jun 11, 2018 at 1:08 AM, Emil Bode <emil.bode at dans.knaw.nl> wrote: > I don't think there's much wrong with is.na(as_date(Inf, > origin='1970-01-01'))==FALSE, as there still is some "non-NA-ness" about > the value (as difftime shows), but that the output when printing is > confusing. Th...
2018 Jul 23
2
oddity in transform
Note the inconsistency in the names in these two examples. X.Time in the first case and Time.1 in the second case. > transform(BOD, X = BOD[1:2] * seq(6)) Time demand X.Time X.demand 1 1 8.3 1 8.3 2 2 10.3 4 20.6 3 3 19.0 9 57.0 4 4 16.0 16 64.0 5 5 15.6 25 78.0 6 7 19.8 42 118.8 >