Convert To Negative

Add Question

638 Threads found on edaboard.com: Convert To Negative
Hi, I need to convert a PCI layout in PDF format from positive to negative I mean background in black and traces in white or transparent keeping PDF format and dimentions. Regards, Fernando
To build a dc-dc converter that can generate stabile negative output voltages you will have to use a transformer .. Take a look at the attached circuit. Although it was designed to convert +V to +V, by changing the polarity of assorted components at the secondary site you will be able to generate required negative voltage (...)
Hi all I am considering to design a DC converter which can convert the positive voltage to negative voltage. Does any one have ideas about the componets, schematics of it, ...vv.. Thank in advance Sunknu There are many and many as ICL7660, MC34063, . . . . .schematics and the another informations which there is
Hi I am struggling to understand why negative 8 bit convert to 16 bit ? What about positive? What is the benefit? if (data&0x0080) data += 0xFF00; // convert to negative 16-bit else data = data; end
Hi, What is the voltage to be converted and what current you need out of it? Help depends on your reply.
Do you need to convert 100V to -100V or do you want to generate as power supply capable of supplying both +100V and -100V?
Hi guys, If your input signal is LVTTL for example: - connected to pin A1 in Bank 1 (for example) you have to write some HDL to route it to another bank, simple instantiation of your LVDS standard output (search in the library) for example (X!linx) OBUF_LVDS OBUFT_LVDS ... the input to this module will be your LVTTL input and th
Plotting polar patterns in Matlab could be proved very tricky ;) Matlab converts negative numbers to positive/180phase... 2D polar patterns need to be carefully converted before plotting... Moreover, 3D polar patterns are impossible with Matlab... You have to convert to XYZ data points and then plot with 'surf' or 'mesh' (...)
Any cam tool can do this. Cam350, Camtastic, GC-CAM..... You can also do it without CAM tool. Most packages will allow you to have multiple PCB on the same PCB document, but of course you cannot use any rule checking features as the netlists will be corrupt. But if you open a new PCB file, create your mechnaical details for your 'panel'
In pseudocode: subtract 180 if negative (carry set) display "-" make complement of value else optionally display "+" endif divide value by 100 if result > 0 display it divide remainder by 10 if result >0 display it display remainder display ° done All of this should convert to '51 asm quite straighforwardly.
at first for measure the current i use shunt resistive wire and when i measure voltage i see 65mVac (with voltmeter) how can i amplifier this voltage AND how can i convert to line voltage(in turkey is line voltage 220V) DO YOU KNOW ANY CIRCUIT TO MEASURE AND convert FOR MICRO THAK YOU EVERYBODY....
The negative format for the plane is the normal way a plane is represented in EDA software. In Protel, the planes are displayed in negative, and you edit them by placing lines and fills where you want copper removed. It is done this way in all PCB software to reduce the size of PCB and Gerber files. There is no need to convert the (...)
Here is the code in assembly ( Sorry its a long one )...... ;******************************************************************* ; TEMPALM4.ASM ; Temperature Alarm/Thermostat Celsius and Fahrenheit Display ; ; Use with Philips 2322-640-63103 NTC Thermistor R/r=9.0, 10K@25C ; ; Valid range of -50C to +125C. Basic accuracy 2% withi
haf seen tis diagram before. but dunno if this diagram works. haf u tired it before? and how to convert to sinewave?
Can i do it like this way? if(1's) // number of '1's in Data 0-7 { if(Parity) Parity=Even; // Parity=0 else Parity=Odd; // Parity=1 } You can't use 8051 parity bit inside C code Please can you teach me how to write the code. Because i can match the timing accoding the attached pictures. I
Hi How to convert antenna gain from dB to dBi (at 2.4 and 5.5GHz). I am sure its Quite simple but tricky :D
i am trying to make Microchip AN582 appnote work in PROTEUS. The code for AN582 is written for PIC16C74, but i have model in proteus only for PIC16C74B. code compiled good in MPLAB 7.60, but when i assembled Circuit in PROTEUS. and did run that code, all pins of the PIC were in grey color! seems like no ports were set to input or output... and t
put your red probe on the more positive side. In this case, since ground is more positive than the negative voltage supply, put your red probe on ground, and the black probe on the more negative side. 1.) So even the "continuity check" on my DVM has a "potential polarity"? With a oscilloscope its great for signal tracing , so the signal goe
Theorotical: convert S parameter in to Z parameters. Add XL that is inductance to Z parameters Again convert to S parameters. If your S11 is >1 means you have obtained negative resistance. You find the details about the explanations in following books You can tally this using S11 equation. (zin-zo/zin+zo) 1) Microwave transistor (...)
I am working on butterworth IIR filter & I have to implement it in ARM assembly. This filter have some fractional coefficients. Can anybody explain me how to convert this fractional coefficients in hex so that I can use it in assembly without changing the response of filter?
Hi everybody I want to make a negative voltage to control the zoom & focuse of my security camera and control the negative voltage with MCU. I want one component that converts the positive to negative voltage with any need of other components. any one know that what component I must use ????????? I used from MAX232's VS+ (...)
Dear All, The normal regulator only converts the positive voltage and their substrate is ground. Now I want to design a regulator, whose negative input voltage may exceed its negative substrate voltage. For example, its input voltage is from -10V to +10V, I would like to convert it to constant voltage -5V to +5V. But (...)
I have mentioned already what "large signal" means. I repeat: It does NOT depend on any output level, but instead on the input stage condition. The first stage must go for a short time into saturation - until the feedback works and brings it back to the linear region. This effect determines the slew rate. No. Most opamp datashe
i dont think for any direct method . first you can convert it to pdf and change to negative mode with some editing software.
Hello everybody, To connect the PC to PIC we use the max232 to convert RS232 signal to TTL. MAX485,however, makes TTL-level signals RS-485 compatible. So, logicaly, to connect a PIC to a 485 Network we use the MAX 485 and then the Max232 as interface (see figure). I saw in internet some guys connecting PIC directly to the Max485 without us
Hmmm, hi... Im reading the post and Im wondering why to repeat the whole block of code in the conversion of the readed data to ASCII... It would be more efficient and faster to write the common conversion one time and the negative/positive reading in the if then else structure... PD: Its just a point of view, but perhaps Im wrong... Im a newbie
convert it to a character string with sprintf(), this will put the ascii value of each digit into an array. You can refer to the individual digits using the array index (myArray, myArray...). If you need to convert to real decimal digits, just subtract 0x30 or logic AND (&) with 0x0F to make the conversion. Brian.
thx... .. whats a rectifier? A rectifier is a component that converts the alternating current (AC) out of the transformer to direct current (DC). The amplifier needs DC voltages to work. oh and how do i tell positive and negative?.. its labelled ac1 and ac2. Normally you use a multime
hi hello i think that is a half-bridge converter circuit
V = 120sin(120nt) to convert to cosine, V = 120cos(120nt - 90°), this is correct conversion from sine to cosine right? n = pi or 3.1416 The value of the time to reach 96V for the first time using the sine function is equal to 0.00246 seconds, using the sine function. however when using the cosine function to calculate for the time, the calc
I am trying to create a portable EL-wire driver that can handle a wide range of wire lengths, up to 100 feet if possible. EL-wire takes roughly 50mW per foot to glow brightly. I've been designing buck converters successfully for about 2 years now, so I thought this would be easy. But.... I am having a problem boosting 7.4 volts to the needed
Lets say we have a flop whose setup time is 10ns. How to convert this flop to the setup time of -10ns.
hello sir, i want to make a circuit that measure negative voltage of battery.i am using pic adc to measure this voltage, but does not read negative voltage. so i have convert this negative to positive voltage. problems 1. i don't have negative voltage on the system,to convert this (...)
Yes you did, but I dont understand the point of what you're doing. why bother using -0.129? you're just converting it to 0.129, so all results will be A(i) * 0.129. why not just use ufixed all the time and use 0.129? ---------- Post added at 10:32 ---------- Previous post was at 10:31 ---------- this code i
the float data type is a 32bit value, if you convert it to a variable that uses only one byte like an unsigned char then you will loose all the decimals and you can only represent integers from 0 to 255 (0b00000000 to 0b11111111). Assuming that the value can fit in 8bits and you don't mind truncating the decimals you can use (unsigned char)my_fl
need help in converting 12volt 2.3ah acid battery to 5volt. I have already try to lookup some information in internet and make some test. it manage to get 5volt using lm7805 ic and some capacitors but when connect to MCU it drop to 2volt reading,... need some help get the actuall capacitor and resistor for dc to dc converter
Dear All, I need to convert signed/unsigned decimals to their equivalent signed binary values in Matlab.I had used 2 functions but they work for positive integers only i.e de2bi() and there any function that help me or I had to write my own routine for conversion. Regards,
As mentioned, we need to know your current requirements on the negative 12V. However... Switched capacitor convertors are nice and easy: The ICL7660S converts a +1.5 to +12V into an equal magnitude negative output. It only needs two capacitors for a basic circuit - no inductors. The LT1054 is simila
Dear Rockzinstruz Hi It is simple , but it depends on the current that you need . If your current is low , you can use a simple multiplier with capacitor and diode and some resistors . But if you need higher currents , you can use boost converters . So , tell me what do you need accurately , that i help you . Best Wishes Goldsmith
Hi.... i need to convert a positive dc(+15v) to negative dc (-15v) at least at 2amps.. is it possible with any simple circuit or any ICs. please suggest me.....
hi I have a -15V 0 +15 supplies and i want to convert it to -5v 0 +5 please can u help 10x
Can't help much with the code for your pic. However in case it must not be exposed to negative volt levels... you will need to convert the negative pulses to a positive polarity. A simple circuit below can deliver a positive pulse at the end of the negative
How should I measure this negative voltage? Hi Neazoi You can convert that negative voltage into the positive voltage easily via an inverting amplifier with gain of -1 so you can easily measure it ! Best Wishes Goldsmith
What's the difference between using the circuit shown above and a high precision resistors to convert current to voltage ? Although I know the above circuit is much better, but I do not know why ? Mind share with me ? Best Regards
Hi, In most cases it is not recomended to connect an unbalanced test equipment to a balanced output. There are three possibilities: 1) Connect a load resistor from each output to ground, and connect the analyzer on one of the load resistors with a high impedance probe. 2) Connect the unbalanced analyzer to the balanced output with a BALUN (BALa
Hi All I am working on serial to parallel converter for RECS-80 protocol. Bit order in received signal is LSB--> MSB and I want to convert it to MSB-->LSB format. So how can I do this in minimum :?: ? (Because my micro is 1k Flash) please give best a solution. Example: 11000101 ---> 10100011 Best Regards
Hello! Check LM2786 at National Semiconductors. It's wery good switch down converter with minimal number of external components. Best regards!
Hi, i have find a tool Gerbtool v12 that make this convertion but not with the demo version !!! Totue.
negative setup times are achieved by pulse triggered latches. the latch design will in way that when internal clock is fed to it, it will convert it an pulse clock, by means of a circuitary. Draw a pulse clock and you will come to know.
Hi! Anyone saw in web a c-program for converting 24-bit BIN to BCD format? Thank you. Alexander.