Questions tagged [vcd]

VCD (Voice Command Definition) is a file that specifies an action or command to execute. Used by Cortana

28 questions
0
votes
1 answer

VCD renaming label mosaicplot

I would like to rename my labels (both "Bildungsgrad" and "Bundestagswahl 2021" after having them situated via labeling_list. Currently, they just have there numeric values (see attached picture)Plot I tried both set_labels=list(Bildungsgrad =…
Mr. Draro
  • 77
  • 4
0
votes
1 answer

make(generate) a vcd file using python or c or cpp

Question: Create a vcd file that shows a square wave with a constant frequency. Any link you provide will be useful, because I searched a lot but I did not find anything and unfortunately I have no background. We arent allow to code in verilog or…
ryhn
  • 96
  • 6
0
votes
1 answer

Resizing agreementplot from "vcd" library in R

I am new to R. I am trying to make a nice agreementplot from vcd package, but I have no idea how to resize it. The labels remain too crowded. My code is: p <- agreementplot(ctable) Done with this tutorial:…
crusher083
  • 171
  • 2
  • 10
0
votes
1 answer

2x2 mosaic Viewport error: cell was not found

I am trying to plot percentages in a simple 2x2 contingency table with vcd::mosaic but I keep getting a Viewport error. Here is how to reproduce (I work on Ubunto 20.04 and R 3.6.3): t0 <- as.table(rbind( c(221,47), c(17,9) )) names(dimnames(t0)) =…
cccnrc
  • 1,195
  • 11
  • 27
0
votes
1 answer

How can I dynamically clear custom VCD commands from Cortana?

I've got a UWP app with a VCD where I can get Cortana to recognise my test command (so working). However, I'd like to be able to tidy up all custom commands (ideally by identifying appname/command prefix and command, failing that by wiping an…
frackham
  • 406
  • 4
  • 15
0
votes
0 answers

How can I change labels in the R VCD package in a mosaic plot?

I am trying to create a mosaic plot using the VCD package, and wanted to know if I can change the labels on the plot, as the current ones are overlapping. The data is from the behavioral risk factor surveillance system I am using the following…
0
votes
1 answer

Verilog - Is it possible to create two vcd files during the same simulation

I have to create two vcd files. One which starts at zero time and ends when a specific signal changes, and one which start right after. Is it possible to do it with verilog?
Sara p
  • 31
  • 6
0
votes
2 answers

Missing signal in VCD output of GHDL

I am attempting a simple case question in a VHDL book. As you can understand from the source code, it sets the output value depending on input range. However, I couldn't observe my input, x, when I run the testbench using GHDL. Is this because x is…
ayazar
  • 145
  • 1
  • 11
0
votes
1 answer

"set_varnames=..." in vcd mosaic plots - how to raise numbers in the labels?

I am looking for a solution on how to raise numbers in the labels of my vcd mosaic plot. edit: as an example i randomly selected the Sex label in the Titanic dataset: vnames <- list(set_varnames=c(Sex="Sex=10^X")) mosaic(Titanic,…
Alex LP
  • 1
  • 2
0
votes
0 answers

Cortana integration for multiple Phrase Topics

I'm creating a Javascript UWP for Windows 10. I have integrated Cortana, and everything works fine except one command, which needs two Phrase Topics. Example: Get Directions from Source to Destination. My VCD file is like this:
Sandeep
  • 88
  • 8
0
votes
1 answer

How can I get Cortana to use my new or updated Voice Command Definition files?

I use the following code to install my VCD file ("grammar") into…
Carl Patenaude Poulin
  • 6,238
  • 5
  • 24
  • 46
-2
votes
1 answer

How do I dump bit-blasted signals to a vcd in synopsys VCS

I can not find any flag to dump bit blasted buses. I can dump busses but I need them bit-blasted
-3
votes
1 answer

How to display Value Change Dump(VCD) files on webpages ? I want to visualize a VCD file on my webpage

in my case a vcd file is generated on server and i want to visualize that file in gtkwave software on webpage so that client can see the file in gtkwave. I am not an expert web developer please help if anyone knows how to do it. thanks in advance…
1
2