US20070294325A1 - Activity history record apparatus and method - Google Patents

Activity history record apparatus and method Download PDF

Info

Publication number
US20070294325A1
US20070294325A1 US11/598,110 US59811006A US2007294325A1 US 20070294325 A1 US20070294325 A1 US 20070294325A1 US 59811006 A US59811006 A US 59811006A US 2007294325 A1 US2007294325 A1 US 2007294325A1
Authority
US
United States
Prior art keywords
information
voice
section
history
transmitter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/598,110
Inventor
Masakazu Fujimoto
Atsushi Ito
Yuichi Ueno
Yasuaki Konishi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Assigned to FUJI XEROX CO., LTD. reassignment FUJI XEROX CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: FUJIMOTO, MASAKAZU, ITO, ATSUSHI, KONISHI, YASUAKI, UENO, YUICHI
Publication of US20070294325A1 publication Critical patent/US20070294325A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management

Definitions

  • This invention relates to recording of an activity history.
  • an activity history record apparatus includes a portable receiver that receives information, which contains position information and which is transmitted from a transmitter disposed at a predetermined position.
  • the receiver includes a reception section, a voice detection section and a storage section.
  • the reception section receives the information.
  • the voice detection section detects voice.
  • the storage section stores the position information extracted from the received information and voice-related information derived from the voice detected by the voice detection section, as a history.
  • FIG. 1 is a drawing to describe the related art
  • FIG. 2 is a block diagram to show the configuration of a first exemplary embodiment of the invention
  • FIG. 3 is a drawing to describe a use example of the first exemplary embodiment of the invention.
  • FIG. 4 is a flowchart to describe a processing example of a transmitter of the first exemplary embodiment of the invention
  • FIG. 5 is a flowchart to describe a processing example of a receiver of the first exemplary embodiment of the invention
  • FIG. 6 is a flowchart to describe a processing example of an analyzer of the first exemplary embodiment of the invention.
  • FIG. 7 is a flowchart to describe an example of speech determination processing of the first exemplary embodiment of the invention.
  • FIG. 8 is a drawing to describe an example of a data record structure of the first exemplary embodiment of the invention.
  • FIG. 9 is a drawing to describe an example of history analysis of the first exemplary embodiment of the invention.
  • FIG. 10 is a block diagram to show the configuration of a second exemplary embodiment of the invention.
  • FIG. 11 is a flowchart to describe a processing example of a receiver of the second exemplary embodiment of the invention.
  • FIG. 12 is a drawing to describe an example of a data record structure of the second exemplary embodiment of the invention.
  • FIG. 13 is a drawing to describe another example of the data record structure of the second exemplary embodiment of the invention.
  • FIG. 14 is a drawing to describe an example of history analysis of the second exemplary embodiment of the invention.
  • FIG. 15 is a flowchart to describe another processing example of history analysis of the invention.
  • FIG. 16 shows an example of a diagram generated from the example in FIG. 15 .
  • FIG. 2 shows the configuration of an activity history record system 100 according to a first exemplary embodiment of the invention.
  • the transmitter 10 is provided at each of detection target positions (conference room, lounge, and room, which may be called as “venues” in the wide sense), and usually plural receivers 20 are provided because each detection target user carries the receiver 20 .
  • the activity history record system 100 includes the transmitter 10 , the receiver 20 and an analyzer 30 .
  • the transmitter 10 includes a time information count section 11 , a position information retention section 12 and a signal transmission section 13 .
  • the time information count section 11 counts the current time and outputs time information. Since it is just required to have time information, not only a method of counting the current time with a real time clock, but also a mechanism for obtaining external time information, such as a wave clock may be used.
  • the position information retention section 12 retains position information about a position where the transmitter 10 is placed, for example, an ID.
  • the signal transmission section 13 transmits the time information and the position information at the necessary timing using a wireless communication mechanism of radio wave, infrared radiation, etc.
  • the receiver 20 includes a signal reception section 21 , a position determination section 22 , a time extraction section 23 , a voice detection section 24 and a history storage section 25 .
  • the signal reception section 21 receives a signal from the transmitter 10 and inputs the time information and the position information.
  • the position determination section 22 extracts ID information indicating a position.
  • the time extraction section 23 extracts the time information.
  • the voice detection section 24 detects sound, such as a microphone or bone conduction, and may incorporate a frequency filter and a noise canceller.
  • the history storage section 25 stores a set of the time information, the position information and the voice detection result as a history.
  • the analyzer 30 includes a speech determination section 31 and a history analysis section 32 .
  • the speech determination section 31 determines whether or not a user is speaking based on voice level information. In this example, the speech determination section 31 can be separated from the receiver 20 , but may be integrated with the receiver 20 .
  • the history analysis section 32 analyzes the stored history. In this example, the history analysis section 32 can be separated from the receiver 20 , but may be integrated with the receiver 20 .
  • FIG. 3 describes a usage mode of the activity history record system 100 shown in FIG. 2 .
  • users A, B and C carry proper receivers 20 , and proper transmitters 10 are installed in venues 1 to 3 .
  • the users A, B, and C come and go to the venues 1 to 3 for activities, and a history of the activities is recorded in the carried receivers 20 .
  • Each user connects the receiver 20 to the analyzer 30 and sends history information to the analyzer 30 for conducting an analysis.
  • Plural analyzers 30 may be provided and connected through a communication network so that a server computer further analyzes the tallying result for use.
  • the analyzer 30 may be a terminal such as a personal computer used by the user.
  • FIG. 4 shows the operation of the transmitter 10 .
  • initialization is executed (S 10 ) and then, whether or not the timing is transmission timing is checked and the transmitter 10 waits until the transmission timing (S 11 ).
  • S 11 transmission timing
  • an ID unique to the transmitter 10 is transmitted and the time information is transmitted (S 12 and S 13 ).
  • the process returns to S 11 (transmission timing check).
  • FIG. 5 shows the operation of the receiver 20 .
  • initialization is executed (S 20 ) and then, the receiver 20 waits until detecting a reception signal (S 21 ).
  • S 21 a reception signal
  • the ID of the transmitter 10 is extracted from the reception signal and subsequently the timing information is extracted from the reception signal (S 22 and S 23 ).
  • the ID of the transmitter 10 , the time information, and the voice detection result (volume level) are recorded and the process returns to S 22 (reception signal detection check).
  • the structure of the record data is one as shown in FIG. 8 .
  • FIG. 6 shows the operation of the analyzer 30 .
  • an example of tallying the activities of the receiver carriers is shown as a simple example of history analysis processing.
  • initialization such as generating a tallying table
  • S 30 initialization
  • S 31 and S 32 an individual history is read, and it is determined whether or not the read individual history is in a speech state.
  • S 33 The numbers of times each transmitter ID is detected are tallied while being classified into the speech state and a non-speech state (S 33 ).
  • the tallying processing is continued until the all history data are processed, and when the all history data are processed, the tallying result is output and the processing is completed (S 34 and S 35 ).
  • FIG. 9 schematically shows an example where speech determination is made for each history, tallying is performed and the result is shown.
  • the number of time speech is made in each location can be obtained, and where conversations are often held can be determined.
  • FIG. 7 shows an example of the speech determination processing by the analyzer 30 (S 32 ).
  • initialization is executed (S 40 ).
  • a determination criterion value is calculated (S 41 ).
  • the determination criterion value can also be a predetermined fixed value. Volume data retained so far can be averaged to produce the determination criterion value. In this case, it is necessary to leave data of the average value and the number of pieces of reception data. For the average value and the number of data pieces, the average value can be updated according to the following expression:
  • FIG. 10 shows the configuration of the activity history record system of the second exemplary embodiment as a whole. Parts identical with or similar to those in FIG. 2 are denoted by the same reference numerals in FIG. 10 .
  • the receiver 20 After extracting the transmitter ID and the time information, the receiver 20 performs speech determination processing (step S 25 ) as shown in FIG. 11 .
  • the speech determination processing basically is similar to the processing shown in FIG. 7 .
  • the record data structure of the second exemplary embodiment is as shown in FIG. 12 .
  • the speech state is binary. Therefore, the storage capacity can be saved. Further, only the point in time at which the transmitter ID or the speech state changes may be recorded for furthermore saving the storage capacity, as shown in FIG. 13 .
  • FIGS. 15 and 16 show a modified example for analyzing the traffic line of a receiver carrier as an example of history analysis processing.
  • initialization is executed (S 50 ) and then, a time axis (time information) and visit destination (transmitter ID) are extracted (S 51 and S 52 ).
  • the visit destination may be able to be selected in accordance with use purpose such as in the ID order or the visit order.
  • an individual history is read (S 53 ) and speech state and non-speech state are plotted at each position matched with the time and the visit destination while the speech state and the non-speech state are differentiated (S 54 ). The plotting is continued until the all history data are processed. When the all history data are processed, the plot result is output and the processing is completed (S 55 and S 56 ).
  • a diagram in which the speech state is incorporated into the motion of an individual can be created, for example, as shown in FIG. 16 .
  • the time information count section 11 is typically a clock. However, since it is just required to have time information, not only a method of counting the current time with a real time clock, but also a mechanism for obtaining external time information, such as a wave clock may be used.
  • the receiver may include means for acquiring time information, for example, a clock and the time information may be contained in the history.
  • a signal may be transferred between the transmitter and the receiver by radio waves (feeble radio waves) or infrared radiation.
  • a signal may be able to be transmitted and received at the necessary timing using any desired wireless communication mechanism.
  • the analyzer 30 is separated from the receiver 20 , but may be integrated with the receiver 20 .
  • the system may also be configured so that the analyzer 30 can be detached from the receiver main unit as required although the analyzer 30 is integral with the receiver 20 in the usual state.
  • the receiver may be a portable information machine such as a personal digital assistant or a part thereof, for example.
  • the invention is embodied as a computer program.
  • a microcomputer is installed in a portable receiver and the invention can also be embodied as a computer program of the microcomputer of the receiver.
  • the receiver may be formed like a badge or may be incorporated in any desired portable machine, for example, a mobile station of mobile communications.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Telephonic Communication Services (AREA)

