Network Definition and 444 Threads
-
Recommendations for software for network audio streaming
Hi everyone, I'm looking for recommendations for audio streaming software over a network. I'm currently working on a WPF Application that requires open-source tools that are actively maintained and preferably offer enterprise support due to security concerns. At the moment, I'm using FFmpeg...- nicholasjackson
- Thread
- Audio Network opensource real time protocol wpf
- Replies: 2
- Forum: Computing and Technology
-
K
Heat Exchanger Network Design
I have attached the process flow diagram for methanol synthesis by steam reforming of natural gas. In this process, low-pressure steam is used in the reboiler, while high-pressure steam is used to preheat the syngas feed to the methanol reactor (130–250°C). I have already optimized the process...- Kakashi
- Thread
- Heat Network
- Replies: 2
- Forum: Materials and Chemical Engineering
-
Y
Interesting coupling logic of feeding network resonator
Hello,I have built a resonator which consists from 64 gap coupled small resonators. I have 4 resonances 5.7Ghz (the strongest coupling) 6.25Ghz 6.78Ghz 7.172Ghz as shown below . the coupling of the resonances getting smaller as the frequency rises. Is there a way to increase the coupling on the...- yefj
- Thread
- Coupling Network Resonator
- Replies: 0
- Forum: Electrical Engineering
-
Y
Power divider: reverse engineering strategy
Hello , I need to recreate the following dividing network . I only have photo. the branches are angled and the transformers are triangles ,why is that?. could you share some impedance logic that could fit the structure below? Is there some theory regarding this structure? Thanks.- yefj
- Thread
- Network Reverse
- Replies: 1
- Forum: Electrical Engineering
-
Y
Microstrip transmission line teardrop-shape power divider question
Hello,I have built a microstrip line structure as shown below In photo and article 1. my lines are er=9.4 h=0.433 line width W=0.015mm spacing between lines 0.065mm and 2 micron thickness. The line impedance properties is 140 Ohm. However I need also to build a feeding network for these lines...- yefj
- Thread
- Network
- Replies: 10
- Forum: Electrical Engineering
-
Dual Channel Network Acceleration on Android Phone
My phone has a setting called Dual Channel Network Acceleration within the WiFi setup menu. Once you enable it, it shows a short list of apps that can be individually permitted to use this feature -- Firefox, Chrome, Internet (Native browser) and WhatsApp. I would like to know what this does...- Swamp Thing
- Thread
- Acceleration Android Network
- Replies: 3
- Forum: Computing and Technology
-
D
Using a neural network to solve the Poisson equation
To train the model, I generated a set of deterministic solutions with random boundary conditions ##u(-1)=a## and ##u(1)=b##. I then added a small amount of noise to these solutions. However, the model's accuracy is significantly worse compared to the most basic finite difference methods. Is...- docnet
- Thread
- Network Neural Poisson
- Replies: 9
- Forum: Computing and Technology
-
Debugging a Backprop Neural Network: Issues & Solutions
I am trying for the first time in 5 years, to make a n- layer, m-width backprop neural network from scratch, My issue is, I've tried training it on XOR, where it returns 0.48 for any of the inputs instead of 1 for half of them and 0 for the other half, if you give it a dataset where the outputs...- Superposed_Cat
- Thread
- Debugging Issues Network Neural
- Replies: 3
- Forum: Programming and Computer Science
-
Engineering Find the resistance R in this network
- Edy56
- Thread
- Network Resistance
- Replies: 16
- Forum: Engineering and Comp Sci Homework Help
-
Capacitor Network - Series or Parallel?
My textbook solution states that 1 & 2 are in parallel and so is 3 & 4 and those 2 are in series. That is, (1 P 2) S (3 P 4). My thinking is such: points A & B are of same potential, say V, C & D are of same potential, say x and E & F are are of same potential, say 0. So I can say that 1 and 3...- Shreya
- Thread
- Capacitor Network Parallel Series
- Replies: 6
- Forum: Introductory Physics Homework Help
-
Zero-day Network Exploits, and Securing a Network Against The Unknown
Hi all! I'm coming from the aerospace subforum, so please inform me if I'm inadvertently breaking some rules of engagement here with this post, or if I've broken an unspoken tech forum rule (I know frequently each subforums have their own way about doing things). My question is in regards to...- Benjies
- Thread
- Network
- Replies: 5
- Forum: Computing and Technology
-
Comp Sci Current broadcast address+1 for next subnet network address?
https://www.cisco.com/c/dam/en_us/training-events/netacad/demos/CCNA3v3Demo/PDF/lab_1_1_4.pdf This is the pdf I am studying from. This is not exactly what I need for my exams but it’s pretty clearly written and concept giving thing. 192.168.10.0/24 is given IP address to subnet. We need 4...- shivajikobardan
- Thread
- Current Network
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
B
How Can a Neural Network Transform Faces into Alien Art?
I have a picture of a guy's face and I had an artist draw him as an alien. How do I make a neural network that would take in the original picture and learn how to draw the picture the that artist make? I want to make a filter, that if you can enter in any guy's face, and the program would...- btb4198
- Thread
- Network Neural
- Replies: 9
- Forum: Programming and Computer Science
-
T
Network analyzer on a single wire
I have a NanoVNA spectrum analyzer. I took a 1 meter 12 AWG solid copper wire and soldered one end of that to the center conductor of the SMA connector and did a sweep from 10 kHz to 1 Ghz looking at reflection. I have attached a photograph of the result. My hope is that someone can tell me...- Thomas Rigby
- Thread
- Network Wire
- Replies: 16
- Forum: Electrical Engineering
-
Activation of Network Connection failed on Ubuntu 20.04
I am facing this issue since some months on my laptop running Ubuntu 20.04. The WiFi disconnects suddenly and cannot reconnect, and an error message is shown in the Notification saying "Activation of Network Connection failed." This is not a problem with the router because just a few days back...- Wrichik Basu
- Thread
- Activation Connection Network Ubuntu
- Replies: 1
- Forum: Computing and Technology
-
How does the 'Helium' Network work?
The Helium Network describes itself as a Community network of hotspots and claims to be a source of revenue for members. The literature (example here) only seems to talk in vague terms of providing connectivity via hotspots. I can see my neighbour's box on his chimney but I can't find any...- sophiecentaur
- Thread
- Helium Network Work
- Replies: 10
- Forum: Computing and Technology
-
Comp Sci Every student loves to party in semantic network representation
1 example to represent the question in semantic net. Second question-: every student loves to party. Represent this in semantic net. The answer is below-:- shivajikobardan
- Thread
- Network Representation Student
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
B
Python Input error for LSTM neural network
Hi everyone, I have to classify a DNA sequence with a LSTM neural network but I have a problem with the inputs shame. Both the sequence and the class are encoded with One Hot Encoding and my code is this: import pandas as pd import numpy as np data = pd.read_csv('splice.data', header = None)...- BRN
- Thread
- Error Input Network Neural Neural networks Python
- Replies: 2
- Forum: Programming and Computer Science
-
I Applications of the proposed global quantum network of clocks
Physicists have proposed linking a global network of cesium clocks in a phase-coherent entangled state, for example in the article A Quantum Network of Clocks (arXiv:131045v1). My audience would like to know how better synchronization or more accurate timekeeping would lead to advances in our...- phoenix-anna
- Thread
- Applications Clocks Global Network Quantum
- Replies: 8
- Forum: Quantum Physics
-
T
Impedance Matching: The mathematical Conditions for Matching Network
Assume we have a network consisting of a source with impedance ##Z_S## and load with impedance ##Z_L## and we want to perform impedance matching on them in order to obtain the maximum power transfer: Note that in practice there may occur sitations where causes more harm than profit (see eg...- The Tortoise-Man
- Thread
- Conditions Impedance Impedance matching Mathematical Network
- Replies: 1
- Forum: Electrical Engineering
-
How can I implement a multi-task deep learning neural network?
I have 3 classes (A, B, and C). I have 6 features: train_x = [[ 6.442 6.338 7.027 8.789 10.009 12.566] [ 6.338 7.027 5.338 10.009 8.122 11.217] [ 7.027 5.338 5.335 8.122 5.537 6.408] [ 5.338 5.335 5.659 5.537 5.241 7.043]] These features...- user366312
- Thread
- Network Neural Neural networks Python
- Replies: 3
- Forum: Programming and Computer Science
-
Two-port linear network general representation AV + BI = 0
Hi, as follow-up to this thread I've a question about general representation of a two-port network. Basically it is ad hoc built four-terminal linear network (using controlled sources + nullator-norator pair): for it I found a general representation ##AV + BI = 0## as in the picture above. If...- cianfa72
- Thread
- Circuit theory General Kirchoff's current law Linear Network Representation
- Replies: 11
- Forum: Electrical Engineering
-
Question about the energy stored in an RLC parallel resonant network
Hi, I've a doubt about how to the energy is stored in a 'real' RLC parallel resonant network feeds from a sinusoidal source. Take a 'real' RLC parallel network having a resistor ##R_s## in series with the inductor ##L_s## (modeling its loss) with the capacitor C in parallel and consider it in...- cianfa72
- Thread
- Energy Network Parallel Resonance Resonant Rlc
- Replies: 44
- Forum: Electrical Engineering
-
R
Find the Equivalent Impedance of the Network
We are asked to find the equivalent impedance of the network. Nothing is in series or parallel so I don't know what to do. We cannot use mesh equations or Thevenin's theorem because is no current or voltage source. So I have no clue.- rtareen
- Thread
- Equivalent Impedance Network
- Replies: 18
- Forum: Electrical Engineering
-
Engineering Help in Electric Circuit Analysis -- One current source and a resistor network
o9- Xiao Xiao
- Thread
- Analysis Circuit Circuit analysis Current Current source Electric Electric circuit Network Resistor Source
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
Mobile network or internet on Long-Fi?
I have a question if it would be possible to have a cellular network on Long-Fi? I have tried searching for information on the theoretical maximum bandwidth of Long-Fi; but, can't find anything. I also am unsure if the idea would be of interest to companies like Tesla to set up a hub connecting...- TimeSkip
- Thread
- Internet Mobile Network
- Replies: 5
- Forum: General Discussion
-
H
How to solve this network of resistors for equivalent resistance?
- Harsharma17
- Thread
- Equivalent Equivalent resistance Network Resistance Resistors
- Replies: 4
- Forum: Introductory Physics Homework Help
-
Z
Why is my multilayered, feedforward neural network not working?
Hey, guys. So, I've developed a basic multilayered, feedforward neural network from scratch in Python. However, I cannot for the life of me figure out why it is still not working. I've double checked the math like ten times, and the actual code is pretty simple. So, I have absolutely no idea...- Zap
- Thread
- Network Neural
- Replies: 50
- Forum: Programming and Computer Science
-
A
How to implement a Fredkin gate in a classical network?
Hi, I'm wondering about the Fredkin gate (controlled swap) gate, which is defined by the truth table on p54 here. I'm trying to implement it in a simple feedback network that takes the form of what can be input into this software: integratedinformationtheory.org/calculate. Any pointers would be...- Agrippa
- Thread
- Classical Gate Network
- Replies: 7
- Forum: Programming and Computer Science
-
C
Equivalent Capacitance of a Triangular Network of Capacitors
Hi, I'm struggling with this question. I feel like I don't even know where to begin. It seems to be a relatively simple calculation, but would the effective capacitance between A and C not just be 1 microFarad? Obviously that can't be the correct answer because such a simple observation wouldn't...- connor8771
- Thread
- Capacitance Capacitors Equivalent Network
- Replies: 9
- Forum: Introductory Physics Homework Help
-
K
Adjacency matrices and network visualisations
I have this set of adjacency matrices and networks given to me and I need to match the matrix to the network and then describe the dynamics. At first glance it seems to be Ac, Bb and Ca but I'm not sure if that's too obvious and I'm missing something as I haven't looked at visual...- kcurse21
- Thread
- Applied mathematics Matrices Network
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
Problems with a USB network adapter for a PC
Frequent visitors of this forum will remember my previous thread where I mentioned an issue with the USB LAN adapter in our desktop - it used to disconnect automatically from the net. We could narrow down to the fact that the problem occurred only when we were downloading large files (>= 800...- Wrichik Basu
- Thread
- Adapter Network pc Usb
- Replies: 15
- Forum: Computing and Technology
-
S
Neural network without neurotransmitters
Could evolution have produced neural network without chemical neurotransmitter (such as serotonin), like our computers? Are their organisms without neurotansmitters? If neurotransmitter are indispensable. Why don't our computers have components or function similar to neurotransmitters?- Secan
- Thread
- Network Neural
- Replies: 26
- Forum: Biology and Medical
-
Need Help With These Resistor Network Problems Please
Consider the resistor network shown in Figure 1-1, where 𝑅1=2𝑘Ω and 𝑅2=5𝑘Ω. (a) Calculate the numerical value of the single equivalent resistance, in 𝑘Ω, as seen from the terminals 𝐴−𝐴′. Express your answer to two decimal places.Next, consider the circuit shown in Figure 1-2, where 𝑉=30𝑉 and...- stiwi_xyz
- Thread
- Network Resistor
- Replies: 24
- Forum: Introductory Physics Homework Help
-
R
Possible to network in one's field while learning new science?
Or at least honing ones scientific skill/knowledge? How would one go about this? NOTE: I am talking about a non-pandemic or otherwise non-emergency condition.- random_soldier
- Thread
- Field Network Science
- Replies: 5
- Forum: General Discussion
-
B
Engineering RLC Series Network: Impedance, Current, Power Factor, Phasor Diagram
Hello. I have completed the following question. My answer: i) Circuit Impedance Reactance = XL = 2 x pi x F x L = 2 x pi x 50 x 0.15 = 47.12 Ohms Reactance of Capacitor = XC = 1/2 x pi x F x C...- Ben_Walker1978
- Thread
- Current Diagram Impedance Network Phasor Phasor diagram Power Power factor Rlc Series
- Replies: 20
- Forum: Engineering and Comp Sci Homework Help
-
T
Combining feature vectors for a neural network
Let's consider this scenario. I have two conceptually different video datasets, for example a dataset A composed of videos about cats and a dataset B composed of videos about houses. Now, I'm able to extract a feature vectors from both the samples of the datasets A and B, and I know that, each...- themagiciant95
- Thread
- Network Neural Vectors
- Replies: 9
- Forum: Programming and Computer Science
-
Computer Can We Create an AM Wide Area Network for Virtual Learning During Quarantine?
Hello all: I hope all are fine and well in their houses As I am looking into ways to fill my empty time other than reading undergraduate physics books I start to look around and wonder about giving online lessons for public school students , which they are now without a school , but I found...- hagopbul
- Thread
- Diy Ideas Network Radio School Time
- Replies: 9
- Forum: DIY Projects
-
How does the tapped capacitor network increase the impedance?
Please help me comprehend the text below... The discussion begins with the current flowing through the inductor for both the cases (case a and b) stays same.The input voltage is Vi. When two tapped cap is used with the current that is flowing in the inductor is divided among the two capacitor...- brainbaby
- Thread
- Capacitor Impedance increase Network
- Replies: 23
- Forum: Electrical Engineering
-
J
Question Regarding Parallel Plate Capacitor Network
Hello, I have a question regarding the capacitor/resistor network as shown. My question is simple. I realize that the instant the switch is closed, then the top plate of the capacitor must be at a potential (VA) of 5v. However, I also realize that the instant the switch is closed, literally...- jezza10181
- Thread
- Capacitor Network Parallel Parallel plate Parallel plate capacitor Plate
- Replies: 10
- Forum: Introductory Physics Homework Help
-
R
Electronics Can I pull a network cable from the middle of the run?
I need to run about 70 ft of ethernet cable through my basement, which is actually two separate unconnected spaces ( there is a small gap above the dividing wall). Because of the layout -- bends and very limited space -- it will be much easier to start near the middle and pull toward each end...- Richard Crane
- Thread
- Cable Network Pull
- Replies: 3
- Forum: DIY Projects
-
Linear 2-port network representation
Hi, in the context of linear two-ports networks my (italian) textbook says that if its internal structure consists of passive one-port components with no independent current/voltage generators then the following (implicit) linear equations based representation always exist: ##\left[A\right] V...- cianfa72
- Thread
- Linear Network Representation
- Replies: 23
- Forum: Electrical Engineering
-
L
Frequency response - Hydraulic network
Hello everyone, i have a measured signal of a high pressure oscillation in a hydraulic network. Performing a FFT of said signal shows two dominant frequencies, a and b. After performing a linear analysis of the hydraulic network i found out that the network has two eigenvalues at those...- LordCatG
- Thread
- Frequency Frequency response Hydraulic Network Response
- Replies: 1
- Forum: Electromagnetism
-
V
Mathematica Can Python and R be used for data science techniques?
Hello, I use Wolfram Mathematica (WM) for my calculation but I'm not much familiar with neural networks, machine learning, etc. On the other hand, I know that WM includes such tools. I would like to learn this stuff just for operating on this level. I read some tutorials and I would like to...- Vrbic
- Thread
- Network Neural
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
K
Normalization condition with a neural network
Hello! I have some data points generated from an unknown distribution (say a 1D Gaussian for example) and I want to build a neural network able to approximate the underlaying distribution i.e. for any given ##x## as input to the neural network, I want the output to be as close as possible to...- kelly0303
- Thread
- Condition Network Neural Normalization
- Replies: 3
- Forum: Programming and Computer Science
-
Which Wifi Hotspots Work Best in the Pacific Northwest?
Hi all, I am planning a trip where I will travel to the pacific western United States. The states encompassing the trip are Idaho, Oregon, Washington and northern California. I want to upload some data along the way. I have been seeing many maps that outline hot spot coverage with companies...- Tone L
- Thread
- network wifi
- Replies: 7
- Forum: Computing and Technology
-
H
I How is dark matter thought to have formed a network scaffolding?
The summary pretty much says it all: How is dark matter, responding to gravity, thought to have formed filaments and walls--the scaffolding for the large scale structure of the universe--rather than random clumps? I can understand how scattered matter might not coalesce while exchanging... -
Calculating Resistance at Multiple Points in a Resistor Network
Problem Statement: Finding the resistance when probed at point bc, cd and da Relevant Equations: Series and Parallel resistance equation derived from kirchhoff's law with application of ohm's law I genuinely don't know what to do on this one. The example our professor made isn't exactly clear...- Eucliwood
- Thread
- Analysis Electical Network Network analysis Resistor
- Replies: 7
- Forum: Introductory Physics Homework Help
-
Oscillation of a driven RLC network
We know that the charge on capacitors as a function of time takes the general form of: ##Q(x,t)=qe^{ijka}e^{-i\omega t}## The voltage at each capacitor: ##V_j = \frac 1 C (Q_j-Q_{i+1})## From KVL we have differential equation of t-derivatives: ##LQ'' + RQ' = V_{j-1} - V_{j}## ##LQ''+RQ'= \frac...- Miles123K
- Thread
- Network Oscilation Oscillation Rlc Waves
- Replies: 19
- Forum: Advanced Physics Homework Help
-
D
Programs Diploma thesis - Neural Network Application in Physical Problems
Hello everybody. I am currently on my last year of Computational Physics education. More and more I am interested in Machine Learning and Neural Network. Time has come for me to choose diploma work thesis, so I am searching for interesting ideas where I can merge my interest in neural networks...- dirac26
- Thread
- Application Astrophysics Machine learning Network Neural Neural networks Physical Thesis
- Replies: 1
- Forum: STEM Academic Advising