Questions tagged [digital]

Digital usually refers to something using digits, particularly binary digits.

1. (of signals or data) Digital describes electronic technology that generates, stores, and processes data in terms of two states: positive and non-positive. Positive is expressed or represented by the number 1 and non-positive by the number 0. Thus, data transmitted or stored with digital technology is expressed as a string of 0's and 1's. Each of these state digits is referred to as a bit (and a string of bits that a computer can address individually as a group is a byte).

2. (of a clock or watch) A digital clock is a type of clock that displays the time digitally (i.e. in numerals or other symbols)

3. (of design or style) Digital Design or styles containing a set of graphically related glyphs, characters, or symbols. They are associated to everything from websites and computer-game graphics to special effects for movies.

4. (of media) Digital media are any media that are encoded in machine-readable formats. Digital media can be created, viewed, distributed, modified and preserved on digital electronics devices. Examples of digital media include software, digital images, digital video, video game, web pages and websites, including social media, data and databases, digital audio, such as MP3 and electronic books.

322 questions
-2
votes
1 answer

How generate Uniform Noise

I have a question, how can I generate uniform noise using its general equation in the MatLab and apply it to a specific image, with a simplified explanation of the code if possible. General Equation
-2
votes
1 answer

git fatal: could not create work tree dir 'projectexpat': Permission denied

What do I do now? I am trying to deploy a laravel app through digital ocean and it is sucking my will to live.
LoudEye
  • 27
  • 1
  • 10
-2
votes
1 answer

Woocomerce downloadable pdf with sample pdf to check if its good for purchase or not

I have created a product which is a book, and user can download that book by purchasing it, but I want to show the user some samples of the PDF pages. If the user finds the sample interesting then the user can purchase the full book. Please suggest…
Deepak Goyal
  • 1,186
  • 2
  • 13
  • 26
-2
votes
1 answer

Latches are transparent to half of the clock cycle. Means?

I was reading a book for Digital Logic design using verilog coding and RTL synthesis. There was this sentence which is not clear to me - Latches are transparent to half of the clock cycle. Means?
kat_16
  • 39
  • 6
-2
votes
1 answer

Digital Image Analysis Bilinear Interpolation

I am trying to understand the concept of bilinear interpolation. For example in the case where bilinear interpolation is used to rotate an image (let's say by 45 degrees), and then we rotate it back by the same amount. Is the resulting image the…
KMS2
  • 1
  • 1
-2
votes
1 answer

Digital Signage

I have been trying to achieve the Digital Signage, though Samsung have their Smart View Sdk for that. I have tried Raspberry Pi but in every case i found the web interface to manage the ad, not the separate chuck of code/ interface so i can embed it…
user5424356
-2
votes
1 answer

Array Type mismatch in VHDL

Very simple problem with my VHDL code. I have defined the following code: type irf_array is array(0 to 1) of integer; signal index : std_logic; .... index := input(5); out := irf_array(index); When trying to compile this simple code fragement I…
Reini
  • 39
  • 1
  • 3
-2
votes
1 answer

How does the performance relate to the voltage in digital electronics?

I am studying some techniques to reduce power in digital circuits, and one way was to reduce the applied voltage but the trade off is the delay of the circuit will increase, I would appreciate if someone could explain how the delay is related to the…
-2
votes
1 answer

What is the difference between DigitalClock and TextClock in android?

Currently I am using Digital Clock. It is taking the mobile time format 12 hr or 24 hr. But for my requirement I thought of using TextClock now to always display the time in 12 hr format. There is set parameter available in TextClock to set the…
M Vignesh
  • 1,586
  • 2
  • 18
  • 55
-2
votes
1 answer

Coding an arithmetic right shift module

I want to code a 16 bit Arithmetic right shift module in verilog using dataflow modeling without using bitwise operators like >>, >>> etc. Is it possible?
-2
votes
1 answer

multiple assignment of concurrent statement

The following code gives me an error, which I can't figure out myself. The error is because there are multiple assignments of output d0 do: for i in 0 to 9 generate d0<=di0(129-i downto 120-i) when f(i)='1'; end generate do;
-3
votes
1 answer

Lost progress on Google Digital Garage Course

If you have lost your progress on Google Digital Garage Course when you re-connect and there is no course started or registered and all the progress seems to be lost.
Teddy K
  • 100
  • 7
-3
votes
1 answer

Design digital signal for 000001000101110 using all coding schemes

How to create digital signals using these binary numbers? Design digital signal for 000001000101110 using all coding schemes.
briani
  • 1
  • 1
-3
votes
1 answer

Channel in Digital Image Processing

I don't have very knowledge about digital image processing. I tried myself. If you help me, i will be very happy. Question %tried 3 rgbImage = imread('C:\Users\metec\Desktop\608918.jpg'); [rows, columns, numberOfColorChannels] = size(rgbImage); if…
R00T3R
  • 3
  • 4
-3
votes
1 answer

Filtering in DIP using Matlab

I have a CT image of a lung as shown below : I am trying to filter the inner of the two lungs such that i only remove the thin lines of the bronchi ,but i need to keep these small "circles " as much as i can for extraction in the next step as these…
John adams
  • 161
  • 9
1 2 3
21
22