Abstract

An activity history record apparatus includes a portable receiver that receives information, which contains position information and which is transmitted from a transmitter disposed at a predetermined position. The receiver includes a reception section, a voice detection section and a storage section. The reception section receives the information. The voice detection section detects voice. The storage section stores the position information extracted from the received information and voice-related information derived from the voice detected by the voice detection section, as a history.

Description

    BACKGROUND Technical Field
  • This invention relates to recording of an activity history.
  • SUMMARY
  • According to an aspect of the invention, an activity history record apparatus includes a portable receiver that receives information, which contains position information and which is transmitted from a transmitter disposed at a predetermined position. The receiver includes a reception section, a voice detection section and a storage section. The reception section receives the information. The voice detection section detects voice. The storage section stores the position information extracted from the received information and voice-related information derived from the voice detected by the voice detection section, as a history.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Exemplary embodiments will be described in detail below with reference wherein:
  • FIG. 1 is a drawing to describe the related art;
  • FIG. 2 is a block diagram to show the configuration of a first exemplary embodiment of the invention;
  • FIG. 3 is a drawing to describe a use example of the first exemplary embodiment of the invention;
  • FIG. 4 is a flowchart to describe a processing example of a transmitter of the first exemplary embodiment of the invention;
  • FIG. 5 is a flowchart to describe a processing example of a receiver of the first exemplary embodiment of the invention;
  • FIG. 6 is a flowchart to describe a processing example of an analyzer of the first exemplary embodiment of the invention;
  • FIG. 7 is a flowchart to describe an example of speech determination processing of the first exemplary embodiment of the invention;
  • FIG. 8 is a drawing to describe an example of a data record structure of the first exemplary embodiment of the invention;
  • FIG. 9 is a drawing to describe an example of history analysis of the first exemplary embodiment of the invention;
  • FIG. 10 is a block diagram to show the configuration of a second exemplary embodiment of the invention;
  • FIG. 11 is a flowchart to describe a processing example of a receiver of the second exemplary embodiment of the invention;
  • FIG. 12 is a drawing to describe an example of a data record structure of the second exemplary embodiment of the invention;
  • FIG. 13 is a drawing to describe another example of the data record structure of the second exemplary embodiment of the invention;
  • FIG. 14 is a drawing to describe an example of history analysis of the second exemplary embodiment of the invention;
  • FIG. 15 is a flowchart to describe another processing example of history analysis of the invention; and
  • FIG. 16 shows an example of a diagram generated from the example in FIG. 15.
  • DETAILED DESCRIPTION
  • Exemplary embodiments will be described below.
  • First Exemplary Embodiment
  • FIG. 2 shows the configuration of an activity history record system 100 according to a first exemplary embodiment of the invention. In the figure, only one transmitter 10 and only one receiver 20 are shown, but the transmitter 10 is provided at each of detection target positions (conference room, lounge, and room, which may be called as “venues” in the wide sense), and usually plural receivers 20 are provided because each detection target user carries the receiver 20.
  • In FIG. 2, the activity history record system 100 includes the transmitter 10, the receiver 20 and an analyzer 30.
  • The transmitter 10 includes a time information count section 11, a position information retention section 12 and a signal transmission section 13. The time information count section 11 counts the current time and outputs time information. Since it is just required to have time information, not only a method of counting the current time with a real time clock, but also a mechanism for obtaining external time information, such as a wave clock may be used. The position information retention section 12 retains position information about a position where the transmitter 10 is placed, for example, an ID. The signal transmission section 13 transmits the time information and the position information at the necessary timing using a wireless communication mechanism of radio wave, infrared radiation, etc.
  • The receiver 20 includes a signal reception section 21, a position determination section 22, a time extraction section 23, a voice detection section 24 and a history storage section 25. The signal reception section 21 receives a signal from the transmitter 10 and inputs the time information and the position information. The position determination section 22 extracts ID information indicating a position. The time extraction section 23 extracts the time information. The voice detection section 24 detects sound, such as a microphone or bone conduction, and may incorporate a frequency filter and a noise canceller. The history storage section 25 stores a set of the time information, the position information and the voice detection result as a history.
  • The analyzer 30 includes a speech determination section 31 and a history analysis section 32. The speech determination section 31 determines whether or not a user is speaking based on voice level information. In this example, the speech determination section 31 can be separated from the receiver 20, but may be integrated with the receiver 20. The history analysis section 32 analyzes the stored history. In this example, the history analysis section 32 can be separated from the receiver 20, but may be integrated with the receiver 20.
  • FIG. 3 describes a usage mode of the activity history record system 100 shown in FIG. 2. In the usage mode, users A, B and C carry proper receivers 20, and proper transmitters 10 are installed in venues 1 to 3. The users A, B, and C come and go to the venues 1 to 3 for activities, and a history of the activities is recorded in the carried receivers 20. Each user connects the receiver 20 to the analyzer 30 and sends history information to the analyzer 30 for conducting an analysis.
  • Plural analyzers 30 may be provided and connected through a communication network so that a server computer further analyzes the tallying result for use. The analyzer 30 may be a terminal such as a personal computer used by the user.
  • Next, the operation of the activity history record system 100 according to the exemplary embodiment will be described.
  • FIG. 4 shows the operation of the transmitter 10. In FIG. 4, first, initialization is executed (S10) and then, whether or not the timing is transmission timing is checked and the transmitter 10 waits until the transmission timing (S11). When the transmission timing comes, an ID unique to the transmitter 10 is transmitted and the time information is transmitted (S12 and S13). When the transmission is completed, the process returns to S11 (transmission timing check).
  • FIG. 5 shows the operation of the receiver 20. In FIG. 5, initialization is executed (S20) and then, the receiver 20 waits until detecting a reception signal (S21). When a reception signal is detected, the ID of the transmitter 10 is extracted from the reception signal and subsequently the timing information is extracted from the reception signal (S22 and S23). Then, the ID of the transmitter 10, the time information, and the voice detection result (volume level) are recorded and the process returns to S22 (reception signal detection check). In this example, the structure of the record data is one as shown in FIG. 8.
  • FIG. 6 shows the operation of the analyzer 30. Here, an example of tallying the activities of the receiver carriers is shown as a simple example of history analysis processing. In FIG. 6, when history analysis processing is started, initialization, such as generating a tallying table, is executed (S30). Next, an individual history is read, and it is determined whether or not the read individual history is in a speech state (S31 and S32). The numbers of times each transmitter ID is detected are tallied while being classified into the speech state and a non-speech state (S33). The tallying processing is continued until the all history data are processed, and when the all history data are processed, the tallying result is output and the processing is completed (S34 and S35).
  • FIG. 9 schematically shows an example where speech determination is made for each history, tallying is performed and the result is shown. In this example, the number of time speech is made in each location (transmitter ID) can be obtained, and where conversations are often held can be determined.
  • FIG. 7 shows an example of the speech determination processing by the analyzer 30 (S32). In FIG. 7, first, initialization is executed (S40). Next, a determination criterion value is calculated (S41). The determination criterion value can also be a predetermined fixed value. Volume data retained so far can be averaged to produce the determination criterion value. In this case, it is necessary to leave data of the average value and the number of pieces of reception data. For the average value and the number of data pieces, the average value can be updated according to the following expression:

  • (Average value)=(previous average value)+[(volume)−(previous average value)]/[(number of data pieces)+1]
  • Subsequently, whether or not speech occurs at the current volume level is determined and the result is returned (S42). It may be hard to determine whether or not speech occurs based on a given criterion value depending on the location (noisy location). Then, to avoid a noisy location, technology of a noise canceller may be used. Using position information, the determination criterion value may be varied from one location to another.
  • Second Exemplary Embodiment
  • Next, an activity history record system according a second exemplary embodiment of the invention will be described. In the activity history record system of the second exemplary embodiment, a receiver 20 is provided with a speech determination section 26. Accordingly, an analyzer 30 is not provided with the speech determination section 31. FIG. 10 shows the configuration of the activity history record system of the second exemplary embodiment as a whole. Parts identical with or similar to those in FIG. 2 are denoted by the same reference numerals in FIG. 10. After extracting the transmitter ID and the time information, the receiver 20 performs speech determination processing (step S25) as shown in FIG. 11. The speech determination processing basically is similar to the processing shown in FIG. 7.
  • The record data structure of the second exemplary embodiment is as shown in FIG. 12. In the data structure of this example, the speech state is binary. Therefore, the storage capacity can be saved. Further, only the point in time at which the transmitter ID or the speech state changes may be recorded for furthermore saving the storage capacity, as shown in FIG. 13.
  • It is to be understood that the invention is not limited to the specific exemplary embodiments described above and that various changes and modifications of the invention can be made.
  • FIGS. 15 and 16 show a modified example for analyzing the traffic line of a receiver carrier as an example of history analysis processing.
  • In FIG. 15, first, initialization is executed (S50) and then, a time axis (time information) and visit destination (transmitter ID) are extracted (S51 and S52). The visit destination may be able to be selected in accordance with use purpose such as in the ID order or the visit order. Next, an individual history is read (S53) and speech state and non-speech state are plotted at each position matched with the time and the visit destination while the speech state and the non-speech state are differentiated (S54). The plotting is continued until the all history data are processed. When the all history data are processed, the plot result is output and the processing is completed (S55 and S56).
  • Accordingly, a diagram in which the speech state is incorporated into the motion of an individual can be created, for example, as shown in FIG. 16.
  • In the example described above, the time information count section 11 is typically a clock. However, since it is just required to have time information, not only a method of counting the current time with a real time clock, but also a mechanism for obtaining external time information, such as a wave clock may be used.
  • The receiver may include means for acquiring time information, for example, a clock and the time information may be contained in the history.
  • A signal may be transferred between the transmitter and the receiver by radio waves (feeble radio waves) or infrared radiation. In short, a signal may be able to be transmitted and received at the necessary timing using any desired wireless communication mechanism.
  • The analyzer 30 is separated from the receiver 20, but may be integrated with the receiver 20. The system may also be configured so that the analyzer 30 can be detached from the receiver main unit as required although the analyzer 30 is integral with the receiver 20 in the usual state.
  • The receiver may be a portable information machine such as a personal digital assistant or a part thereof, for example. In this case, the invention is embodied as a computer program. A microcomputer is installed in a portable receiver and the invention can also be embodied as a computer program of the microcomputer of the receiver.
  • The receiver may be formed like a badge or may be incorporated in any desired portable machine, for example, a mobile station of mobile communications.

Claims (15)

1. An activity history record apparatus comprising:
a portable receiver that receives information, which contains position information and which is transmitted from a transmitter disposed at a predetermined position, wherein:
the receiver comprises
a reception section that receives the information;
a voice detection section that detects voice; and
a storage section that stores the position information extracted from the received information and voice-related information derived from the voice detected by the voice detection section, as a history.
2. The apparatus according to claim 1, further comprising:
an analysis section that analyzes the history stored in the storage section.
3. The apparatus according to claim 1, wherein the voice-related information is volume information.
4. The apparatus according to claim 1, wherein the voice-related information is binary information indicating presence or absence of voice.
5. The according to claim 1, wherein:
the history contains time information, and
the receiver comprises a timer section that outputs the time information.
6. The apparatus according to claim 1, wherein:
the history contains time information, and
the time information is contained in information received from an external apparatus.
7. The according to claim 6, wherein:
the external apparatus is the transmitter, and
the time information is contained in the transmitted information.
8. The apparatus according to claim 7, wherein:
the information transmitted from the transmitter is transmitted according to a predetermined time rule, and
the time information is recorded based on the predetermined time rule.
9. The apparatus according to claim 6, wherein the external apparatus is an apparatus that broadcasts the time information.
10. An activity history record apparatus comprising:
a transmission section disposed at a predetermined position, the transmission section that transmits information containing position information;
a portable reception section that receives the information, which contains the position information and which is transmitted from the transmission section;
a portable voice detection section integrated with the reception section, the voice detection section that detects voice; and
a storage section that stores the position information extracted from the received information and voice-related information derived from the voice detected by the voice detection section, as a history.
11. An activity history record apparatus comprising:
a transmitter disposed at a predetermined position, the transmitter that transmits information containing position information; and
a portable receiver that receives the information from the transmitter, wherein:
the receiver comprises:
a reception section that receives the information;
a voice detection section that detects voice;
a storage section that stores the position information extracted from the received information and voice-related information derived from the voice detected by the voice detection section, as a history; and
an analysis section that analyzes the history.
12. The apparatus according to claim 1, wherein the predetermined position is at least one facility selected from the group consisting of a conference room, a venue, a lounge and a meeting area.
13. An activity history record method comprising:
receiving information containing position information transmitted from a transmitter placed at a predetermined position;
detecting voice; and
storing the position information extracted from the information and voice-related information derived from the detected voice as a history.
14. A computer readable medium storing a program causing a computer to execute a process for recording an activity history, the process comprising:
receiving information containing position information transmitted from a transmitter placed at a predetermined position;
detecting voice; and
storing the position information extracted from the information and voice-related information derived from the detected voice as a history.
15. A computer data signal embodied in a carrier wave for enabling a computer to perform a process for recording an activity history, the process comprising:
receiving information containing position information transmitted from a transmitter placed at a predetermined position;
detecting voice; and
storing the position information extracted from the information and voice-related information derived from the detected voice as a history.
US11/598,110 2006-06-19 2006-11-13 Activity history record apparatus and method Abandoned US20070294325A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2006168990A JP2007336465A (en) 2006-06-19 2006-06-19 Activity history recording apparatus and method
JP2006-168990 2006-06-19

Publications (1)

Publication Number Publication Date
US20070294325A1 true US20070294325A1 (en) 2007-12-20

Family

ID=38862767

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/598,110 Abandoned US20070294325A1 (en) 2006-06-19 2006-11-13 Activity history record apparatus and method

Country Status (2)

Country Link
US (1) US20070294325A1 (en)
JP (1) JP2007336465A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090054081A1 (en) * 2007-08-24 2009-02-26 Chi Mei Communication Systems, Inc. System and method for locating positions of members of virtual groups
CN105959468A (en) * 2016-04-25 2016-09-21 上海斐讯数据通信技术有限公司 Mobile terminal storage capacity prompting method and mobile terminal storage capacity prompting device

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5721537A (en) * 1995-06-07 1998-02-24 Protas; Marlyne Pager-recorder and methods
US6148287A (en) * 1996-10-15 2000-11-14 Casio Computer Co., Ltd. Voice data transmission/storage system
US6272457B1 (en) * 1996-09-16 2001-08-07 Datria Systems, Inc. Spatial asset management system that time-tags and combines captured speech data and captured location data using a predifed reference grammar with a semantic relationship structure
US6614357B1 (en) * 1999-04-08 2003-09-02 Support Systems Product Development Corporation Miniature message module
US20040093218A1 (en) * 2002-11-12 2004-05-13 Bezar David B. Speaker intent analysis system
US20040162674A1 (en) * 2001-08-16 2004-08-19 At Road, Inc. Voice interaction for location-relevant mobile resource management
US20050065779A1 (en) * 2001-03-29 2005-03-24 Gilad Odinak Comprehensive multiple feature telematics system
US6982640B2 (en) * 2002-11-21 2006-01-03 Kimberly-Clark Worldwide, Inc. RFID system and method for tracking food freshness
US20070073722A1 (en) * 2005-09-14 2007-03-29 Jorey Ramer Calculation and presentation of mobile content expected value
US7242924B2 (en) * 2000-12-22 2007-07-10 Broadcom Corp. Methods of recording voice signals in a mobile set
US20090094034A1 (en) * 2005-05-19 2009-04-09 Kenji Yoshida Voice information recording apparatus
US20090207852A1 (en) * 2004-11-10 2009-08-20 Michael F Greene Device for establishing communications interoperability at an incident site including means for recording crisis incidents

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5721537A (en) * 1995-06-07 1998-02-24 Protas; Marlyne Pager-recorder and methods
US6272457B1 (en) * 1996-09-16 2001-08-07 Datria Systems, Inc. Spatial asset management system that time-tags and combines captured speech data and captured location data using a predifed reference grammar with a semantic relationship structure
US6148287A (en) * 1996-10-15 2000-11-14 Casio Computer Co., Ltd. Voice data transmission/storage system
US6614357B1 (en) * 1999-04-08 2003-09-02 Support Systems Product Development Corporation Miniature message module
US7242924B2 (en) * 2000-12-22 2007-07-10 Broadcom Corp. Methods of recording voice signals in a mobile set
US20050065779A1 (en) * 2001-03-29 2005-03-24 Gilad Odinak Comprehensive multiple feature telematics system
US20040162674A1 (en) * 2001-08-16 2004-08-19 At Road, Inc. Voice interaction for location-relevant mobile resource management
US20040093218A1 (en) * 2002-11-12 2004-05-13 Bezar David B. Speaker intent analysis system
US6982640B2 (en) * 2002-11-21 2006-01-03 Kimberly-Clark Worldwide, Inc. RFID system and method for tracking food freshness
US20090207852A1 (en) * 2004-11-10 2009-08-20 Michael F Greene Device for establishing communications interoperability at an incident site including means for recording crisis incidents
US20090094034A1 (en) * 2005-05-19 2009-04-09 Kenji Yoshida Voice information recording apparatus
US20070073722A1 (en) * 2005-09-14 2007-03-29 Jorey Ramer Calculation and presentation of mobile content expected value

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090054081A1 (en) * 2007-08-24 2009-02-26 Chi Mei Communication Systems, Inc. System and method for locating positions of members of virtual groups
CN105959468A (en) * 2016-04-25 2016-09-21 上海斐讯数据通信技术有限公司 Mobile terminal storage capacity prompting method and mobile terminal storage capacity prompting device

Also Published As

Publication number Publication date
JP2007336465A (en) 2007-12-27

Similar Documents

Publication Publication Date Title
US8792305B2 (en) Ultrasound detectors
US20060223580A1 (en) Mobile device interface for input devices using existing mobile device connectors
US8515748B2 (en) Mobile phone communication gap recovery
US9026437B2 (en) Location determination system and mobile terminal
CN110995933A (en) Volume adjusting method and device of mobile terminal, mobile terminal and storage medium
CN108988909A (en) Audio-frequency processing method and device, electronic equipment, computer readable storage medium
CN103141142A (en) System and method for collaborative spectrum analysis
CN108449497B (en) Voice call data processing method and device, storage medium and mobile terminal
CN108492837B (en) Method, device and storage medium for detecting audio burst white noise
CN113507334B (en) Channel sniffing-based parameter testing method, device, equipment and storage medium
CN109510891B (en) Voice-controlled recording device and method
CN104010060A (en) Method and electronic device for recognizing identity of incoming caller
US20070294325A1 (en) Activity history record apparatus and method
CN108600559B (en) Control method and device of mute mode, storage medium and electronic equipment
JP2007172423A (en) Speech state detecting device and method
CN112595901A (en) Handheld electromagnetic spectrum monitoring device and monitoring method
US5640430A (en) Method for detecting valid data in a data stream
CN103597889A (en) Neighbor cell location averaging
CN1409574A (en) Measuring method in radio trminal and radio terminal
CN110265061B (en) Method and equipment for translating call voice in real time
CN104468012A (en) Digital interphone based on carrier detecting technology
CN115811681A (en) Earphone working mode control method, device, terminal and medium
JP2010010856A (en) Noise cancellation device, noise cancellation method, noise cancellation program, noise cancellation system, and base station
KR102069095B1 (en) System and method for energy efficient WiFi people counter
WO2016018626A1 (en) Two-pass detection technique for non-echo pulsed ranging

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJI XEROX CO., LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:FUJIMOTO, MASAKAZU;ITO, ATSUSHI;UENO, YUICHI;AND OTHERS;REEL/FRAME:018569/0223

Effective date: 20061109

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION